[CT-2420] [Bug] Attribute quote
on a column not used on constraint generation
#7370
Labels
bug
Something isn't working
model_contracts
Team:Adapters
Issues designated for the adapter area of the code
Milestone
Is this a new bug in dbt-core?
Current Behavior
It is possible to define
quote: true
on a column, so e.g.from
will work. But when addingdata_type
constraint it won't be correctly quoted creating invalid SQL (at least for Bigquery):Expected Behavior
Steps To Reproduce
Relevant log output
Environment
Which database adapter are you using with dbt?
bigquery
Additional Context
No response
The text was updated successfully, but these errors were encountered: