devgonvarun commented on issue #20196: URL: https://github.com/apache/airflow/issues/20196#issuecomment-3560145464
@potiuk I will be really grateful for your guidance on a similar but different case. I have airflow with kubernetes executor syncing dags via gitsync and just like mentioned in this post, with gitsync enabled the opt/airflow/dags path does not allow write mode. I dont want to mount a volume and want to keep the pods file system non persistent. dbt requires write access and i was hoping that the worker pod simply writes its to non persistent file system and as the pod gets deleted after the execution everything goes away and my dbt run works too. How can i do this considering the read only file system created by git sync? Thanks a lot and sorry if this is rather a basic question. Thank you again for your time. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
