[WIP] Make DagRun and Dag pylint-compatible#10501
[WIP] Make DagRun and Dag pylint-compatible#10501potiuk wants to merge 1 commit intoapache:masterfrom
Conversation
|
I'm afraid that this will require more changes due to cyclic imports :< |
d703d0c to
6ad7193
Compare
|
I want to rebase that one on top of #10499 to see if the cyclic dependencies problem will be fixed, |
6ad7193 to
d6f7d4a
Compare
|
It will likely fail with cyclic impots we will have to resolve though :( |
|
airflow/providers/amazon/aws/example_dags/example_emr_job_flow_automatic_steps.py:1:0: R0401: Cyclic import (airflow.models.dag -> airflow.operators.subdag_operator) (cyclic-import) |
|
Tomorrow :) |
d6f7d4a to
464daa5
Compare
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.