cancel
Showing results for 
Search instead for 
Did you mean: 
a_user12
New Contributor III
since ‎07-01-2024
2 weeks ago

User Stats

  • 12 Posts
  • 1 Solutions
  • 5 Kudos given
  • 0 Kudos received

User Activity

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...
Hi!In Databricks Academy I registered for the new "Data Engineer Learning Plan". The videos show a lot of notebooks. Where can I download them?