You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like there's a (possibly innocuous?) bug in the impl of get_include_policy inside of BigQueryRelation, where it's returning a cloned Policy based on the relation.quote_policy, instead of relation.include_policy.
Steps To Reproduce
It would only occur if the quote policy was different from the include policy- perhaps that doesn't happen for BQ?
Expected behavior
The modified include_policy should be based on the relation's include_policy, not it's quote_policy.
Screenshots and log output
If applicable, add screenshots or log output to help explain your problem.
System information
Which database are you using dbt with?
postgres
redshift
bigquery
snowflake
other (specify: ____________)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
It looks like there's a (possibly innocuous?) bug in the impl of
get_include_policy
inside ofBigQueryRelation
, where it's returning a clonedPolicy
based on therelation.quote_policy
, instead ofrelation.include_policy
.Steps To Reproduce
It would only occur if the quote policy was different from the include policy- perhaps that doesn't happen for BQ?
Expected behavior
The modified include_policy should be based on the relation's include_policy, not it's quote_policy.
Screenshots and log output
If applicable, add screenshots or log output to help explain your problem.
System information
Which database are you using dbt with?
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: