Open mklebantg opened 3 months ago
dbt seed --full-refresh
+copy_grants: true
project.yml seeds section:
seeds: +copy_grants: true <project name>: +persist_docs: relation: true columns: true
No response
- dbt: cloud version 1.6 - DWH: Snowflake
snowflake
Possibly related: https://github.com/dbt-labs/dbt-snowflake/issues/1030
Thanks, @dbeatty10. It looks like the workaround mentioned in #1030 might work.
Is this a new bug in dbt-core?
Current Behavior
Expected Behavior
dbt seed --full-refresh
commandSteps To Reproduce
+copy_grants: true
just below "seeds" through GitHub and merge into master branchproject.yml seeds section:
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
snowflake
Additional Context
No response