-
Notifications
You must be signed in to change notification settings - Fork 241
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
set tmp relation with proper schema #445
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the dbt-spark contributing guide. |
This fixed the failed python model tests, and didn't fail any existing incremental model tests. Looked at the failed tests in the commit before adding change log and seems like it is failing the un-deterministic ones. |
I like this change! |
@ueshin seems like there's one test failing regarding docs and delta format, tests/integration/persist_docs/test_persist_docs.py::TestPersistDocsDelta::test_delta_comments_databricks_cluster Here's the related log
|
That seems similar to databricks/dbt-databricks#144. cc @allisonwang-db |
@ueshin so it is un-deterministic? Just rerun the test so we will see |
That failed test looks like a undeterministic one to me! |
### Description Removes duplicated macros that became unnecessary after the `dbt-spark` change at dbt-labs/dbt-spark#445.
resolves #441
Description
Creating tmp relation with correct schema and database for both python and sql model upfront. Remove logic to handle relation in merge sql macros.
Checklist
changie new
to create a changelog entry