Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create initial documentation index #325

Merged
merged 2 commits into from
Dec 31, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 50 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# DAG Factory documentation

Everything you need to know about how to build Airflow workflows using YAML files.
tatiana marked this conversation as resolved.
Show resolved Hide resolved

## 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)
Loading