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

switch to new adapter test framework #216

Merged
merged 47 commits into from
May 30, 2022
Merged

switch to new adapter test framework #216

merged 47 commits into from
May 30, 2022

Conversation

dataders
Copy link
Collaborator

@dataders dataders commented Apr 20, 2022

  • Uses new test adapter framework created by dbt Labs
  • Uses tox for all tests
  • Moves tests from Circle CI to GitHub actions
  • Fixes issue with duplicate column names in tempdb

@sdebruyn sdebruyn added the chore label May 22, 2022
@sdebruyn sdebruyn marked this pull request as ready for review May 26, 2022 21:55
@sdebruyn
Copy link
Member

We should probably look into the thing where a table appears multiple times in tempdb but from a different schema.

@@ -17,7 +17,7 @@
from [{{ relation.database }}].INFORMATION_SCHEMA.COLUMNS
where table_name = '{{ relation.identifier }}'
and table_schema = '{{ relation.schema }}'
UNION ALL
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

OMG WOW great find!

@sdebruyn sdebruyn merged commit 50edd9b into master May 30, 2022
@sdebruyn sdebruyn deleted the add_testing branch May 30, 2022 06:14
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.

3 participants