9 questions
0 votes
1 answer
335 views
Databricks Auto loader from tables in Delta Share
I am trying to read delta table in delta shares shared from other environments. The pipeline runs okay; however, as the delta table is update in the source (delta share in GCP), the code below gets ...
0 votes
0 answers
112 views
Delta Sharing on local workstation produces UnexpectedHttpStatus
I've created a Delta Share on an AWS Databricks workspace which I'm trying to consume from on my local workstation using pyspark 3.5.3 but it's raising a UnexpectedHttpStatus exception and seems to be ...
0 votes
1 answer
346 views
Issues with Delta Sharing API when using Service Principal Token
I am currently working with the Delta Sharing API and have encountered an issue when using a Service Principal token for authentication. The API call returns the following error: [...
0 votes
1 answer
788 views
Python Delta_Sharing SSL certificate verify failed: self signed cert
I've not been able to find an answer that fixes this SSL error for delta_sharing import delta_sharing import pandas as pd delta_sharing.SharingClient("<PersonalTokenHere>")....
0 votes
2 answers
625 views
DeltaSharing with CDF complains: cdf is not enabled on table - although reading with Delta lake works
SETUP: Spark: 3.2.3 DeltaSharing Test-Server running locally I am writing and reading data into a Deltalake with Spark. Now I like to enable CDF for being able to read only the changes permanently ...
2 votes
0 answers
540 views
Connecting delta sharing to other services
I have a delta sharing server running, but can't access it in Power BI - "Access to the resource is forbidden", Spark doesn't work either - "FileReadException: Error while reading file ...
1 vote
0 answers
94 views
Scala object mapper exception while creating delta sharing rest client in Java
I am trying to create a delta sharing rest client which is accessing shares located in azure blob storage. It's throwing this exception : java.lang.NoClassDefFoundError: com/fasterxml/jackson/module/...
1 vote
0 answers
182 views
How to Renew Token/Activation Link for a Delta Share Recipient?
Seems like the old token expired. Is there a way to renew without deleting the recipient?
2 votes
0 answers
359 views
Delta-Share :An error occurred while calling o31.load
Testing Databricks Delta-share and got below error. py4j.protocol.Py4JJavaError: An error occurred while calling o31.load. : java.lang.ClassNotFoundException: Failed to find data source: deltaSharing. ...