[CT-2904] [Bug] Should clone with --full-refresh respect the model config? #8274
Labels
clone
related to the dbt clone command
enhancement
New feature or request
Refinement
Maintainer input needed
Is this a new bug in dbt-core?
Current Behavior
given the config:
when using the
dbt clone -s <the_model> --full-refresh
- the model is cloned.Expected Behavior
Not sure what I'd want here. Personally I was pleased to see it not respected.. but it probably should be? Or it's a mix of concepts and it should be some
--force
flag or something withdbt clone
to say "I don't care that it exists, clone it"Steps To Reproduce
create an incremental model..
set full_refresh=false in it's config..
run dbt clone --full-refresh.
Which database adapter are you using with dbt?
dbt-snowflake==1.6.0
The text was updated successfully, but these errors were encountered: