Slackbot
01/10/2023, 6:48 PMRenato Santos
01/10/2023, 7:07 PMVadim
01/10/2023, 7:26 PMVadim
01/10/2023, 7:28 PMappendToExisting: true , in SQL based ingestion you could use INSERT vs REPLACE). In that case every ingestion spec will add data to your datasource (so COUNT(*) would increase)Vadim
01/10/2023, 7:30 PMREPLACE or appendToExisting: false it will ingest the data at the time of ingestion, so if you have added or removed data from your source (like S3) between submitting the specs then different data will be ingested (I hope that is obvious and intuitive)Vadim
01/10/2023, 7:32 PMMax Reinsel
01/10/2023, 8:36 PMVadim
01/10/2023, 9:21 PMDidip Kerabat
01/10/2023, 10:23 PM