-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug/databricks sql incremental #144
Changes from 16 commits
b3cc497
0752c43
814f1a5
f25523f
69fd883
3a34a8f
a985855
9210c9d
885e7ae
b85f5c9
863b92c
3993c9f
0b91f67
d96fd90
a2695a4
df737d6
c33f45d
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,4 +71,19 @@ steps: | |
- "CI_DATABRICKS_DBT_TOKEN" | ||
- "CI_DATABRICKS_DBT_CATALOG" | ||
commands: | | ||
bash .buildkite/scripts/run_models.sh databricks | ||
bash .buildkite/scripts/run_models.sh databricks | ||
|
||
- label: ":databricks: :database: Run Tests - Databricks SQL Warehouse" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Should we add this support to the source package as well or is this out of scope? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Added |
||
key: "run_dbt_databricks_sql" | ||
plugins: | ||
- docker#v3.13.0: | ||
image: "python:3.8" | ||
shell: [ "/bin/bash", "-e", "-c" ] | ||
environment: | ||
- "BASH_ENV=/tmp/.bashrc" | ||
- "CI_DATABRICKS_DBT_HOST" | ||
- "CI_DATABRICKS_SQL_DBT_HTTP_PATH" | ||
- "CI_DATABRICKS_SQL_DBT_TOKEN" | ||
- "CI_DATABRICKS_DBT_CATALOG" | ||
commands: | | ||
bash .buildkite/scripts/run_models.sh databricks-sql |
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lines 26/27 are not present in the equivalent source package pre-command, should they be added or is this outside scope.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added