Skip to content
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

In DAG dependency detector, use class type instead of class name, 2nd attempt #21706

Merged
merged 4 commits into from
Apr 26, 2022

Conversation

davidavdav
Copy link
Contributor

This is a rebased version of #19683, which got closed by a bot.

@potiuk
Copy link
Member

potiuk commented Feb 26, 2022

You definietely need to rebase:

This branch is 1 commit ahead, 129 commits behind apache:main.

@github-actions
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale Stale PRs per the .github/workflows/stale.yml policy file label Apr 14, 2022
@eladkal eladkal removed the stale Stale PRs per the .github/workflows/stale.yml policy file label Apr 14, 2022
@eladkal eladkal added this to the Airflow 2.3.0 milestone Apr 14, 2022
Copy link
Contributor

@eladkal eladkal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks OK to me.
cc @kaxil @dstandish as you reviewed the previous stale PR

@eladkal eladkal requested a review from dstandish April 14, 2022 15:59
@github-actions
Copy link

The PR most likely needs to run full matrix of tests because it modifies parts of the core of Airflow. However, committers might decide to merge it quickly and take the risk. If they don't merge it quickly - please rebase it to the latest main at your convenience, or amend the last commit of the PR, and push it with --force-with-lease.

@github-actions github-actions bot added the full tests needed We need to run full set of tests for this PR to merge label Apr 14, 2022
Add tests for DAG dependency detector

Adhere to style norms

Add a line to make black happy

Don't call an Operator just Trigger

Use  `class_` for class variables

Fix static check isort imports

Simplipy test class and split into two tests
@ashb ashb merged commit 14db8fd into apache:main Apr 26, 2022
@boring-cyborg
Copy link

boring-cyborg bot commented Apr 26, 2022

Awesome work, congrats on your first merged pull request!

@ephraimbuddy ephraimbuddy added the type:bug-fix Changelog: Bug Fixes label Apr 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:serialization full tests needed We need to run full set of tests for this PR to merge type:bug-fix Changelog: Bug Fixes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants