- Is this your first time deploying Airbyte?: No
- OS Version / Instance: MacOS Montery 12.6
- Memory / Disk: 8Gb
- Deployment: Docker
- Airbyte Version: 0.40.18
- Source name/version: -
- Destination name/version: databricks / 0.3.1
- Step: The issue is happening during sync
The connector does not work with the unity catalog feature of databricks. i guess the new three tier namespace is missing here, because the tables that the connector will create, are only at database.table level instead of catalog.database.table.
I just did a quick test and the sync fails when creating the table.CREATE TABLE public._airbyte_tmp_yhm_orders USING parquet LOCATION 's3://<bucket-xyz>/data/6fed6526-b350-40a6-8719-1907a58cfe65/orders'.
I would have expected that it would be possible to specify the catalogue in the configuration, but currently I don’t know in which catalogue the table would be created.