I'm planning to deploy airflow dags on cloud storage and provide connection to GCS and access those dags from Airflow running on Google Compute Engine instance.
From the documentation it is very clear that remote logging is possible.
I wanted to keep storage (Logs and Dags) part of the Airflow completely on GCS as I have to manage these files to avoid modifying the files on the VM once deployed.
Also, As logs increase, it starts holding on to a lot of space on the cloud VM's disk.
Is it possible to store dags on GCS. If so, how can I achieve this.
Thanks in advance.