-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rework sources to be dbt models rather than manually created (#188)
* Rework sources to be dbt models rather than manually created * Bigquery where/from workaround * Add missing BQ column * Fix BQ array type * Another JSON column * Update README.md * Update models/sources/src_dbt__invocations.sql * README updates * README updates * Add note about not setting `on_schema_change` globally in parent project * Remove dependency on dbt_utils * remove mention of dbt_utils from error message [ci skip] * Rename source tables to match original * Update README.md * Update macros/surrogate_key.sql * Update README.md * Adjust source freshness type for Snowflake Co-authored-by: Niall Woodward <[email protected]>
- Loading branch information
1 parent
f67b2b9
commit f9fe8ec
Showing
45 changed files
with
462 additions
and
1,382 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ Pipfile.lock | |
env.sh | ||
|
||
.python_version | ||
.vscode |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.