dbt-databricks
dbt-databricks copied to clipboard
Insufficent permission to catalog='system' when using dbt-databricks=1.8.7
trafficstars
Describe the bug
Issue when using dbt-databricks==1.8.7
- We just upgraded from dbt-databricks 1.5 to 1.8.7. This upgrade resulted in an error in the ci job. Downgraded to vs 1.7.17 and then it worked again.
- Error message in github action ci job:
[INSUFFICIENT_PERMISSIONS] Insufficient privileges: User does not have USE CATALOG on Catalog 'system'. SQLSTATE: 42501
Steps To Reproduce
See above. Run dbt compile and it will give you the error message. Target is set to a different catalog in databricks with permissions for the user. Somehow, the dbt-databricks adapter is trying to access catalog 'system'. This catalog is not part of our internal code at all.
Expected behavior
See above.
Screenshots and log output
System information
The output of dbt --version:
<output goes here>
The operating system you're using:
The output of python --version:3.10.12
Additional context
Add any other context about the problem here.