Closed olivierdet closed 3 months ago
Hey @olivierdet, thanks for raising that up! This is actually an intended behaviour that we have. By default we only upload columns that have description, but we have a way to control it 🙂
In order to upload all columns, you should set the var upload_only_columns_with_descriptions: false
I am closing this issue 🙂 Please let us know if you still have any question / something is still not working for you 🙏🏻
Thanks, it works. I don't find it anywhere in the documentation. Is it intended ?
Describe the bug DBT columns for source only contains column that have a documentation
To Reproduce 1 - Define tables inside sources 2 - Create 2 columns, one with description the other without Only the column with description will appear in dbt_columns
We have something like
Email appear in dbt_columns,
first_name
notExpected behavior
I would expect to have the 2 columns.
Environment (please complete the following information):
Would you be willing to contribute a fix for this issue? Yes, I can help if needed, just don't know where it is located