dbt-labs / dbt-external-tables

dbt macros to stage external sources
https://hub.getdbt.com/dbt-labs/dbt_external_tables/latest/
Apache License 2.0
294 stars 119 forks source link

Re-enable integration tests for Databricks #181

Closed dbeatty10 closed 1 year ago

dbeatty10 commented 1 year ago

Integration tests were disabled in https://github.com/dbt-labs/dbt-external-tables/pull/180 due to errors similar to:

('HY000', "[HY000] [Simba][Hardy] (35) Error from server: error code: '0' error message: 'org.apache.hive.service.cli.HiveSQLException: Error running query: com.databricks.rpc.UnknownRemoteException: Remote exception occurred:\n\tcom.databricks.backend.daemon.data.server.FailedOperationAttemptException: Metadata operation failed\n\t\tat com.databri'. (35) (SQLExecDirectW)")

This error should be solved and integration tests re-enabled.