Difference between revisions of "Apache Airflow"
Jump to navigation
Jump to search
(12 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
* <code>[[airflow db]]</code> | * <code>[[airflow db]]</code> | ||
* <code>[[airflow webserver]]</code> | * <code>[[airflow webserver]]</code> | ||
+ | * <code>[[airflow standalone]]</code> | ||
* <code>[[airflow version]]</code> | * <code>[[airflow version]]</code> | ||
Line 18: | Line 19: | ||
== Related == | == Related == | ||
* [[Directed acyclic graph (DAG)]] | * [[Directed acyclic graph (DAG)]] | ||
+ | * [[Drawing DAGs]] | ||
* [[Airflow Scheduler]] | * [[Airflow Scheduler]] | ||
− | * [[Amazon Managed Workflows for Apache Airflow (MWAA)]] | + | * [[Airflow Operators]] |
+ | * [[Job scheduler]] | ||
+ | * [[Apache NiFi]] | ||
+ | * [[Amazon Managed Workflows for Apache Airflow (MWAA)]] (May 2021)) | ||
* [[Apache Airflow providers]]: https://airflow.apache.org/docs/apache-airflow-providers/ | * [[Apache Airflow providers]]: https://airflow.apache.org/docs/apache-airflow-providers/ | ||
Line 27: | Line 32: | ||
port: "8126" | port: "8126" | ||
metricsets: [ '[[statsd]]' ] | metricsets: [ '[[statsd]]' ] | ||
+ | * [[Apache airflow metrics]] | ||
+ | * [[Running Airflow in Docker]] | ||
== Activities == | == Activities == | ||
* Read https://www.astronomer.io/blog/7-common-errors-to-check-when-debugging-airflow-dag/ | * Read https://www.astronomer.io/blog/7-common-errors-to-check-when-debugging-airflow-dag/ | ||
+ | * [[Datadog Airflow integration]] | ||
== See also == | == See also == | ||
Line 36: | Line 44: | ||
* {{airflow cmd}} | * {{airflow cmd}} | ||
* {{Airflow}} | * {{Airflow}} | ||
− | |||
− | |||
[[Category:Apache]] | [[Category:Apache]] | ||
[[Category:Airflow]] | [[Category:Airflow]] |
Latest revision as of 17:07, 18 January 2023
wikipedia:Apache Airflow Workflow management system is a platform to programmatically author, schedule, and monitor workflows.
Contents
Commands[edit]
Logs[edit]
- Started process
- Fluentd recommended for logs
- StatsD recommended for metrics to Prometheus
Related[edit]
- Directed acyclic graph (DAG)
- Drawing DAGs
- Airflow Scheduler
- Airflow Operators
- Job scheduler
- Apache NiFi
- Amazon Managed Workflows for Apache Airflow (MWAA) (May 2021))
- Apache Airflow providers: https://airflow.apache.org/docs/apache-airflow-providers/
/etc/metricbeat/metricbeat.reference.yml - module: airflow host: "localhost" port: "8126" metricsets: [ 'statsd' ]
Activities[edit]
- Read https://www.astronomer.io/blog/7-common-errors-to-check-when-debugging-airflow-dag/
- Datadog Airflow integration
See also[edit]
- Astronomer and Astronomer Cloud
- Cloud composer service on Google Cloud Platform
airflow [ info | celery | config | db upgrad | config list | db init | scheduler | webserver | users | dags | kubernetes | pools | roles | tasks | variables | cheat-sheet | kereberos | plugins | rotate-fernet-key | sync-perm ] airflow --help
- Apache Airflow, Installation, configuration
airflow.cfg
, monitoring, Amazon Managed Workflows for Apache Airflow (MWAA),airflow
, Airflow Scheduler, providers, Workflows, Airflow executors, Airflow versions, Datadog integration
Advertising: