[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-10-20 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17217699#comment-17217699
 ] 

ASF GitHub Bot commented on AIRFLOW-6695:
-

matthewpick commented on pull request #7312:
URL: https://github.com/apache/airflow/pull/7312#issuecomment-712950471


   @kaxil I see! I had to enable RBAC to see the `Conf` column. We're good now 
 



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.

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


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 1.10.10
>Reporter: Daniel Cohen
>Priority: Minor
> Fix For: 1.10.10
>
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-10-09 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17210993#comment-17210993
 ] 

ASF GitHub Bot commented on AIRFLOW-6695:
-

matthewpick commented on pull request #7312:
URL: https://github.com/apache/airflow/pull/7312#issuecomment-705947377


   Is there an easy way to view the Configuration for a DAG run after I click 
Trigger? 
   Sometimes I am uncertain how a specific DAG run was triggered (unless I look 
at the task logs).



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.

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


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 1.10.10
>Reporter: Daniel Cohen
>Priority: Minor
> Fix For: 1.10.10
>
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-10-09 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17210970#comment-17210970
 ] 

ASF GitHub Bot commented on AIRFLOW-6695:
-

kaxil commented on pull request #7312:
URL: https://github.com/apache/airflow/pull/7312#issuecomment-706086069


   > Is there an easy way to view the Configuration for a DAG run after I click 
Trigger?
   > Sometimes I am uncertain how a specific DAG run was triggered (unless I 
look at the task logs).
   
   @matthewpick You can go Browse -> DagRun and check the conf column to view 
what you passed:
   
   
![image](https://user-images.githubusercontent.com/8811558/95569416-76e54b80-0a1d-11eb-9ae8-caa0b02344c1.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.

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


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 1.10.10
>Reporter: Daniel Cohen
>Priority: Minor
> Fix For: 1.10.10
>
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-10-09 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17210777#comment-17210777
 ] 

ASF GitHub Bot commented on AIRFLOW-6695:
-

kaxil commented on pull request #7312:
URL: https://github.com/apache/airflow/pull/7312#issuecomment-706086069


   > Is there an easy way to view the Configuration for a DAG run after I click 
Trigger?
   > Sometimes I am uncertain how a specific DAG run was triggered (unless I 
look at the task logs).
   
   @matthewpick You can go Browse -> DagRun and check the conf column to view 
what you passed:
   
   
![image](https://user-images.githubusercontent.com/8811558/95569416-76e54b80-0a1d-11eb-9ae8-caa0b02344c1.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.

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


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 1.10.10
>Reporter: Daniel Cohen
>Priority: Minor
> Fix For: 1.10.10
>
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-10-08 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17210584#comment-17210584
 ] 

ASF GitHub Bot commented on AIRFLOW-6695:
-

matthewpick commented on pull request #7312:
URL: https://github.com/apache/airflow/pull/7312#issuecomment-705947377


   Is there an easy way to view the Configuration for a DAG run after I click 
Trigger? 
   Sometimes I am uncertain how a specific DAG run was triggered (unless I look 
at the task logs).



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.

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


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 1.10.10
>Reporter: Daniel Cohen
>Priority: Minor
> Fix For: 1.10.10
>
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-08-12 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17176309#comment-17176309
 ] 

ASF GitHub Bot commented on AIRFLOW-6695:
-

kaxil edited a comment on pull request #7312:
URL: https://github.com/apache/airflow/pull/7312#issuecomment-672838024


   > Why was this not an optional screen!?
   
   The number of clicks are the same to trigger any job, previously you had a 
prompt box on the same window, now you need to Trigger button on a different 
window -- that is the only difference. Would love to hear your use-case where 
you would like to have this optional.



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.

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


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 1.10.10
>Reporter: Daniel Cohen
>Priority: Minor
> Fix For: 1.10.10
>
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-08-12 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17176308#comment-17176308
 ] 

ASF GitHub Bot commented on AIRFLOW-6695:
-

kaxil commented on pull request #7312:
URL: https://github.com/apache/airflow/pull/7312#issuecomment-672838024


   > Why was this not an optional screen!?
   
   The number of clicks are the same to trigger any job, previously you add a 
prompt box on the same window, now you need to Trigger button on a different 
window -- that is the only difference. Would love to hear your use-case where 
you would like to have this optional.



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.

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


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 1.10.10
>Reporter: Daniel Cohen
>Priority: Minor
> Fix For: 1.10.10
>
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-08-12 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17176305#comment-17176305
 ] 

ASF GitHub Bot commented on AIRFLOW-6695:
-

josh-gree commented on pull request #7312:
URL: https://github.com/apache/airflow/pull/7312#issuecomment-672836404


   Why was this not an optional screen!?



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.

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


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 1.10.10
>Reporter: Daniel Cohen
>Priority: Minor
> Fix For: 1.10.10
>
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-03-31 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17071986#comment-17071986
 ] 

ASF subversion and git services commented on AIRFLOW-6695:
--

Commit 620a9e9169d3861274515d2e6a215c454630e593 in airflow's branch 
refs/heads/v1-10-test from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=620a9e9 ]

[AIRFLOW-6695] Can now pass dagrun conf when triggering dags via UI (#7312)

cherry-picked from f0c31c597


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 1.10.10
>Reporter: Daniel Cohen
>Priority: Minor
> Fix For: 1.10.10
>
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-03-31 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17071897#comment-17071897
 ] 

ASF subversion and git services commented on AIRFLOW-6695:
--

Commit b0b9edaa7298f7f885dbebf7c7c4cb2d7ed101b2 in airflow's branch 
refs/heads/v1-10-test from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=b0b9eda ]

fixup! [AIRFLOW-6695] Can now pass dagrun conf when triggering dags via UI 
(#7312)


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 1.10.10
>Reporter: Daniel Cohen
>Priority: Minor
> Fix For: 1.10.10
>
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-03-30 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17071341#comment-17071341
 ] 

ASF subversion and git services commented on AIRFLOW-6695:
--

Commit fe3bdac439b425146443ef7192d6be1638774189 in airflow's branch 
refs/heads/v1-10-test from Kaxil Naik
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=fe3bdac ]

[AIRFLOW-6695] Can now pass dagrun conf when triggering dags via UI (#7312)

cherry-picked from f0c31c597


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: 1.10.10
>Reporter: Daniel Cohen
>Priority: Minor
> Fix For: 1.10.10
>
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-02-06 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17031748#comment-17031748
 ] 

ASF subversion and git services commented on AIRFLOW-6695:
--

Commit f0c31c597a0d55e4602ca94725704e1cd4a066e3 in airflow's branch 
refs/heads/master from Daniel Cohen
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=f0c31c5 ]

[AIRFLOW-6695] Can now pass dagrun conf when triggering dags via UI (#7312)



> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: master
>Reporter: Daniel Cohen
>Priority: Minor
> Fix For: 1.10.9
>
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-02-06 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17031747#comment-17031747
 ] 

ASF GitHub Bot commented on AIRFLOW-6695:
-

ashb commented on pull request #7312: [AIRFLOW-6695] Add DAG run configuration 
to UI
URL: https://github.com/apache/airflow/pull/7312
 
 
   
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: master
>Reporter: Daniel Cohen
>Priority: Minor
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (AIRFLOW-6695) Support passing DAG configuration in UI

2020-01-31 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/AIRFLOW-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17027741#comment-17027741
 ] 

ASF GitHub Bot commented on AIRFLOW-6695:
-

dacohen commented on pull request #7312: [AIRFLOW-6695] Add DAG run 
configuration to UI
URL: https://github.com/apache/airflow/pull/7312
 
 
   ---
   Issue link: WILL BE INSERTED BY 
[boring-cyborg](https://github.com/kaxil/boring-cyborg)
   
   Make sure to mark the boxes below before creating PR: [x]
   
   - [x] Description above provides context of the change
   - [x] Commit message/PR title starts with `[AIRFLOW-]`. AIRFLOW- = 
JIRA ID*
   - [x] Unit tests coverage for changes (not needed for documentation changes)
   - [x] Commits follow "[How to write a good git commit 
message](http://chris.beams.io/posts/git-commit/)"
   - [x] Relevant documentation is updated including usage instructions.
   - [x] I will engage committers as explained in [Contribution Workflow 
Example](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#contribution-workflow-example).
   
   * For document-only changes commit message can start with 
`[AIRFLOW-]`.
   
   ---
   In case of fundamental code change, Airflow Improvement Proposal 
([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals))
 is needed.
   In case of a new dependency, check compliance with the [ASF 3rd Party 
License Policy](https://www.apache.org/legal/resolved.html#category-x).
   In case of backwards incompatible changes please leave a note in 
[UPDATING.md](https://github.com/apache/airflow/blob/master/UPDATING.md).
   Read the [Pull Request 
Guidelines](https://github.com/apache/airflow/blob/master/CONTRIBUTING.rst#pull-request-guidelines)
 for more information.
   
 

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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Support passing DAG configuration in UI
> ---
>
> Key: AIRFLOW-6695
> URL: https://issues.apache.org/jira/browse/AIRFLOW-6695
> Project: Apache Airflow
>  Issue Type: Improvement
>  Components: ui
>Affects Versions: master
>Reporter: Daniel Cohen
>Priority: Minor
>
> When triggering a DAG from the CLI or the REST API, it's possible to pass 
> configuration for the DAG run as a JSON blob.
> The PR accompanying this ticket adds a new screen confirming the trigger 
> request, and allowing the user to pass a JSON configuration blob to the new 
> DAG run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)