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

feat: Add dbt_tags__opt_in_default_naming_config to disable env management #20

Merged
merged 1 commit into from
Nov 18, 2024

Conversation

bkimjin
Copy link
Contributor

@bkimjin bkimjin commented Nov 15, 2024

resolves #19

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

Add variable dbt_tags__opt_in_default_naming_config to use dbt_tags__database and dbt_tags__schema to disable the env management from dbt.

Checklist

  • This code is associated with an Issue which has been triaged and accepted for development
  • I have verified that these changes work locally on the following warehouses (Note: it's okay if you do not have access to all warehouses, this helps us understand what has been covered)
    • Snowflake
  • I have updated the README.md (if applicable)
  • I have added tests & descriptions to my models (and macros if applicable)

@bkimjin bkimjin changed the title bug: Remove dbt generated database and schema feat: Add dbt_tags__opt_in_default_naming_config to disable env management Nov 16, 2024
@il-dat il-dat merged commit 0a1ecdf into infinitelambda:main Nov 18, 2024
@il-dat
Copy link
Collaborator

il-dat commented Nov 18, 2024

Thanks @bkimjin , it will be released in v1.3 soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Specifying dbt_tags__database and dbt_tags__schema does not work as expected
2 participants