Is there a plan to allow a timestamp to be set manually for a column?
• Use case: I have a table that's too big and somehow fails the postgres to BigQuery replication (a problem I would like to fix)
• The best way I've found to fix this is avoid replicating older records. I do this by directly updating the state table in the airbyte backend
• Every time I resync the full schema, I have to reset that timestamp manually
• I would love to be able to set it as part of the
streams
definition