cancel
Showing results for 
Search instead for 
Did you mean: 
christian_chong
New Contributor III
since ‎06-21-2024
‎07-08-2024

User Stats

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

User Activity

Hi everbody,I am facing a issue with spark structured steaming, with databricks on gcp. I use external table type but schema are managed schema. The code below in my notebook works very wellBut if i add column masking to target table, and rerun the n...
Hi everbody, I am facing a issue with spark structured steaming. here is a sample of my code:   df = spark.readStream.load(f"{bronze_table_path}") df.writeStream \ .format("delta") \ .option("checkpointLocation", f"{silver_checkpoint}") \ .option("me...