cancel
Showing results for 
Search instead for 
Did you mean: 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Observable API and Delta Table merge

Malthe
Valued Contributor

Using the Observable API on the source dataframe to a Delta Table merge seems to hang indefinitely.

Steps to reproduce:

  1. Create one or more pyspark.sql.Observation objects.
  2. Use DataFrame.observe on the merge source.
  3. Run merge.
  4. Accessing Observation.get blocks indefinitely.

The source dataframe here is a batch dataframe, executed within the foreachBatch framework on a streaming data source.

Is the Observable API not compatible with Delta Table merges?

0 REPLIES 0