jedcunningham commented on code in PR #42252:
URL: https://github.com/apache/airflow/pull/42252#discussion_r1767996586


##########
airflow/providers/standard/provider.yaml:
##########
@@ -42,6 +42,7 @@ operators:
     python-modules:
       - airflow.providers.standard.time.operators.datetime
       - airflow.providers.standard.time.operators.weekday
+      - airflow.providers.standard.core.operators.bash

Review Comment:
   My 2c, I'm really not sure we need the time/core part of this. Seems better 
to just have
   
   ```
   airflow.providers.standard.operators.weekday
   airflow.providers.standard.operators.bash
   ```



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