-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FIles for Phase 1 of eiACUAC to Protocol. Updates the eriCIC Data to …
…add Base Prtocol
- Loading branch information
1 parent
41f2c11
commit 65c9542
Showing
4 changed files
with
34 additions
and
23 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<etl xmlns="http://labkey.org/etl/xml"> | ||
<name>eiACUCtoPrimeBaseProtocol</name> | ||
<description>Transfers from the eIACUC Import tables to the Prime tables in ONPRC_EHR</description> | ||
<transforms> | ||
|
||
<transform id="step1a"> | ||
<description>Transfer to Protocols</description> | ||
<source queryName="PRIME_VIEW_PROTOCOLS" schemaName="eIACUC"/> | ||
<destination queryName="eIACUC_PRIME_VIEW_PROTOCOLS" schemaName="ONPRC_EHR" targetOption="truncate"/> | ||
</transform> | ||
<!--//Need a query that has needed fields for BaseProtocol and revisionNumber and then inserts that into eIACUC_Prime_View_Protocols | ||
Also only want latest data--> | ||
|
||
</transforms> | ||
|
||
</etl> |
File renamed without changes.
This file contains 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
This file contains 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