cancel
Showing results for 
Search instead for 
Did you mean: 
a_user12
Contributor
since ‎07-01-2024
‎01-20-2026

User Stats

  • 13 Posts
  • 1 Solutions
  • 6 Kudos given
  • 0 Kudos received

User Activity

From time to time i read  articles such as here which suggest to use a unity catalog schema management tool. All table schema changes should be applied via this tool.Usually SPs (or users) have the "Modify" Permission on tables. This allows to them t...
Dear Team!I want to prevent at a certain table that the schema is automatically updated. With plain strucutred streaming I can do the following:silver_df.writeStream \ .format("delta") \ .option("mergeSchema", "false") \ .option("checkpoi...
 I have a delta table where I set the following propertylogRetentionDuration: "interval 1 days"I was doing some table operations and see in the _delta_log folder files such as00000000000000000000.json 00000000000000000001.json 00000000000000000002.js...
We have a CI/CD pipeline where we run:databricks bundle deploy [...]The code works fine, however, if we missconfigure it, we see in the output an error message such asDeploying resources... Updating deployment state... Warning: Detected unresolved va...
I want to complete the "Databricks Certified Associate Developer for Apache Spark" Certification. Are the questions really focusing on the old Spark 3.0 or Spark 3.5?The test aids linked here (https://www.databricks.com/learn/certification/apache-spa...