cancel
Showing results for 
Search instead for 
Did you mean: 
naga_databricks
Contributor
since ‎05-09-2023
‎07-01-2024

User Stats

  • 18 Posts
  • 2 Solutions
  • 5 Kudos given
  • 1 Kudos received

User Activity

I have a table A that is used in a spark.sql and joins with multiple other tables to get data. this data will be overwritten to the same table A.When i tried this, i get an error consistently as below: ERROR: An error occurred while calling o382.save...
I am running a notebook to get secret value from GCP Secret Manager. This is working well with Single user Access Mode, however it fail when i use a cluster with Shared Access mode. I have specified the same GCP service account on both of these clust...
Hi All,I am using Databricks Asset Bundles to deploy my code on github to databricks workspace. I have written out the Github Action as provided on databricks documentation.I have setup the personal access token for the service principal I want to us...
To read Bigquery data using spark.read, i'm using a query. This query executes and creates a table on the materializationDataset. df = spark.read.format("bigquery") \.option("query", query) \.option("materializationProject", materializationProject) \...
I have a notebook where i want to use the workflow name and task name that it will be running under. How do i access these information?