-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CT-2332] [CT-2330] [Bug] Documentation for csv files is not displaying the table name in the Example SQL section #407
Comments
Good find @andrea-montes-yello ! I think the fix could be as simple as updating this: dbt-docs/src/app/services/code_service.js Line 59 in ac6670c
To this instead: const rel = database + model.schema + "." + model.name; Going to label as a |
Supposing the user has dbt-duckdb installed, the reprex ("reproducible example") is as simple as:
name: "my_dbt_project"
version: "1.0.0"
config-version: 2
profile: "sandcastle-duckdb"
sandcastle-duckdb:
target: dev
outputs:
dev:
type: duckdb
schema: dev
path: 'triage.duckdb'
threads: 1 |
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. |
I just noticed this issue still persists with the latest dbt 1.8. It'd be great if this could be re-opened and addressed! |
Is this a new bug in dbt-core?
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
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
postgres
Additional Context
No response
The text was updated successfully, but these errors were encountered: