You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/07/22 13:30:03 UTC

[GitHub] [airflow] awildturtok opened a new issue #17161: Make run-config accessible in DagRun details view

awildturtok opened a new issue #17161:
URL: https://github.com/apache/airflow/issues/17161


   
   **Description**
   
   I would like to have the run-config available for inspection in the dag details.
   
   **Use case / motivation**
   
   Figuring out what was used to trigger a dag, partially for reuse, but also to introspect what went wrong. It's currently possible to use the REST-API for that but a step removed, and our users of Airflow aren't supposed to use APIs.
   
   **Are you willing to submit a PR?**
   
   With enough guidance yes.
   
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #17161: Make run-config accessible in DagRun details view

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #17161:
URL: https://github.com/apache/airflow/issues/17161#issuecomment-890599522


   > I didn't know about the listing of DagRuns+Config. I was looking for exactly that. It's a bit hidden so maybe placing it a bit more prominent when in dag-view would help?
   
   I welcome you to propose a PR for that. You can easily open a PR to documentation by using "Suggest a change on this page" button (bottom-left of each page of our documentation) without having any develipment environment, using the GitHub UI.  Probably, as person who struggled with it you know best where you'd be looking for it! This is one of the best and easiest way to contribute back in-return for the free software you get :)


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] awildturtok commented on issue #17161: Make run-config accessible in DagRun details view

Posted by GitBox <gi...@apache.org>.
awildturtok commented on issue #17161:
URL: https://github.com/apache/airflow/issues/17161#issuecomment-885447316


   No, my prior issue was to get better feedback on job-submission, this is to see what was submitted.
   
   `curl -X GET "http://localhost:9091/api/v1/dags/$DAG_ID/dagRuns/$DAG_RUN_ID" -H "accept: application/json" | jq '.conf' ` is how we access it at the moment. Or some of our validating tasks mentioned in #17085 log it.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] gutomotta commented on issue #17161: Make run-config accessible in DagRun details view

Posted by GitBox <gi...@apache.org>.
gutomotta commented on issue #17161:
URL: https://github.com/apache/airflow/issues/17161#issuecomment-887551157


   That would be a very useful feature!
   
   Btw I didn't know I could use that endpoint as a workaround, thanks!


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #17161: Make run-config accessible in DagRun details view

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #17161:
URL: https://github.com/apache/airflow/issues/17161#issuecomment-885266527


   Isn't this duplicate of the other issue you created: https://github.com/apache/airflow/issues/17085 ?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #17161: Make run-config accessible in DagRun details view

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #17161:
URL: https://github.com/apache/airflow/issues/17161#issuecomment-888069697


   (I am going to close this one as the feature is already there -- we can re-open if you think you need something else)


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] uranusjr commented on issue #17161: Make run-config accessible in DagRun details view

Posted by GitBox <gi...@apache.org>.
uranusjr commented on issue #17161:
URL: https://github.com/apache/airflow/issues/17161#issuecomment-888062684


   What do you mean by “DagRun details view”? We currently only have a table of DagRuns (`http://localhost:28080/dagrun/list/`), and that table already has a **Conf** column.
   
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] awildturtok commented on issue #17161: Make run-config accessible in DagRun details view

Posted by GitBox <gi...@apache.org>.
awildturtok commented on issue #17161:
URL: https://github.com/apache/airflow/issues/17161#issuecomment-888318971


   I didn't know about the listing of DagRuns+Config. I was looking for exactly that. It's a bit hidden so maybe placing it a bit more prominent when in dag-view would help?


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil closed issue #17161: Make run-config accessible in DagRun details view

Posted by GitBox <gi...@apache.org>.
kaxil closed issue #17161:
URL: https://github.com/apache/airflow/issues/17161


   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] potiuk commented on issue #17161: Make run-config accessible in DagRun details view

Posted by GitBox <gi...@apache.org>.
potiuk commented on issue #17161:
URL: https://github.com/apache/airflow/issues/17161#issuecomment-888326995


   The problem with DagView is that it is not "DagRun" view - and it's the DagRun that has relation to conf not the Dag.. There might be different conf for every run potentially.


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [airflow] kaxil commented on issue #17161: Make run-config accessible in DagRun details view

Posted by GitBox <gi...@apache.org>.
kaxil commented on issue #17161:
URL: https://github.com/apache/airflow/issues/17161#issuecomment-888069324


   I **guess** there are referring to Dag Details page on UI:
   ![image](https://user-images.githubusercontent.com/8811558/127279283-fdff2ff2-6569-42e4-932c-420956716046.png)
   
   However, that page is "DAG Details" view not DagRun details @awildturtok . It shouldn't contain DagRun details apart from summaries / counts of DagRun status.
   
   Like @uranusjr mentioned, we already have a Table of DagRuns which has a conf column which you can use to check what was passed.
   ![image](https://user-images.githubusercontent.com/8811558/127279109-bb1beefb-292a-4a74-8771-f62c037baa71.png)
   


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org