Many users(developers) in an organization, on our network.
Is it good to let each user use airflow on his own machine to develop data pipeline ?
If yes, Can I let them commit their works to a git repositories and after deploy to production ?
Briefly, How to manage airflow with a multiple users ?
Hi,
Thank you for your answer.
For example, three users on their own machine, work locally :
user_a : dag_1
user_b : dag_2
user_c : dag_3
When they finish to commit with Git; and after when I finished pull and verify all dags on my machine, how can I deploy them to a cluster (which is on a sub-network of the organisation) ?
I would not like to deploy to Astro cloud.