Expand my Community achievements bar.

SOLVED

How to use snapshot clause in the Query Service

Avatar

Level 3

Hello,

 

we have a requirement to keep the data in two datasets in sync. For some reason, we can't ingest the same payload in both the datasets. We are planning to leverage the scheduled query service for this. For the incremental approach, I think snapshot clause is the way to move forward. However, I am not sure where do I get the snapshot ids to use in the query.

 

Can someone please help here?

1 Accepted Solution

Avatar

Correct answer by
Moderator

Hi @mittalabhi86 

 

Please run below query in data lake :

select history_meta('<your_dataset_table_name_here>');

 

arijitg_0-1696943055283.png

 

View solution in original post

1 Reply

Avatar

Correct answer by
Moderator

Hi @mittalabhi86 

 

Please run below query in data lake :

select history_meta('<your_dataset_table_name_here>');

 

arijitg_0-1696943055283.png