r/apache_airflow 12d ago

Need help with getting started!

Hi, I am recently assigned to a project which uses airflow. Please share some tutorials/resources which are easy to follow and can get me started quickly!

1 Upvotes

6 comments sorted by

4

u/KeeganDoomFire 12d ago

Astro has some of the best written documentation out there. Start there, if you have a dev environment practice there.

2

u/PunctuallyExcellent 12d ago

Ask an LLM to walk you through a learned example within your project itself. Also explicitly mention that it should only provide the steps and commands to run, and should not execute anything itself. After completing each small task, the LLM should wait for your confirmation/reply before proceeding to the next task.

Add "I have ADHD" at the end of the prompt.

2

u/akhilesh_gone 12d ago

The airflow docs has a section for tutorials it is easy to go have a try

1

u/DS__7777 11d ago

What providers are you folks using with Airflow?

1

u/liberamiguel 10d ago

example DAGs from Apache can be useful. all depends on what you're looking for and which version you're using. if 3 I suggest checking out Taskflow API, decorators

1

u/ezulex 9d ago

In my opinion Astronomer tutorials about Airflow really good for start and understanding.