Jorrit Sandbrink

Results 24 comments of Jorrit Sandbrink

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...

@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":...

@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...