cancel
Showing results for 
Search instead for 
Did you mean: 
jm99
New Contributor III
since ‎06-10-2022
‎06-26-2023

User Stats

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

User Activity

Most python examples show the structure of the foreachBatch method as:def foreachBatchFunc(batchDF, batchId): batchDF.createOrReplaceTempView('viewName') ( batchDF ._jdf.sparkSession() .sql( ...
Using Azure Databricks:I can create a DLT table in python usingimport dlt import pyspark.sql.functions as fn from pyspark.sql.types import StringType   @dlt.table( name = "<<landingTable>>", path = "<<storage path>>", comment = "<< descri...
Kudos from