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…
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…
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.…
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
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.
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…
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
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
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…
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://learn.microsoft.com/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…
Selected user account does not exist in tenant 'Microsoft Services' and cannot access the application
Following Establish your first account admin bellow: https://learn.microsoft.com/en-us/azure/databricks/admin/#account-admins I login with owner, global admin account in azure portal, and Go to accounts.azuredatabricks.net and sign in with my global…
Unable to create compute with single node 14GB memory, 4 core for azure databricks with azure student account
Hi Microsoft Team, I am using an Azure student account and I am facing issues when creating the compute for Azure Databricks. I have given a single node and then I selected 14GB of memory and 4 core General purpose as driver type and when I clicked on…
Seeking Expertise in Spark SQL CTE Recursive Queries in Azure Databricks
I'm currently diving deep into Spark SQL and its capabilities, and I'm facing an interesting challenge. I'm eager to learn how to write CTE recursive queries in Spark SQL, but after thorough research, it seems that Spark doesn't natively support…