cancel
Showing results for 
Search instead for 
Did you mean: 
ImranA
Contributor
since ‎11-06-2024
2 weeks ago

User Stats

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

User Activity

if I use "spark.readStream" it does incremental loads and If I do "spark.read" it creates a materialised view.What I want is:  do a full load each time(no need of scd types) and it should be a streaming table and not a materialised view.Any help woul...
Hi,I am having an issue when I try to load the DLT bronze table for the first time, it goes through multiple parquet file using a loop(loop is just helping to provide the snapshot and version sequentially to "dlt.apply_changes_from_snapshot()"), And ...
For example there is a table called "cars", if I remove the table from DLT pipeline and drop the table from catalogue. Now if I change the schema of the table, and create the table again using the same table name "cars" through the same pipeline, Why...
Kudos given to