amoghrajesh opened a new issue, #46309:
URL: https://github.com/apache/airflow/issues/46309

   ### Body
   
   A discussion maybe for later, but the entire canonical path in dags, like:
   ```
   from airflow.providers.standard.operators.empty import EmptyOperator
   ```
   
   seems to be pretty verbose. Consider having something like:
   ```
   from airflow.providers.standard import EmptyOperator
   ```
   
   OR
   
   ```
   from airflow.providers.standard.operators import EmptyOperator
   ```
   
   ### Committer
   
   - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow 
project.


-- 
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: commits-unsubscr...@airflow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to