question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Selecting DAG in search dropdown should lead directly to DAG

See original GitHub issue

Description

When searching for a DAG in the search box, the dropdown menu suggests matching DAG names. Currently, selecting a DAG from the dropdown menu initiates a search with that DAG name as the search query. However, I think it would be more intuitive to go directly to the DAG.

If the user prefers to execute the search query, they can still have the option to search without selecting from the dropdown.


Select example_bash_operator from dropdown menu:

image


We are taken to the search result instead of that specific DAG:

image

Use case/motivation

When you select a specific DAG from the dropdown, you probably intend to go to that DAG. Even if there were another DAG that began with the name of the selected DAG, both DAGs would appear in the dropdown, so you would still be able to select the one that you want.

For example: image

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
bbovenzicommented, Sep 29, 2021

Makes sense. Hopefully FAB doesn’t make this too annoying to change.

0reactions
edwardwang888commented, Oct 21, 2021

@bbovenzi The PR above is ready for review when you get a chance!

Read more comments on GitHub >

github_iconTop Results From Across the Web

DAGs — Airflow Documentation
A DAG (Directed Acyclic Graph) is the core concept of Airflow, collecting Tasks together, organized with dependencies and relationships to say how they ......
Read more >
How to Audit Your Directed Acyclic Graph (DAG) and Create ...
In a world where creating new models in as easy as creating new files, and creating links between those models is as easy...
Read more >
Use of directed acyclic graphs (DAGs) to identify confounders ...
The DAG used to inform the model for estimating every causal effect estimate should therefore be available to all potential readers. This may...
Read more >
Directed Acyclic Graph - GitLab Docs
Using a DAG, you can specify the relationship between these jobs and GitLab executes the jobs as soon as possible instead of waiting...
Read more >
Writing DAGs (workflows) | Cloud Composer - Google Cloud
This guide shows you how to write an Apache Airflow directed acyclic graph (DAG) that runs in a Cloud Composer environment. Note: Because...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found