Jorrit Sandbrink
Jorrit Sandbrink
Allow Custom Override of `_dlt_valid_from` and `_dlt_valid_to` Timestamp in SCD2 Incremental Loading
Let's make sure we're on the same page. > I would like to change this value to an arbitrary value (e.g., 2024-06-01T00:00:00Z) How is the _arbitrary value_ determined? I see...
Allow Custom Override of `_dlt_valid_from` and `_dlt_valid_to` Timestamp in SCD2 Incremental Loading
@muuuuwa thanks :) @rudolfix here are my suggestions for the public API and implementation: ### Public API Add optional `boundary_ts` argument to `write_disposition` dictionary. ```py @dlt.resource( write_disposition={ "disposition": "merge", "strategy":...
Allow Custom Override of `_dlt_valid_from` and `_dlt_valid_to` Timestamp in SCD2 Incremental Loading
@KkazeKa that corresponds to option 1 in my earlier [comment](https://github.com/dlt-hub/dlt/issues/1601#issuecomment-2248545639), correct?
@burnash Could you review this PR? Perhaps it's better to split the code into `SnowflakeCredentialsWithoutDefaults` and `SnowflakeCredentials`, but I wasn't sure so for now it only has `SnowflakeCredentials`. Let me...