-
Notifications
You must be signed in to change notification settings - Fork 187
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
Conversation
dev_requirements.txt
Outdated
@@ -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 |
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.
Is this reference link temporary? Are we planning not to merge this until the corresponding fixtures are merged into Core?
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.
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.
71016dc
to
df6c1a7
Compare
df6c1a7
to
54c8d60
Compare
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.
LGTM, I also run this locally
resolves #105
Description
Initial use of adapter tests in tests/adapter.
Checklist
CHANGELOG.md
and added information about my change to the "dbt-snowflake next" section.