potiuk commented on a change in pull request #6596: [AIRFLOW-6004] Untangle
Executors class to avoid cyclic imports
URL: https://github.com/apache/airflow/pull/6596#discussion_r352308004
##########
File path: docs/plugins.rst
##########
@@ -167,7 +167,7 @@ definitions in Airflow.
from airflow.models.baseoperator import BaseOperatorLink
from airflow.operators.gcs_to_s3 import GoogleCloudStorageToS3Operator
from airflow.sensors.base_sensor_operator import BaseSensorOperator
- from airflow.executors.base_executor import BaseExecutor
+ from airflow.executors.base_executors import BaseExecutor
Review comment:
It was somehow a mistake. There is no base_executors package :). Fixed
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services