MYWOT
Child safety
Confidence
Trustworthiness
Confidence
MALICIOUS CONTENT INDICATORS
Airflow.apache.org most likely does not offer any malicious content.
Secure connection support
HTTPS
Airflow.apache.org provides SSL-encrypted connection.
ADULT CONTENT INDICATORS
Airflow.apache.org most likely does not offer any adult content.
Popular pages
-
Running Airflow in Docker — Airflow Documentation
Optionally, you can enable flower by adding --profile flower option, e.g. docker compose up flower. flower - The flower app for monitoring the environment. It is available at http://localhost:5555....
-
REST API Reference — Airflow Documentation
Delete pool. For some functions the cli can use the API. To configure the CLI to use the API when available configure as follows: [cli] api_client = airflow.api.client.json_client endpoint_url = http:...
-
Docker Image for Apache Airflow — docker-stack Documentation
For the ease of deployment in production, the community releases a production-ready reference container image. The Apache Airflow community, releases Docker Images which are reference images for Apac...
-
Set up a Database Backend — Airflow Documentation
SQLite, which is intended for development purposes only. Airflow supports the following database engine versions, so make sure which version you have. Old versions may not support all SQL statements. ...
-
airflow.providers.amazon.aws.hooks.s3 — apache-airflow-providers-amazon Documentation
local_path ( | None) – The local path to the downloaded file. If no path is provided it will use the system’s temporary directory. preserve_file_name ( bool) – If you want the downloaded file name t...
-
airflow.operators.python — Airflow Documentation
python_callable. The ShortCircuitOperator is derived from the PythonOperator and evaluates the result of a python_callable. If the returned result is False or a falsy value, the pipeline will be shor...