-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implemented OrcaVault tsa schema spreadsheet Google LIMS
* Story: Let Glue the Google LIMS! (continue) Now that we have `tsa.spreadsheet_library_tracking_metadata` in staging data area by Glue ETL job in #19, we can source this data table with dbt to further feed into the downstream warehouse layers in psa and vault schema. * Technical steps are now mainly inherited by the framework implemented in PR #15. Hence, this step becomes pretty straight forward task and template code.
- Loading branch information
Showing
4 changed files
with
37 additions
and
0 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
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
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 |
---|---|---|
|
@@ -6,3 +6,4 @@ sources: | |
schema: tsa | ||
tables: | ||
- name: spreadsheet_library_tracking_metadata | ||
- name: spreadsheet_google_lims |