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
I introduced this in 0.17.0rc1. Also, tests would be smart!
I think this is a pretty minor issue, not many people are calling the create_schema macro, it's really only there for completeness. But still, it should work.
Steps To Reproduce
Be on bigquery
call create_schema(relation)
Expected behavior
Macros should work
System information
Which database are you using dbt with?
postgres
redshift
bigquery
snowflake
other (specify: ____________)
The text was updated successfully, but these errors were encountered:
Describe the bug
create schema is defined like this:
but I missed bigquery:
I introduced this in 0.17.0rc1. Also, tests would be smart!
I think this is a pretty minor issue, not many people are calling the
create_schema
macro, it's really only there for completeness. But still, it should work.Steps To Reproduce
create_schema(relation)
Expected behavior
Macros should work
System information
Which database are you using dbt with?
The text was updated successfully, but these errors were encountered: