by
Ramya
• New Contributor III
- 19197 Views
- 4 replies
- 3 kudos
Hi, I am having an issue accessing data bricks API 2.0/workspace/mkdirs through python. I am using the below azure method to generate the access token. I am not sure why I am getting 404 any suggestions?token_credential = DefaultAzureCredential()sc...
- 19197 Views
- 4 replies
- 3 kudos
- 25226 Views
- 16 replies
- 10 kudos
from databricks import sql
hostname = '<name>.databricks.com'
http_path = '/sql/1.0/endpoints/<endpoint_id>'
access_token = '<personal_token>'
connection = sql.connect(server_hostname=hostname, http_path=http_path, access_token=access_token)
cu...
- 25226 Views
- 16 replies
- 10 kudos
Latest Reply
Hi @Borislav Blagoev ,Thanks very much for taking the time to collect these logs.The problem here (as indicated by the `IpAclValidation` message) is that IP allow listing (enabled for your workspace) will not allow arbitrary connections from Spark c...
15 More Replies