cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

PiotrU
by Contributor
  • 57 Views
  • 2 replies
  • 1 kudos

No possibility to schedule DLT once per minute

HelloI wanted to setup DLT to run every minute, previously it was possible with setting up in JSON "schedule": "1 * * * *"  - but now I see that is not accepted - is there any other workaround to make it working ?

  • 57 Views
  • 2 replies
  • 1 kudos
Latest Reply
PiotrU
Contributor
  • 1 kudos

in that case we can attach dlt to job ... but in json for dlt - I was not able to do that still

  • 1 kudos
1 More Replies
BhawaniD
by New Contributor
  • 88 Views
  • 3 replies
  • 2 kudos

Notebook is stuck and cluster goes into waiting state while using spark libraries

Hey,We have installed the com.databricks:spark-xml_2.12:0.18.0 library in our VNET-injected Databricks workspace to read XML files from a storage account. The notebook runs successfully for text files when the cluster is started without the library i...

  • 88 Views
  • 3 replies
  • 2 kudos
Latest Reply
Witold
Contributor III
  • 2 kudos

Since it's a maven dependency it should be simply HTTP and port 80/443.Besides, are you aware that native XML support is included since runtime 14.3? This replaces the library spark-xml.

  • 2 kudos
2 More Replies
Redfordml
by New Contributor
  • 165 Views
  • 1 replies
  • 1 kudos

Do Databricks Update the Default Python Libraries in Cluster Runtimes?

Hi all,I’ve been trying to find information about whether Databricks regularly updates the default Python libraries in their cluster runtimes. I checked two different sources but didn’t find clear details.Default python libraries in runtime 11.3 LTS ...

  • 165 Views
  • 1 replies
  • 1 kudos
Latest Reply
Witold
Contributor III
  • 1 kudos

Yes, Databricks does that when releasing new versions of the runtime. Just compare the libraries of the other runtimes.

  • 1 kudos
joe_zhou
by New Contributor III
  • 264 Views
  • 3 replies
  • 1 kudos

Can't login to new AWS databricks workspace

Just get our first AWS Databricks workspace created by following the instructions: https://docs.databricks.com/en/admin/workspace/create-uc-workspace.htmladopted the customer-managed VPC and private link for the setup. Upon reviewing the network conf...

joe_zhou_1-1723024460015.png joe_zhou_0-1723024191031.png
  • 264 Views
  • 3 replies
  • 1 kudos
Latest Reply
joe_zhou
New Contributor III
  • 1 kudos

the problem resolved after networking team currently set the DNS to point to the endpoint. We can login through the workspace link now. 

  • 1 kudos
2 More Replies
NelsonE
by New Contributor II
  • 239 Views
  • 2 replies
  • 0 kudos

Terraform Failed to get oauth access token. Please retry after logout and login again. with GCP

Hi I'm having trouble creating a databricks_mws_vpc_endpoint with Terraform.I already created 2 Private Service Connect (PSC) and I'm trying to create the vpc endpoint for Databricks but I'm getting this error:BAD_REQUEST: Failed to get oauth access ...

  • 239 Views
  • 2 replies
  • 0 kudos
Latest Reply
Kaniz_Fatma
Community Manager
  • 0 kudos

Hi @NelsonE, Please try databricks auth login again. Also, could you please share some error stacks?Additionally, please share the workspace ID (send an email to community@databricks.com) / GCP region so that we can investigate on it further.  

  • 0 kudos
1 More Replies
mushroom_posse
by New Contributor II
  • 262 Views
  • 2 replies
  • 1 kudos

Resolved! Delta sharing gold layer data within organisation but outside of Vnet

Hi all,The organisation I’m working for has a data engineering team using medallion architecture and wants to share materialised views in the gold layer to members of the organisation who do not have access to the Vnet to be delivered in power BI rep...

  • 262 Views
  • 2 replies
  • 1 kudos
Latest Reply
mushroom_posse
New Contributor II
  • 1 kudos

Thanks for that information will take it to the infrastructure team

  • 1 kudos
1 More Replies
Rajatkumar002
by New Contributor
  • 732 Views
  • 3 replies
  • 1 kudos

session expired Error

Within two minutes of logging into Databricks Community Edition, I am receiving the following error message: "Session expired." The session has ended; please log in again." I've attempted to log in again, but the message "Authenticate the session is ...

  • 732 Views
  • 3 replies
  • 1 kudos
Latest Reply
Kaniz_Fatma
Community Manager
  • 1 kudos

Hi @Rajatkumar002, Please review the response and let us know if it answers your question. Your feedback is valuable to us and the community. If the response resolves your issue, kindly mark it as the accepted solution. This will help close the threa...

  • 1 kudos
2 More Replies
MichaelO
by New Contributor III
  • 276 Views
  • 2 replies
  • 0 kudos

Terraform databricks new feature

I recently saw a new feature in databricks that allows to set an upper limit of run time for jobs, so it fails when the limit is breached. See image below:Are we able to terraform code this new feature?

MichaelO_0-1723549982471.png
  • 276 Views
  • 2 replies
  • 0 kudos
Latest Reply
Kaniz_Fatma
Community Manager
  • 0 kudos

Hi @Rjdudley, Thanks for reaching out! Please review the response and let us know which best addresses your question. Your feedback is valuable to us and the community.   If the response resolves your issue, kindly mark it as the accepted solution. T...

  • 0 kudos
1 More Replies
shubhdhanuka
by New Contributor
  • 215 Views
  • 1 replies
  • 0 kudos

Account Access token

Can you please help me with how to authenticate account level rest apis?curl --request GET https://accounts.cloud.databricks.com/api/2.0/accounts/{account_id}/usageI use Permanent Access Token to authenticate workspace APIs but it's not working for w...

  • 215 Views
  • 1 replies
  • 0 kudos
Latest Reply
szymon_dybczak
Contributor
  • 0 kudos

Hi @shubhdhanuka ,To get access to account API you cannot use personal access token. Instead, you must use the Microsoft Entra ID tokens of Azure Databricks account admins. Azure Databricks account admins can be users or service principals.Below you ...

  • 0 kudos
ag2all
by New Contributor
  • 272 Views
  • 2 replies
  • 1 kudos

Databricks + Apache Iceberg = advantageous or wasted effort due to duplicate functionality ?

Trying to design a Lakehouse. Spark is at the base layer. Now wondering if adding Apache Iceberg sitting below Spark will be of help, or, not ? Preferring Iceberg for its auto indexing, ACID query facilities over big hetergenous datasets. Wonder if i...

  • 272 Views
  • 2 replies
  • 1 kudos
Latest Reply
holly
Valued Contributor III
  • 1 kudos

Hello, if you're planning on building your own open source stack of spark+iceberg, it can be a good choice.  If you're on Databricks, however, you're going to miss out a *lot* on delta features that are baked into the platform. Specifically compute +...

  • 1 kudos
1 More Replies
TheManOfSteele
by New Contributor II
  • 299 Views
  • 1 replies
  • 0 kudos

Resolved! Prevent service principal UUID from appearing on job name

Hello!I am using service principal id to authenticate my databricks bundle. But when the job runs, this id is automatically appended to both the name and tags column on the jobs run page. In my databricks.yml file I have name: "[${var.environment}]" ...

  • 299 Views
  • 1 replies
  • 0 kudos
Latest Reply
breaka
New Contributor III
  • 0 kudos

Hi!Sounds like the "development" mode. DAB will automatically prefix your jobname with <env> <user name> if you set "mode" to "development" in the databricks.yml file. The name lookup for service principals apparently doesn't work nicely and you get ...

  • 0 kudos
Schofield
by New Contributor III
  • 246 Views
  • 2 replies
  • 2 kudos

List deployed Databricks asset bundles (DABs)?

Is there a databricks cli command or REST API to list all the DABs that have been deployed to a workspace?

  • 246 Views
  • 2 replies
  • 2 kudos
Latest Reply
Kaniz_Fatma
Community Manager
  • 2 kudos

Hi @Schofield, Hi, Thank you for reaching out to our community! We're here to help you. To ensure we provide you with the best support, could you please take a moment to review the response and choose the one that best answers your question? Your fee...

  • 2 kudos
1 More Replies
gabo2023
by New Contributor III
  • 2049 Views
  • 2 replies
  • 3 kudos

Unable to read resources - Unsupported Protocol Scheme (Terraform AWS)

Hello everyone!Over the last few weeks my company has been trying to deploy a Databricks workspace on AWS adapted to the customer's needs, using Terraform. To do this, we started from a base code on Databricks own github (https://github.com/databrick...

image.png image (1).png
  • 2049 Views
  • 2 replies
  • 3 kudos
Latest Reply
meeran007
New Contributor II
  • 3 kudos

Whats the solution for this? facing same issue.

  • 3 kudos
1 More Replies
Labels