kaxil commented on code in PR #26750:
URL: https://github.com/apache/airflow/pull/26750#discussion_r982664741


##########
airflow/utils/cli.py:
##########
@@ -181,11 +181,11 @@ def get_dag_by_file_location(dag_id: str):
     return dagbag.dags[dag_id]
 
 
-def get_dag(subdir: str | None, dag_id: str) -> DAG:
+def get_dag(subdir: str | None, dag_id: str, include_examples=True) -> DAG:

Review Comment:
   should the default for this come from airflow.conf?



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

Reply via email to