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
When persist_docs is configured to persist descriptions for BigQuery relations, the resulting seed tables in BigQuery are not build with relation-level descriptions.
We create seeds on bigquery via load_table_from_file, which doesn't let us set a description as far as I can tell. We'll have to add a second step that adds a comment after the fact.
Describe the bug
When
persist_docs
is configured to persist descriptions for BigQuery relations, the resulting seed tables in BigQuery are not build with relation-level descriptions.Steps To Reproduce
The resulting relation is not configured with a description in BigQuery.
Expected behavior
I expect to see a configured description in BigQuery for the seed table.
System information
Which database are you using dbt with?
The output of
dbt --version
:The text was updated successfully, but these errors were encountered: