Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Refactor: Add Function Use_Prod_Schema #473

Closed
wants to merge 2 commits into from

Conversation

CoreyGaunt
Copy link

The use_prod_schema is a function that is set to true as a default, but enables users to optionally prune the target schema from schema creation in their prod environments.

The `use_prod_schema` is a function that is set to true as a default, but enables users to optionally prune the target schema from schema creation in their prod environments.
@dlawin
Copy link
Contributor

dlawin commented Apr 3, 2023

This would cover the most common scenario in #447

Prod schema:
<custom_schema_name>

Dev schema:
<dev_target_schema>_<custom_schema_name>

Thanks @CoreyGaunt

@dlawin dlawin added enhancement New feature or request --dbt Issues/features related to the dbt integration labels Apr 3, 2023
@dlawin dlawin self-requested a review April 13, 2023 18:07
@dlawin
Copy link
Contributor

dlawin commented Apr 14, 2023

@CoreyGaunt I'm going to close this for now as I think we can cover every scenario in #498

Could you take a look at that?

@dlawin dlawin closed this Apr 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
--dbt Issues/features related to the dbt integration enhancement New feature or request Linear
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants