-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
Correctly select task in DAG Graph View when clicking on its name #38782
Conversation
Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
|
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a small formatting-glitch (indent is wrong, static check hit the wall) - can you correct? Then we could merge it. Rebase on fix would also be great.
Still there are some static checks. Can you fix them? Maybe you can also run them locally via |
airflow/providers/fab/auth_manager/cli_commands/user_command.py
Outdated
Show resolved
Hide resolved
Greetings since @jonhspyro is MIA, is there any way to continue with this merge? |
I think if @pedro-cf is MIA... can you follow-up and clean the branch in another fork? Then we could merge. But seems some un-related changes are still there besides a conflict... |
I've never contributed PRs to airflow sorry, was just hoping this could be merged somehow. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I removed the user_command changes. lgtm
Awesome work, congrats on your first merged pull request! You are invited to check our Issue Tracker for additional contributions. |
…ache#38782) * Fix in DAG Graph View, clicking Task on it's name doesn't select the task. (apache#37932) * Updated TaskName onClick * Fixed missing onToggleCollapse * Added missing changes * Updated: rebase * fixed providers error message * undo fab changes * Update user_command.py --------- Co-authored-by: Brent Bovenzi <[email protected]>
…8782) (#42697) * Fix in DAG Graph View, clicking Task on it's name doesn't select the task. (#37932) * Updated TaskName onClick * Fixed missing onToggleCollapse * Added missing changes * Updated: rebase * fixed providers error message * undo fab changes * Update user_command.py --------- Co-authored-by: jonhspyro <[email protected]>
…ache#38782) * Fix in DAG Graph View, clicking Task on it's name doesn't select the task. (apache#37932) * Updated TaskName onClick * Fixed missing onToggleCollapse * Added missing changes * Updated: rebase * fixed providers error message * undo fab changes * Update user_command.py --------- Co-authored-by: Brent Bovenzi <[email protected]>
…8782) (#42697) * Fix in DAG Graph View, clicking Task on it's name doesn't select the task. (#37932) * Updated TaskName onClick * Fixed missing onToggleCollapse * Added missing changes * Updated: rebase * fixed providers error message * undo fab changes * Update user_command.py --------- Co-authored-by: jonhspyro <[email protected]>
…8782) (#42697) * Fix in DAG Graph View, clicking Task on it's name doesn't select the task. (#37932) * Updated TaskName onClick * Fixed missing onToggleCollapse * Added missing changes * Updated: rebase * fixed providers error message * undo fab changes * Update user_command.py --------- Co-authored-by: jonhspyro <[email protected]>
…ache#38782) * Fix in DAG Graph View, clicking Task on it's name doesn't select the task. (apache#37932) * Updated TaskName onClick * Fixed missing onToggleCollapse * Added missing changes * Updated: rebase * fixed providers error message * undo fab changes * Update user_command.py --------- Co-authored-by: Brent Bovenzi <[email protected]>
Allowed taskName component to be clickable