mik-laj commented on issue #8567: URL: https://github.com/apache/airflow/issues/8567#issuecomment-625733325
@joppevos Your file should be located next to the file with an example DAG, so it will be this directory. https://github.com/apache/airflow/tree/3c4ca62af11e84fc7c09428642d09055b704c576/airflow/providers/google/cloud/example_dags After that you can refer to the file in the DAG file. We already have a similar case with the Spark Kubernetes operator. https://github.com/apache/airflow/tree/3c4ca62af11e84fc7c09428642d09055b704c576/airflow/providers/cncf/kubernetes/example_dags ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
