ben_thompson
02/01/2022, 7:46 PMben_thompson
02/01/2022, 7:47 PMplugins:
extractors:
- name: tap-csv
variant: meltanolabs
pip_url: git+<https://github.com/MeltanoLabs/tap-csv.git>
config:
csv_files_definition: extract/csv_files.jsonben_thompson
02/01/2022, 7:47 PM[
{
"entity": "users",
"path": "extract/GitFlixUsers.csv",
"keys": ["id"]
},
{
"entity": "episodes",
"path": "extract/GitFlixEpisodes.csv",
"keys": ["id"]
},
{
"entity": "streams",
"path": "extract/GitFlixStreams.csv",
"keys": ["id"]
}
]ben_thompson
02/01/2022, 7:52 PMpat_nadolny
02/01/2022, 8:02 PMelt and job_id like meltano elt tap-x target-y --job_id=123 then Meltano will manage storing and retrieving your bookmarks between executions but I think the problem is that this tap doesnt support incremental state right now.pat_nadolny
02/01/2022, 8:03 PMpat_nadolny
02/01/2022, 8:05 PMmeltano elt --dump=state tap-csv target-jsonl --job_id=123 with the --dump=state argument you can see your pipeline bookmarksben_thompson
02/02/2022, 3:17 AMpat_nadolny
02/02/2022, 10:40 PM