-
Notifications
You must be signed in to change notification settings - Fork 268
Open
Labels
triage:productIn Product's queueIn Product's queuetype:bugSomething isn't working as documentedSomething isn't working as documented
Description
Is this a new bug?
- I believe this is a new bug
- I have searched the existing issues, and I could not find an existing issue for this bug
Which packages are affected?
- dbt-adapters
- dbt-tests-adapter
- dbt-athena
- dbt-athena-community
- dbt-bigquery
- dbt-postgres
- dbt-redshift
- dbt-snowflake
- dbt-spark
Current Behavior
Using --empty with incremental models does nothing.
Expected Behavior
It should append limit 0 to refs like it does when using it on table models.
Steps To Reproduce
- Create an incremental model
- Build it using
--empty - It will build the model without
limit 0on refs
Relevant log output
Environment
- OS:
- Python:
- dbt-adapters:
- <adapter>:Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triage:productIn Product's queueIn Product's queuetype:bugSomething isn't working as documentedSomething isn't working as documented