Closed stevenconnorg closed 2 weeks ago
@stevenconnorg We had the same issue after upgrading to dbt-redshift~=1.8.0
package, which was required to use Versionless in dbt Cloud. We solved it by turning this flag to False
in dbt_project.yml
file:
flags:
restrict_direct_pg_catalog_access: False
I think the issue is that elementary does not work well when this flag is turned on.
Thanks so much @franloza-jt ! That worked for me. I will submit an issue here instead.
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context Add any other context about the problem here.
Would you be willing to contribute a fix for this issue? Let us know if you're willing to contribute so that we'll be able to provide guidance.