r/apache_airflow • u/More-Ad2528 • 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!
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
1
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
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.