forked from datahub-project/datahub
-
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.
feat(ingest): support snapshots in dbt and dbt-cloud (datahub-project…
…#7062) Co-authored-by: Tamas Nemeth <[email protected]>
- Loading branch information
1 parent
6ede47d
commit 63deeba
Showing
15 changed files
with
1,797 additions
and
10,510 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
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
16 changes: 16 additions & 0 deletions
16
metadata-ingestion/tests/integration/dbt/copy-from-sample-dbt.sh
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 @@ | ||
#!/bin/bash | ||
|
||
set -euxo pipefail | ||
|
||
# This arg should point at a local copy of https://github.com/hsheth2/sample-dbt, | ||
# after the generation script has been run. | ||
sample_dbt=$1 | ||
|
||
cp $sample_dbt/target_processed/dbt_catalog.json sample_dbt_catalog.json | ||
cp $sample_dbt/target_processed/dbt_manifest.json sample_dbt_manifest.json | ||
cp $sample_dbt/target_processed/dbt_sources.json sample_dbt_sources.json | ||
|
||
# We don't currently test run_results from sample-dbt. | ||
# cp $sample_dbt/target_processed/dbt_run_results.json sample_dbt_run_results.json | ||
|
||
|
Oops, something went wrong.