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

User Stats

  • 16 Posts
  • 2 Solutions
  • 6 Kudos given
  • 1 Kudos received

User Activity

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?
I am trying to insert a record into Delta table using notebook written in python. This record has a timestamp column that should be blank initially, later i have a plan to update the timestamp value.How am i inserting the record: stmt_insert_audit_r...