Displays the effective or archived Hudi timelines and details of a specified instant time.
call show_active_instant_list(table => '[table_name]', instant => '[instant]');
call show_active_instant_detail(table => '[table_name]', instant => '[instant]');
call show_archived_instant_list(table => '[table_name]', instant => '[instant]');
call show_archived_instant_detail(table => '[table_name], instant => '[instant]');
Parameter |
Description |
---|---|
table_name |
Name of the table to be queried. The value can be in the database.tablename format. |
instant |
Instant timestamp to be queried |
call show_active_instant_detail(table => 'hudi_table1', instant => '20220913144936897'");
You can view query results on the client.