Pranav kumar Pulusu
05/16/2024, 8:45 AM{
"completed": {
"singer_state": {
"bookmarks": {
"files": {}
}
}
},
"partial": {}
}
Edgar Ramírez (Arch.dev)
05/16/2024, 3:45 PMYou can leave the capabilities and settings fields blank for now.You might wanna enable the
state
capability on the tap: https://docs.meltano.com/reference/plugin-definition-syntax#capabilitiesPranav kumar Pulusu
05/16/2024, 7:24 PM```2024-05-16T191235.048413Z [info ] 2024-05-17 004235,048 | INFO | target-mongodb | Emitting completed target state {"bookmarks": {"files": {}}} cmd_type=elb consumer=True job_name=dev:tap-gdrive-to-target-mongodb name=target-mongodb producer=False run_id=93e28d5a-be8f-4988-9405-c0199992db80 stdio=stderr string_id=target-mongodb
2024-05-16T191235.055085Z [info ] Writing state to Local Filesystem
2024-05-16T191235.056060Z [info ] Incremental state has been updated at 2024-05-16 191235.056040.
2024-05-16T191235.598731Z [info ] Block run completed. block_type=ExtractLoadBlocks err=None set_number=0 success=True```saw this documentation:
Declares that the plugin is able to perform incremental processing using thebut running it withCLI option.--state
meltano run
is giving Error: No such option: --state Did you mean --merge-state?
where should this --state
be added?Edgar Ramírez (Arch.dev)
05/16/2024, 7:24 PMfiles
stream in your custom class declare a replication_key
?Edgar Ramírez (Arch.dev)
05/16/2024, 7:25 PMPranav kumar Pulusu
05/16/2024, 7:43 PM