ARTICLE AD BOX
I am newbie in Airflow and I use currently task scheduler on remote desktop to automate our tasks but it is based on my credentials and I cannot share with other team members, so I clone all projects git repo into remote desktop and put path for task scheduler, but I want to move on Airflow that everyone will have their on access, but I have problem working with multiple repos
Let say I have airflow hosted on https://github.com/Enefit/airflow-business-analytics/tree/test
and I have script I want to run in https://github.com/Enefit/airflow-business-analytics/tree/testboss_product_plan/r_automate/boss_pp.R
but Airflow doesnt have access to other repos, I wonder, how do other teams work use airflow? and any suggestions/hacks/solutions are more than welcome.
FYI: airflow has access -- K:\PROJECT\DATA (it is shared drive with whole company)
Thanks in advance.
