potiuk commented on PR #57321:
URL: https://github.com/apache/airflow/pull/57321#issuecomment-3468823639

   > Only possible enhancement then to take out of the PR is `--dag-file 
path/dir` to only show import errors of a specific dag.
   
   Another possible enhancement could be to imply `--local`  when you specify 
`--dag-path` (could be a dir or file). For me that is much clearer intention, 
especially that now we have dag bundles it seems quite reasonable and 
consistent to have:
   
   * airflow dags <COMMAND> -> to use only DB (i.e. using serialized form)
   * airflow dags --dag-path <file|or_dir> <COMMAND> - to use dags from 
specified file or folder
   
   That would make the intention much clearer and we would avoid duplicating 
similar commands.


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