cancel
Showing results for 
Search instead for 
Did you mean: 
buraksivrikaya
New Contributor II
since ‎01-12-2023
‎05-20-2025

User Stats

  • 2 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi,We have a DLT pipeline with the following source code:import dlt from pyspark.sql.functions import col, from_json from pyspark.sql.types import LongType, StringType, StructField, StructType KAFKA_TOPIC = "..." BOOTSTRAP_SERVERS = "..." # Define ...