Skip to content
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

Initial use of adapter test framework #106

Merged
merged 3 commits into from
Mar 29, 2022

Conversation

gshank
Copy link
Contributor

@gshank gshank commented Mar 11, 2022

resolves #105

Description

Initial use of adapter tests in tests/adapter.

Checklist

  • I have signed the CLA
  • I have run this code in development and it appears to resolve the stated issue
  • This PR includes tests, or tests are not required/relevant for this PR
  • I have updated the CHANGELOG.md and added information about my change to the "dbt-snowflake next" section.

@cla-bot cla-bot bot added the cla:yes label Mar 11, 2022
@@ -1,6 +1,7 @@
# install latest changes in dbt-core
# TODO: how to automate switching from develop to version branches?
git+https://github.com/dbt-labs/dbt.git#egg=dbt-core&subdirectory=core
git+https://github.com/dbt-labs/dbt-core.git@ct-236-adapter_tests#egg=dbt-core&subdirectory=core
Copy link
Contributor

@VersusFacit VersusFacit Mar 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this reference link temporary? Are we planning not to merge this until the corresponding fixtures are merged into Core?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since the code to support this is only in that branch, we need to refer to the branch to get CI tests to pass. After the dbt-core PR is merged, these will be changed to remove the branch.

@gshank gshank force-pushed the ct-353-new_testing_framework_redshift branch from 71016dc to df6c1a7 Compare March 21, 2022 20:20
@gshank gshank force-pushed the ct-353-new_testing_framework_redshift branch from df6c1a7 to 54c8d60 Compare March 21, 2022 20:27
Copy link
Contributor

@ChenyuLInx ChenyuLInx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, I also run this locally

@gshank gshank merged commit 71f133f into main Mar 29, 2022
@gshank gshank deleted the ct-353-new_testing_framework_redshift branch March 29, 2022 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CT-353] Use the new testing framework in Snowflake
3 participants