From 584f4b3f938000c4a34ebeccbb3d6f27de7fbb78 Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Tue, 31 Dec 2024 10:43:22 +0000 Subject: [PATCH 1/2] Add docs/index.md --- docs/index.md | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/index.md diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..24af879f --- /dev/null +++ b/docs/index.md @@ -0,0 +1,50 @@ +# DAG Factory documentation + +Everything you need to know about how to build Airflow workflows using YAML files. + +## Getting started + +Are you new to DAG Factory? This is the place to start! + +* [DAG Factory at a glance]() +* [Install guide]() +* [Using YAML instead of Python]() + * [Traditional Airflow Operators]() + * [TaskFlow API]() + + +## Features + +* [Configuring your workflows]() + * Environment variables + * Defaults +* [Defining actions upon task states]() + * Callbacks +* [Dynamically creating tasks during runtime]() + * Dynamic task mapping + + +## Getting help + +Having trouble? We'd like to help! + +* Report bugs, questions and feature requests in our [ticket tracker](https://github.com/astronomer/dag-factory/issues). + + +## Contributing + +DAG Factory is an Open-Source project. Learn about its development process and about how you can contribute: + +* [Contributing to DAG Factory]() +* [Github repository](https://github.com/astronomer/dag-factory/) + +## License + +To learn more about the terms and conditions for use, reproduction and distribution, read the [Apache License 2.0](../LICENSE). + + +## Privacy Notice + +This project follows [Astronomer's Privacy Policy](https://www.astronomer.io/privacy/). + +For further information, [read this](../PRIVACY_NOTICE.md) From d882bd80dd59785df34c3c8f3559615bd133c7db Mon Sep 17 00:00:00 2001 From: Tatiana Al-Chueyr Date: Tue, 31 Dec 2024 11:27:50 +0000 Subject: [PATCH 2/2] Update docs/index.md --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 24af879f..d1cab9ac 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@ # DAG Factory documentation -Everything you need to know about how to build Airflow workflows using YAML files. +Everything you need to know about how to build Apache Airflow® workflows using YAML files. ## Getting started