-
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.
* Add staging models * Update gitignore * Fix staging references * Add fields to claims * Add timestamp data type * Update package version * Update yml * Remove duplicative type casting * Update schema for final tables * Add null placeholder to pharmacy claim * Fix data type in pharmacy claim * Add new fields to eligibility * Standardize syntax * Fix terminology reference * Fix model names in yml * Remove old tests for unsupported dbt version * Update dbt version in github workflows * Add data type casting to models before pivot
- Loading branch information
1 parent
8752da3
commit ac37b7b
Showing
27 changed files
with
598 additions
and
289 deletions.
There are no files selected for viewing
42 changes: 0 additions & 42 deletions
42
.github/workflows/biweekly_dbt_v1.3.0_bigquery_build_full_refresh.yml
This file was deleted.
Oops, something went wrong.
41 changes: 0 additions & 41 deletions
41
.github/workflows/biweekly_dbt_v1.3.0_redshift_build_full_refresh.yml
This file was deleted.
Oops, something went wrong.
43 changes: 0 additions & 43 deletions
43
.github/workflows/biweekly_dbt_v1.3.0_snowflake_build_full_refresh.yml
This file was deleted.
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
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 |
---|---|---|
|
@@ -2,3 +2,10 @@ | |
target/ | ||
dbt_packages/ | ||
logs/ | ||
package-lock.yml | ||
.idea/ | ||
.DS_Store | ||
.mise.toml | ||
.venv/ | ||
package-lock.yml | ||
.vscode |
Oops, something went wrong.