mark_johnston
07/01/2024, 6:39 AMmeltano state to-target target-snowflake
or meltano run state target-snowflake
functionality that uses inbuilt methods to send state data to a given target, regardless of the state backend in use?visch
07/01/2024, 12:10 PMEdgar Ramírez (Arch.dev)
07/01/2024, 3:09 PMmark_johnston
07/01/2024, 7:15 PMstate
and runs
. I set up the sync process a while back, but the metadata settings are:
{
"public-runs": {
"replication-method": "INCREMENTAL",
"replication-key": "id",
"table-key-properties": [
"id"
]
},
"public-state": {
"replication-method": "INCREMENTAL",
"replication-key": "updated_at",
"table-key-properties": [
"state_id"
]
}
}
mark_johnston
07/01/2024, 7:19 PM{
"completed": {
"singer_state": {
"bookmarks": {
"DSSADM-DWH_TABLE": {
"last_replication_method": "FULL_TABLE",
"version": 1699581819348,
"ORA_ROWSCN": null
}
},
"currently_syncing": null
}
},
"partial": {}
}
mark_johnston
07/01/2024, 9:14 PMnumpy<2
issue, I've managed to get tap-universal file working with the following config:
{
"protocol":"s3",
"file_path":"meltano-state-dev-2-5-1",
"file_type":"jsonl",
"file_regex":".*\\.json",
"jsonl_type_coercion_strategy":"envelope",
...
}
visch
07/01/2024, 9:26 PMmark_johnston
07/01/2024, 9:26 PMmark_johnston
07/01/2024, 9:32 PM