dbt docs generate
adding both source and model column names (source and model share name)
#1883
Labels
duplicate
This issue or pull request already exists
Describe the bug
When running
dbt docs generate
anddbt docs serve
the documentation shows the columns from both my source data and model data in the model documentation and in source documentation. I'm guessing this is because they share a namecase_info
and dbt doesn't know to keep them separate when building the catalog.Snippet from
sources.yml
I have a
models/pso_results/case_info.sql
filewhen I serve docs I see this
Expected behavior
I expected
dbt docs
to understand and keep separate a source and a model regardless if the name matched.System information
The output of
dbt --version
:The operating system you're using:
Mac OSX 10.15
The output of
python --version
:The text was updated successfully, but these errors were encountered: