florian_kuhnlenz
06/07/2023, 1:23 PMmeltano invoke tap-mssql
it appears the start date is ignored. Is there any other way to debug my setup?
Parallel post on github: https://github.com/BuzzCutNorman/tap-mssql/issues/52user
06/07/2023, 2:42 PMreplication_key
with an underscore instead of a hyphen? I'm not positive thats the issue but something to testBuzzCutNorman
06/07/2023, 2:46 PM.*
from the end of the tap_stream_id
in the metadata section and see if that resolves the issue. The updated metadata:
section would look like this
metadata:
dbo-time_series_meta:
replication-method: FULL_TABLE
dbo-time_series:
replication-method: INCREMENTAL
replication-key: updated
florian_kuhnlenz
06/07/2023, 5:31 PMBuzzCutNorman
06/07/2023, 5:32 PM