I have Table A which contains History data of 1 month(August 2022) and Table B in which I am doing real time ingestion . I want to ingest the data of Table A in Table B and also check if there is any duplicate data in Table B after combining data of both the tables.Can we use .append command to combine data of these tables without loosing my existing data?
How to use these tags in this code. I am bit confused on using these tags?
.append Table B with(tags='["TagA","TagB"]') <|
Table A
| where timestamp between (datetime(2022-08-01 T09:00:00.000Z) .. datetime(2022-08-31 T11:00:00.000))
| project timeseries, value, timestamp, scaled_value