Hi! I am looking at scheduling/orchestrating options, and it would be nice to go with simple cron jobs and avoid the airflow installation (with the db, users, ui, etc). At the same time, having a UI to run jobs manually when necessary is useful (not everyone has access to the CLI 😅)
This is currently possible with the meltano-ui (which seems simpler to set-up and to use), but as I understand it, there is no “cron orchestrator”, only the airflow orchestrator? So schedules defined in meltano.yml would be visible and runnable via the UI, but without Airflow they would not be run periodically (i.e. the
interval
config param would be useless)?
Would this be a good idea, or do you have big changes planned ahead regarding the “Schedules” meltano ui?