I’m guessing I should avoid incrementing my job_id...
# plugins-general
s
I’m guessing I should avoid incrementing my job_id:
meltano elt tap-slack target-jsonl --job_id=srini_test_5
d
@srini_kadamati__apache_superset_ Yep, exactly.
job_id
would be more accurately called
pipeline_name
: it's expected to be stable between runs you want to treat as incremental runs of the same pipeline
s
sweet!