You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #10624 we're building a new type of incremental model strategy, microbatch. The microbatch strategy is cool for a lot of reasons, that can be read about elsewhere. To support that we need a concept an event_start_time and event_end_time. Specifically, people should be able to specify these values via the CLI
A CLI invocation using the flags would look like
$ dbt run --event-time-start "2024-09-01 00:00:00" --event-time-end "2024-09-04 00:00:00"
Acceptance criteria
--event-time-start can be passed as a CLI argument
--event-time-end can be passed as a CLI argument
Suggested Tests
--event-time-start can be specified in the CLI without error
--event-time-end can be specified in the CLI without error
Impact to Other Teams
N/A
Will backports be required?
No
Context
No response
The text was updated successfully, but these errors were encountered:
QMalcolm
changed the title
Add --event-start-time and --event-end-time as CLI flags for specifying microbatch start and end times
[FEATURE] --event-start-time and --event-end-time as CLI flags for specifying microbatch start and end times
Sep 4, 2024
QMalcolm
changed the title
[FEATURE] --event-start-time and --event-end-time as CLI flags for specifying microbatch start and end times
[Feature] --event-start-time and --event-end-time as CLI flags for specifying microbatch start and end times
Sep 4, 2024
Housekeeping
Short description
In #10624 we're building a new type of incremental model strategy,
microbatch
. The microbatch strategy is cool for a lot of reasons, that can be read about elsewhere. To support that we need a concept anevent_start_time
andevent_end_time
. Specifically, people should be able to specify these values via the CLIA CLI invocation using the flags would look like
Acceptance criteria
--event-time-start
can be passed as a CLI argument--event-time-end
can be passed as a CLI argumentSuggested Tests
--event-time-start
can be specified in the CLI without error--event-time-end
can be specified in the CLI without errorImpact to Other Teams
N/A
Will backports be required?
No
Context
No response
The text was updated successfully, but these errors were encountered: