Update of eIACUC ETL removed 3 steps for unused queries#1751
Open
ohsudev-jonesga wants to merge 1 commit into
Open
Update of eIACUC ETL removed 3 steps for unused queries#1751ohsudev-jonesga wants to merge 1 commit into
ohsudev-jonesga wants to merge 1 commit into
Conversation
brentlogan
reviewed
Jun 9, 2026
| @@ -1,13 +1,13 @@ | |||
| <etl xmlns="http://labkey.org/etl/xml"> | |||
| <name>eiACUCtoPrime</name> | |||
brentlogan
reviewed
Jun 9, 2026
| @@ -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> | |||
Collaborator
There was a problem hiding this comment.
Transfers from eIACUCProd.eIACUC tables to onprc_ehr.eIACUC_PRIME_VIEW_* tables
brentlogan
reviewed
Jun 9, 2026
| <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> |
brentlogan
reviewed
Jun 9, 2026
| <destination queryName="eIACUC_PRIME_VIEW_NON_SURGICAL_PROCS" schemaName="ONPRC_EHR" targetOption="truncate"/> | ||
| </transform> | ||
| </transform>--> | ||
| <transform id="step4a"> |
brentlogan
reviewed
Jun 9, 2026
| </transform> | ||
| </transform>--> | ||
| <transform id="step4a"> | ||
| <description>Transfer to Protocols</description> |
brentlogan
reviewed
Jun 9, 2026
| <destination queryName="eIACUC_PRIME_VIEW_SURGICAL_PROCS" schemaName="ONPRC_EHR" targetOption="truncate"/> | ||
| </transform> | ||
| </transform>--> | ||
| <transform id="UpdateBaseProtocol" type="StoredProcedure"> |
brentlogan
reviewed
Jun 9, 2026
| </transform> | ||
| </transform>--> | ||
| <transform id="UpdateBaseProtocol" type="StoredProcedure"> | ||
| <description>Determines and populates BaseProtocol and RevisionNumber data for the protocol table in schema onprc_ehr.</description> |
Collaborator
There was a problem hiding this comment.
Create BaseProtocol and RevisionNumber for Protocols
brentlogan
reviewed
Jun 9, 2026
| </transforms> | ||
| <schedule> | ||
|
|
||
| <!--3AM--> |
Collaborator
There was a problem hiding this comment.
No description provided.
brentlogan
reviewed
Jun 9, 2026
| <schedule> | ||
|
|
||
| <!--3AM--> | ||
| <cron expression="0 50 04 * * ?"/> |
Collaborator
There was a problem hiding this comment.
Remove the "0" from "04"
brentlogan
requested changes
Jun 9, 2026
brentlogan
left a comment
Collaborator
There was a problem hiding this comment.
I have a bunch of nit-picky comments, but this is our easy opportunity to fix these before we get a build.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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