Skip to content

Commit

Permalink
rebuild transaction logs program data
Browse files Browse the repository at this point in the history
  • Loading branch information
desmond-hui committed Jul 3, 2024
1 parent 01f0918 commit ebe3306
Showing 1 changed file with 25 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,30 @@
tags = ['scheduled_core'],
) }}

/*
2022-08-12 7885521
2022-08-13 11137387
2022-08-15 351101483
2022-08-16 1427863755
2022-08-17 973393045
2022-08-18 827193734
2022-08-19 2346654908
2022-08-20 1281709341
2022-08-21 341131725
2022-08-22 13564732
2022-08-25 384899
2022-08-30 227067618
2022-08-31 2545287850
2022-09-01 1726232252
*/


WITH base AS (
SELECT
Expand All @@ -22,10 +46,9 @@ WITH base AS (
WHERE
succeeded
AND log_messages IS NOT NULL

{% if is_incremental() %}
{% if execute %}
{{ get_batch_load_logic(this, 30, '2024-06-07') }}
{{ get_batch_load_logic(this, 30, '2024-07-02') }}
{% endif %}
/* UNCOMMENT WHEN BACKFILLED
AND _inserted_timestamp >= (SELECT max(_inserted_timestamp) FROM {{ this }}) */
Expand Down

0 comments on commit ebe3306

Please sign in to comment.