You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/19 04:22:40 UTC

[GitHub] [airflow] dstandish opened a new issue #14311: false upgrade check alert: Custom Executors now require full path

dstandish opened a new issue #14311:
URL: https://github.com/apache/airflow/issues/14311


   Encountered this error:
   
   ```
   Custom Executors now require full path
   --------------------------------------
   In Airflow-2.0, loading custom executors via plugins is no longer required.
   To load a custom executor, you have to provide a full path to the the custom executor module.
   
   
   Problems:
   
     1.  Deprecation Warning: Found Custom Executor imported via a plugin.From Airflow 2.0, you should use regular Python Modules to import Custom Executor.You should provide a full path to the the custom executor module.See the link below for more details:https://github.com/apache/airflow/blob/2.0.0/UPDATING.md#custom-executors-is-loaded-using-full-import-path
   Following Executors were imported using Plugins:
   [<module 'airflow.executors.part'>]
   ```
   
   But my plugin is just a macro plugin:
   
   ```
   
   class PartitioningPlugin(AirflowPlugin):
       name = "part"
       macros = [
           year,
           ym,
           ymd,
           ymdh,
           ymdhm,
       ]
   ```
   
   
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #14311: false upgrade check alert: Custom Executors now require full path

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #14311:
URL: https://github.com/apache/airflow/issues/14311#issuecomment-794219092


   closed by https://github.com/apache/airflow/pull/14680


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #14311: false upgrade check alert: Custom Executors now require full path

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #14311:
URL: https://github.com/apache/airflow/issues/14311#issuecomment-782109881


   cc @Dr-Denzy 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] kaxil closed issue #14311: false upgrade check alert: Custom Executors now require full path

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #14311:
URL: https://github.com/apache/airflow/issues/14311


   


----------------------------------------------------------------
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:
users@infra.apache.org