-
Notifications
You must be signed in to change notification settings - Fork 240
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-446] Docs generations doesn't work with multiple schemas #312
Comments
Thanks @barloc! This sounds like the same issue as databricks/dbt-databricks#52, which ended up being an issue with There are two proposed resolution in that issue, specifically databricks/dbt-databricks#52 (comment):
Leaving this issue open in this repo, since we should aim to pursue one of them. |
Hi, @jtcohen6
I dont't understand why we check len of schema_map if we handle dict with some keys later:
|
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 remove the stale label or comment on the issue, or it will be closed in 7 days. |
Describe the bug
We have a lot of schemas in our dbt project.
And when I try to generate doc, I get error about:
Expected only one database in get_catalog, found [<InformationSchema INFORMATION_SCHEMA>, <InformationSchema INFORMATION_SCHEMA>]
Steps To Reproduce
Has more than one schema in project.
dbt docs generate
It generates error and falls down.
Expected behavior
Docs with multiple schemas.
Screenshots and log output
System information
The output of
dbt --version
:The operating system you're using:
Debian 11
The output of
python --version
:Python 3.8.13
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: