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 using model with versions upstream of a model, the generate schema yaml cannot retrieve the column descriptions.
Steps to reproduce
Create a model with a v1 and v2 upstream of a model you want to generate a yaml for and set upstream_descriptions=True. It will not grab column descriptions of the upstream model.
Expected results
It grabs the column descriptions of the latest version of the upstream model.
Actual results
It does not give any column descriptions from the upstream versioned model.
Describe the bug
When using model with versions upstream of a model, the generate schema yaml cannot retrieve the column descriptions.
Steps to reproduce
Create a model with a v1 and v2 upstream of a model you want to generate a yaml for and set upstream_descriptions=True. It will not grab column descriptions of the upstream model.
Expected results
It grabs the column descriptions of the latest version of the upstream model.
Actual results
It does not give any column descriptions from the upstream versioned model.
System information
The contents of your
packages.yml
file:packages:
version: 0.12.1
version: 0.10.3
version: 0.11.0
version: 1.1.1
version: 0.9.0
version: 0.9.0
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using:
dbt cloud on latest version
The output of
python --version
:dbt cloud on latest version
Are you interested in contributing the fix?
I have limited experience with dbt packages, so no.
The text was updated successfully, but these errors were encountered: