Open
Description
Is this a new bug in dbt-core?
- I believe this is a new bug in dbt-core
- I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
after running dbt docs serve, the documentation tied to a seed csv file is not showing the table name in the example SQL section. Instead of the table name, it is displaying undefined.
Expected Behavior
The table name should be displayed in the section Example SQL
Steps To Reproduce
- Create documentation for a seed file
- dbt docs generate
- dbt docs serve
- Navigate to the seed documentation
- Check what's in the section Example SQL
Relevant log output
No response
Environment
- OS: Mac OS monterrey 12.5.1
- Python: Python 3.8.9
- dbt: 1.3.1
Which database adapter are you using with dbt?
postgres
Additional Context
No response