Defining Scheduler Version
For now, optimus only supports airflow as a scheduler. Optimus provides capability to determine the scheduler version per project by defining scheduler_version
in project config (optimus.yaml
). By default, optimus use airflow version 2.1 if it is not specified in optimus.yaml
config.
Optimus supports these following Airflow versions: | Version | |---| | 2.1 | | 2.2 | | 2.3 | | 2.4 | | 2.5 | | 2.6 | | 2.7 | | 2.8 | | 2.9 |