The cron
utility is a Meltano utility extension that provides basic job scheduling via cron.
EDK Based Plugin
Getting Started
Prerequisites
If you haven't already, follow the initial steps of the Getting Started guide:
Installation and configuration
-
Add the cron utility to your
project using
:meltano add
-
Configure the cron
settings using
:meltano config
meltano add utility cron
meltano config cron set --interactive
Next steps
- To install your job schedules run:
# Install your schedules meltano invoke cron install # Confirm by listing your cron schedules meltano invoke cron list
If you run into any issues, learn how to get help.
Capabilities
This plugin currently has no capabilities defined. If you know the capabilities required by this plugin, please contribute!Settings
This plugin currently has no settings defined. If you know the settings required by this plugin, please contribute!Commands
The cron utility supports the following commands that can be used withmeltano invoke
:describe
-
Equivalent to:
describe
Describe the available commands for the cron extension.
meltano invoke cron:describe [args...]
install
-
Equivalent to:
install
Install a crontab for the Meltano project.
meltano invoke cron:install [args...]
list
-
Equivalent to:
list
List installed cron entries for the Meltano project
meltano invoke cron:list [args...]
uninstall
-
Equivalent to:
uninstall
Uninstall a crontab for the Meltano project.
meltano invoke cron:uninstall [args...]
Something missing?
This page is generated from a YAML file that you can contribute changes to.
Edit it on GitHub!Looking for help?
#plugins-general
channel.