Replies: 3 comments
|
I am also running into the same issue even though on the Databricks documentation is reported that also MANAGED TABLES are supported: https://docs.databricks.com/aws/en/external-access/credential-vending |
0 replies
|
Yes, you cannot write to managed tables in all cases. As your managed table already exists. There is a write mode which you have to set to READ in the load table function, e.g. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi team,
I’m using Daft version
0.4.3and trying to load a Databricks Unity Catalog table as follows:I encounter
BadRequestErrorIt appears that Daft can only read external tables in Delta format and does not support reading tables stored in the default Databricks-managed storage for a metastore. Is this statement accurate?
Thanks!
All reactions