-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade dbt generate artifact types (#2598)
* upgrade dbt-bigquery and re-generate artifact types (#2545) * upgrade dbt-bigquery * create gen_artifacts.sh and use it * wip on horrific code * continue subclassing/patching generated models * start working on mypy compatibility * remove empty test block * continue working on mypy passing * make mypy pass * fixes post-upgrade * address comments * upgrade dbt to 1.6 preview, and fix data access model full refresh * just determine partitions dynamically * allow extra fields in generated artifact models * make mypy pass
- Loading branch information
Showing
17 changed files
with
2,019 additions
and
454 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[mypy] | ||
plugins = pydantic.mypy, sqlmypy | ||
disable_error_code = assignment |
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.