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

add snowflake #198

Merged
merged 5 commits into from
Nov 20, 2024
Merged

add snowflake #198

merged 5 commits into from
Nov 20, 2024

Conversation

emmyoop
Copy link
Member

@emmyoop emmyoop commented Nov 20, 2024

resolves #200

This is a:

  • documentation update
  • bug fix with no breaking changes
  • new functionality
  • a breaking change

All pull requests from community contributors should target the main branch (default).

Description & motivation

This adds support for running integration tests against dbt-snowflake.

Checklist

  • This code is associated with an issue which has been triaged and accepted for development.
  • I have verified that these changes work locally
  • I have updated the README.md (if applicable)
  • I have added tests & descriptions to my models (and macros if applicable)
  • I have added an entry to CHANGELOG.md

@emmyoop
Copy link
Member Author

emmyoop commented Nov 20, 2024

redshift and bigquery both get database permission issues with creating a new schema

  Access Denied: Table dbt-test-env:codegen_integration_tests__data_source_schema.codegen_integration_tests__data_source_table: Permission bigquery.tables.delete denied on table dbt-test-env:codegen_integration_tests__data_source_schema.codegen_integration_tests__data_source_table (or it may not exist).

That's why I've only added snowflake here.

@emmyoop emmyoop marked this pull request as ready for review November 20, 2024 20:11
@emmyoop emmyoop requested a review from dbeatty10 November 20, 2024 20:11
@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Nov 20, 2024
@emmyoop emmyoop merged commit c959e4d into main Nov 20, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add tox testing support for snowflake
2 participants