Skip to main content
0 votes
1 answer
335 views

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 ...
Diego's user avatar
  • 11
0 votes
0 answers
112 views

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 ...
TheRealJimShady's user avatar
0 votes
1 answer
346 views

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: [...
LearnIt's user avatar
  • 11
0 votes
1 answer
788 views

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>")....
alexrai93's user avatar
  • 678
0 votes
2 answers
625 views

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 ...
thhappy's user avatar
  • 55
2 votes
0 answers
540 views

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 ...
banest's user avatar
  • 53
1 vote
0 answers
94 views

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/...
kaundinya's user avatar
1 vote
0 answers
182 views

Seems like the old token expired. Is there a way to renew without deleting the recipient?
jencake's user avatar
  • 161
2 votes
0 answers
359 views

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. ...
ambariCloud's user avatar