-
Notifications
You must be signed in to change notification settings - Fork 20
[Bug] Null values in column_id causes error in documentation generation #86
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
Labels
bug
Something isn't working
Comments
Thanks @acrede for reporting this issue. I am checking this. |
Is this fixed? |
@Gabriel-L-Silva Sorry for the delay here. We somehow could not reproduce this problem. Are you testing against on-prem Database or Autonomous Database? There are a couple of cases which I want to clarify:
|
Merged
@Gabriel-L-Silva @acrede |
thank you!! |
This was referenced Sep 26, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing issue for this?
Current Behavior
When running
dbt docs generate
an error is caused when there are Null values insys.all_tab_columns.column_id
.Error:
The column has no not null constraint and can be null sometimes.
Expected Behavior
The documentation should be created even if null values are present.
Steps To Reproduce
No response
Relevant log output using
--debug
flag enabledNo response
Environment
What Oracle database version are you using dbt with?
19c
Additional Context
This issue could be solved easily by changing the sql in
/include/oracle/macros/catalog.sql
:The text was updated successfully, but these errors were encountered: