Jobs are part of 2.0 right?
# singer-tap-development
s
Jobs are part of 2.0 right?
a
Hi, @Stéphane Burwash. We introduced jobs in 1.105.0 but significantly expanded their capabilities in 2.0 - for instance, adding ability to have scheduled jobs.
s
Hey @aaronsteers 😄 Should job list work then? Because I don't see it listed in
meltano --help
(Also congrats on 2.0 🎉 )
a
Thanks so much, @Stéphane Burwash! It appears I mispoke. The initial jobs commit was immediately after 1.105.0, which (if I'm reading this correctly) means we may have a mistake in the changelog.
I double check and then update the changelog. But short answer, yes, it looks like 2.0 is the min version for
meltano jobs
command.
s
I'll eagerly await the new docker image then 😉
a
Copy code
aj@ajs-macbook-pro ~ % pipx run --spec=meltano==1.105.0 meltano job --help
⚠️  meltano is already on your PATH and installed at /Users/aj/.local/bin/meltano. Downloading and running anyway.
Usage: meltano [OPTIONS] COMMAND [ARGS]...
Try 'meltano --help' for help.

Error: No such command 'job'.
pipx run
is a very nice tool - confirmed it for me 🙂
I'll eagerly await the new docker image then
🙌