-
Notifications
You must be signed in to change notification settings - Fork 35
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
v1.5.0rc #192
v1.5.0rc #192
Conversation
…d in 'CREATE TABLE AS SELECT'..." error - switch dependency
…F EXISTS" - switch dependency
…olumn type to datetime2
… in use...duplicate...not permitted" - switch dependency
…ion" macro in relation.sql updated - switch dependency
…cro that does not specify Distribution option in "CREATE TABLE AS SELECT" - switch dependency
…k to dependency switch discussion in CHANGELOG.md - switch dependency
…o "synapse__create_schema_with_authorization", fixed failing test_schema.py by adding "schema_authorization" variable to dbt_profile
…arootsio/dbt-synapse-dataroots into dbtsynapse1.5
…bric' into dbtsynapse1.5
…ct, not available in dbt-core v1.4.9, see dbt-labs/dbt-core@v1.4.9...v1.7.6)
…arootsio/dbt-synapse-dataroots into dbtsynapse1.5
@microsoft-github-policy-service agree company="dataroots" |
from dbt.tests.util import check_relations_equal, run_dbt | ||
|
||
|
||
def dbt_profile_target(request): |
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.
@nszoni are lines 19-27 needed? seems the same (nothing overwritten) as in tests/conftest.py
?
besides no pytest.fixture(scope="class")
and no raise ValueError...
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.
removed 🥇
…rosoft/dbt-synapse into dbtsynapse1.5_dataroots
Support for dbt-core 1.5
create_table_as
andcreate_view_as
macrosCONSTRAINT_SUPPORT
Adapter class.base branch from #191