-
Notifications
You must be signed in to change notification settings - Fork 16.4k
[WIP] Make DagRun and Dag pylint-compatible #10501
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] Make DagRun and Dag pylint-compatible #10501
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.