cancel
Showing results for 
Search instead for 
Did you mean: 
vidya_kothavale
Contributor
since ‎07-26-2024
a week ago

User Stats

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

User Activity

Hi,On a managed Delta table  I get:SELECT * FROM abc VERSION AS OF 25;Error:DELTA_UNSUPPORTED_TIME_TRAVEL_BEYOND_DELETED_FILE_RETENTION_DURATION Cannot time travel beyond delta.deletedFileRetentionDuration (168 HOURS).Audit logs show VACUUM START/END...
My Databricks Associate and Professional certifications expired in January 2026. I would like to renew them and need guidance on the process.Could you please confirm:Do I need to re-take the exam and pay the full fee again for renewal?Will free vouch...
I am trying to read a Vertica table into a Spark DataFrame using JDBC in Databricks.Here is my sample code:hostname = ""username = ""password = ""database_port = ""database_name = ""qry_col_level = f"""SELECT * FROM analytics_DS.ansh_units_cum_dash""...
I have to convert Vertica queries in Databricks SQLs, so that I can run them in databricks environment. So I want to know the list of all keywords, functions or anything that is different in databricks SQL. 
I am trying to create a Delta Live Table (DLT) in my GCP Databricks workspace, but I am encountering an issue where Unity Catalog is not enabled on the job cluster.Steps I followed:Created a DLT pipeline using the Databricks UI.Selected the appropria...