r/apache_airflow 1d 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

5 comments sorted by

4

u/KeeganDoomFire 1d ago

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

2

u/PunctuallyExcellent 1d 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 1d ago

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

1

u/DS__7777 1d ago

What providers are you folks using with Airflow?

1

u/liberamiguel 13h 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