Latency in API call
how to fix the api latency where parallel apis sending to microsoft crm .. how to fix this latency api is taking time to send the data
can the path of source files be the same as the volume's location path?
hi friend, I currently have multiple source files stored on SA (Storage Account) in a directory called /raw/, which also contains a subdirectory /raw/sub1/. When I create a volume, the location is also pointing to SA. Can this location path point to…
Unable to create compute in Databricks with Azure Free Trial even after several trials.
Hello Team, I have taken up azure free trial on the sole purpose to learn Databricks. Right after creating the account, I went up straight to launch databricks workspace and tried creating a cluster but was unsuccessful. I have went through most of the…
How can you see the user that is assigned the Role in an ARM (Bicep) deployment.
I have this Bicep code which creates an Azure Databricks access connector and then gives Reader Role to some Service Principal that have been given as an input in the parameters. resource accessConnector…
Read data from Databricks Delta Sharing to Azure Synapse
Hi, I am trying to read the data from Databricks Delta Sharing and write the data to Azure Synapse by referring this documentation https://docs.databricks.com/en/connect/external-systems/synapse-analytics.html#language-python I have constructed below…
Need to create a policy which allows specific users for cluster creation in azure databricks
Need help to create a policy which allows specific users for cluster creation in azure databricks
How to run SQL stored procedure in Azure Database for SQL Server using Azure Databricks Notebook
We have Stored Procedure available in Azure Database for SQL Server and we want to call or run or execute the SQL stored procedures in Azure Databricks through Notebook We are attempting to run SQL stored procedures, through Azure Databricks notebook and…
I couldnt create Access tokens. I dont see the option of "user setting" in the profile
I couldnt create Access tokens. I dont see the option of "user setting". I have checked the "roles" under "Access control" where I have the "owner" role. I have checked the Workspace admin settings,I could see I…
I could see that In the 'Roles' in Access Control, Im the owner of my account. But I was not able to create accesss control. I think I dont have the permissions of a Databricks workspace admin
In azure databricks, I wanted to create Access Token. But Im not able to. I may not have the permissions of a Databricks workspace admin. How do i do that
Azure Databricks Usage Cost
Hi Team, We have an Azure Databricks subscription with reservations, and multiple workspaces for different projects. We want to monitor our cost usage in the best way possible. I've explored two options: Creating a consumption dashboard in the Account…
Unable to Enable Serverless Clusters in Azure Databricks Workspace
I've been trying to activate serverless clusters in Azure Databricks, but I can't find the feature enabled in the workspace console settings. My understanding is that this feature should be available in all regions; I'm currently working in US East.…
Not Able To Access DataBricks Manage Account Console. Logging through global admin account. Can anyone help what to be done to resolve this.
Getting above error when try to click on manage account in databricks. Can anyone guide me to resolve this issue.
not being able to create azure free account or even to upgrade to pay as u go
how am i suppose to learn the certification if am not being able to create account. i am really frustrated that am not being able to create account. provide me an efficient way to create account to practice for my certification
How to get utilization(cpu,memory) report of Adb cluster
I have three clusters in adb i need its utilization report how can i get that
How to configure default Lakehouse in notebook in Fabric
I want to configure defualt laekhouse in notebook. i can do it using %%configure command. but i am note able to use variables here to be used in %%configure command. As configure should be the first cell of the notebook and if you put it in middle of the…
Concurrency issue in partitioned table while updating same table from different spark notebook
Created partitioned table with below schema CREATE TABLE Landing.TargetTable ( Id INT, Name STRING, SourceSystem INT, SourceId INT, ETLId INT ) USING DELTA PARTITIONED BY (SourceId); Two source tables are there from where data are…
Can a Databricks workspace use an access connector to retrieve secrets from Key Vault?
faced error when trying to access secrets by adding the access connector object ID as key Vault Administrator on Key Vault.
Issue with logging MLflow run in Databricks - BAD_REQUEST: Unable to connect to the linked AzureML workspace
I am encountering an issue while trying to log MLflow runs to an experiment and register a model in Azure Databricks. While executing the mlflow.start_run(), I continually receive a RestException: BAD_REQUEST error with the message "Unable to…
How to configure IP access list to databricks workspace
How to configure the ip access list to databricks workspace. I have seen the microsoft link for this : https://zcusa.951200.xyz/en-us/azure/databricks/security/network/front-end/ip-access-list-workspace but not found (databricks workspace-conf…
Analysis of Cost Saved
Hi, Current Solution: Delta table from HiveMetastore -> Staging Table with Business Logic in Databricks -> PowerBI Current Solution in Detailed: Main responsibilities for me is to consume the data the delta tables from hive_metastore in…