Closed annazizian closed 12 months ago
This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.
Although we are closing this issue as stale, it's not gone forever. Issues can be reopened if there is renewed community interest. Just add a comment to notify the maintainers.
Describe the bug
In the dbt source yaml file, a source model's external partitions' descriptions don't recognize the doc macro.
Steps to reproduce
Create a yml file with source table, add the
external
key, add a partition and set the description as `{{ doc("something") }}'Expected results
doc
macro should be called and the description will be replaced by the corresponding doc.Actual results
Could not render {{ doc("something") }}: 'doc' is undefined
Screenshots and log output
System information
The contents of your packages.yml file:
Which database are you using dbt with?
The output of
dbt --version
:The operating system you're using: MacOS
The output of python --version: Python 3.10.7
Additional context