Skip to content

Update of eIACUC ETL removed 3 steps for unused queries#1751

Open
ohsudev-jonesga wants to merge 1 commit into
release26.3-SNAPSHOTfrom
26.3_fb_ModificationofETLForeIACUC
Open

Update of eIACUC ETL removed 3 steps for unused queries#1751
ohsudev-jonesga wants to merge 1 commit into
release26.3-SNAPSHOTfrom
26.3_fb_ModificationofETLForeIACUC

Conversation

@ohsudev-jonesga

Copy link
Copy Markdown
Collaborator

Rationale

Based on Changed by LabKey, review was completed and determined that there were steps in the eIACUC to Prime ETL that could be removed without issue.

Related Pull Requests

Changes

Removed 3 steps in ETL Process and updated etl eIACUCtoPrime.xml

@@ -1,13 +1,13 @@
<etl xmlns="http://labkey.org/etl/xml">
<name>eiACUCtoPrime</name>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

eIACUCtoPRIMe

@@ -1,13 +1,13 @@
<etl xmlns="http://labkey.org/etl/xml">
<name>eiACUCtoPrime</name>
<description>Transfers from the eIACUC Import tables to the Prime tables in ONPRC_EHR</description>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Transfers from eIACUCProd.eIACUC tables to onprc_ehr.eIACUC_PRIME_VIEW_* tables

<description>Transfers from the eIACUC Import tables to the Prime tables in ONPRC_EHR</description>
<transforms>
<transform id="step1a">
<description>Transfer to eIACUC Animal Groups</description>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Transfer Animal Groups

<destination queryName="eIACUC_PRIME_VIEW_NON_SURGICAL_PROCS" schemaName="ONPRC_EHR" targetOption="truncate"/>
</transform>
</transform>-->
<transform id="step4a">

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

step2a

</transform>
</transform>-->
<transform id="step4a">
<description>Transfer to Protocols</description>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Transfer Protocols

<destination queryName="eIACUC_PRIME_VIEW_SURGICAL_PROCS" schemaName="ONPRC_EHR" targetOption="truncate"/>
</transform>
</transform>-->
<transform id="UpdateBaseProtocol" type="StoredProcedure">

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

step3a

</transform>
</transform>-->
<transform id="UpdateBaseProtocol" type="StoredProcedure">
<description>Determines and populates BaseProtocol and RevisionNumber data for the protocol table in schema onprc_ehr.</description>

@brentlogan brentlogan Jun 9, 2026

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Create BaseProtocol and RevisionNumber for Protocols

</transforms>
<schedule>

<!--3AM-->

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No description provided.

<schedule>

<!--3AM-->
<cron expression="0 50 04 * * ?"/>

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove the "0" from "04"

@brentlogan brentlogan left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have a bunch of nit-picky comments, but this is our easy opportunity to fix these before we get a build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants