type property

String? type
getter/setter pair

Type of a workload. Possible string values are:

  • "COMPOSER_WORKLOAD_TYPE_UNSPECIFIED" : Not able to determine the type of the workload.
  • "CELERY_WORKER" : Celery worker.
  • "KUBERNETES_WORKER" : Kubernetes worker.
  • "KUBERNETES_OPERATOR_POD" : Workload created by Kubernetes Pod Operator.
  • "SCHEDULER" : Airflow scheduler.
  • "DAG_PROCESSOR" : Airflow Dag processor.
  • "TRIGGERER" : Airflow triggerer.
  • "WEB_SERVER" : Airflow web server UI.
  • "REDIS" : Redis.

Implementation

core.String? type;