Skip to content
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

[Bug] catalog.json is generated empty #125

Closed
1 task done
push2prod opened this issue Dec 26, 2023 · 3 comments · Fixed by #126
Closed
1 task done

[Bug] catalog.json is generated empty #125

push2prod opened this issue Dec 26, 2023 · 3 comments · Fixed by #126
Assignees
Labels
bug Something isn't working

Comments

@push2prod
Copy link

push2prod commented Dec 26, 2023

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

dbt generate docs succeeds but returns an empty catalog
{
"nodes": {},
"sources": {},
"errors": null
}

Expected Behavior

in previous version 1.6.0 with dbt-core 1.6.8 the catalog was generated correctly

Steps To Reproduce

No response

Relevant log output using --debug flag enabled

No response

Environment

- OS: Debian Gnu/Linux 11 (bullseye)
- Python: 3.9.16
- dbt: 1.7.4

What Oracle database version are you using dbt with?

19c

Additional Context

No response

@push2prod push2prod added the bug Something isn't working label Dec 26, 2023
@push2prod push2prod changed the title [Bug] catalog.json is generate empty [Bug] catalog.json is generated empty Dec 26, 2023
@aosingh aosingh self-assigned this Dec 27, 2023
@aosingh
Copy link
Member

aosingh commented Dec 29, 2023

@push2prod thanks for reporting this. I was able to reproduce the problem and currently investigating the root cause. I will let you know once I have a fix for it.

aosingh added a commit that referenced this issue Jan 2, 2024
@aosingh
Copy link
Member

aosingh commented Jan 2, 2024

@push2prod Fix is released in dbt-oracle==1.7.1rc1. You can install the release candidate version using pip:

python3 -m pip install dbt-oracle==1.7.1rc1

Could you test and confirm if it works for you ? I can release dbt-oracle==1.7.1 on PyPI after your confirmation

@aosingh aosingh mentioned this issue Jan 2, 2024
@push2prod
Copy link
Author

Hey thanks for the fast response! Was able to check it only now, but the catalog is now generated fully, seems good for a merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants