update from upstream#1
Open
dataders wants to merge 37 commits into
Open
Conversation
… them in the schema.yml. external -> calc_columns
Feature/snowflake ext calc column
oops, forgot to set ddl for external refresh.
…ables into fix/snowpipe-copy-commit
Snowflake Azure: auto refresh external tables
…for-real Fix integration tests for real by upgrading python
I was curious what the semantics of that `source` config attribute were and couldn't find it in dbt's docs. :)
…table Fix if whitespace triming
Update README.md: link to dbt PR for `external`
…ables into fix/snowpipe-copy-commit
Commit transactions on Snowflake
Not tested this comprehensively but not wrapping `hive_partition_uri_prefix` in single quotes results in a syntax error and single quotes work fine for `format`
wrap options.items() values in single quotes
Fix/snowflake refresh commit
…ansactions Wrap Snowflake DML in explicit transactions
…sactions (#103) * Revert "Commit transactions on Snowflake" * Small touchups to transaction logic
If auto_refresh is set to false, we need to explicitly declare it -- do not include only if not included in the yml
Explicitly set auto_refresh if populated
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description & motivation
update from upstream
Checklist