kaxil edited a comment on issue #11918:
URL: https://github.com/apache/airflow/issues/11918#issuecomment-720715184


   > Dear @kaxil I'm working on the MySql example DAG for the documentation and 
I have a question. I see that some example DAGS are in the airflow/example_dags 
folder but others are in the (i.e.) airflow/providers/snowflake/example_dags. 
Where should they be stored? Another question is whether example DAG should 
have unit tests.
   
   Hi @jfmolano The examples under `airflow/example_dags` folder are for 
operators in https://github.com/apache/airflow/tree/master/airflow/operators 
i.e. the CORE operators. Whereas the example_dags for any specific provider 
(Company / Org / Tech) live under that specific provider directory. Example 
`airflow/providers/snowflake/example_dags` contains example dags for Snowflake 
`airflow/providers/snowflake`
   
   >Another question is whether example DAG should have unit tests.
   
   No, that is fine for now :)


----------------------------------------------------------------
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]


Reply via email to