Re: [PR] Filter datasets graph by dag_id [airflow]

2024-02-22 Thread via GitHub
bbovenzi merged PR #37464: URL: https://github.com/apache/airflow/pull/37464 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

Re: [PR] Filter datasets graph by dag_id [airflow]

2024-02-22 Thread via GitHub
sunank200 commented on PR #37464: URL: https://github.com/apache/airflow/pull/37464#issuecomment-1960001662 > > @bbovenzi how are we representing the All and Any relationship here? I suggest we have a representation for All and Any relationship for the dataset. > > That PR isn't

Re: [PR] Filter datasets graph by dag_id [airflow]

2024-02-22 Thread via GitHub
bbovenzi commented on PR #37464: URL: https://github.com/apache/airflow/pull/37464#issuecomment-1959866221 > Looks correct to me functionality wise after testing this. > > Only thought I had is Let's say DAG1 produces Dataset1, DAG2 produces Dataset2, DAG3 depends on both Dataset1

Re: [PR] Filter datasets graph by dag_id [airflow]

2024-02-21 Thread via GitHub
bbovenzi commented on PR #37464: URL: https://github.com/apache/airflow/pull/37464#issuecomment-1957093711 > @bbovenzi how are we representing the All and Any relationship here? I suggest we have a representation for All and Any relationship for the dataset. That PR isn't merged yet.

[PR] Filter datasets graph by dag_id [airflow]

2024-02-15 Thread via GitHub
bbovenzi opened a new pull request, #37464: URL: https://github.com/apache/airflow/pull/37464 Read in all the dag_ids from the dataset dependencies endpoint and allow filtering the datasets graph by dag_id A use rcan filter via the multi-select or from a tooltip when clicking on a Dag