milton0825 commented on issue #5085: [WIP][AIRFLOW-594] Add dag source plugin hooks URL: https://github.com/apache/airflow/pull/5085#issuecomment-485339826 @KevinYang21 Thanks for the feedback! What I envision about remote DAG fetcher is that we can have multiple DAG repos using different storage options (e.g. git, s3, hdfs) at the same time. We will use a `dag_repositories.json` that records the URI to different repo. DAG fetcher would look at the URI and use different implementation (GitDagFetcher, S3DagFetcher) to fetch the DAGs. But I think we should also allow people to register their own DAG fetcher plugin through a similar way to https://github.com/apache/airflow/blob/master/airflow/executors/__init__.py#L84-L95 as you point out.
---------------------------------------------------------------- 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] With regards, Apache Git Services
