Is there an existing feature request for this?
Describe the Feature
Add logic to stg_fivetran__log to make it an incremental model. Since past records should not change at all once they are inserted, an append strategy would work great here and hopefully limit runtime a bunch!
Describe alternatives you've considered
- keep it non-incremental
- the
log table can get super big and unwieldy
- use another incremental strategy:
- too complicated for what we need, though we need to be very careful to not insert duplicate records
Are you interested in contributing this feature?
Anything else?
No response
Is there an existing feature request for this?
Describe the Feature
Add logic to
stg_fivetran__logto make it an incremental model. Since past records should not change at all once they are inserted, an append strategy would work great here and hopefully limit runtime a bunch!Describe alternatives you've considered
logtable can get super big and unwieldyAre you interested in contributing this feature?
Anything else?
No response