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 2020/10/09 14:40:39 UTC

[GitHub] [airflow] chinnusujitha opened a new issue #11376: Using rest api, we are not able to get the dag state using run_id.

chinnusujitha opened a new issue #11376:
URL: https://github.com/apache/airflow/issues/11376


   <!--
   
   Welcome to Apache Airflow!  For a smooth issue process, try to answer the following questions.
   Don't worry if they're not all applicable; just try to include what you can :-)
   
   If you need to include code snippets or logs, please put them in fenced code
   blocks.  If they're super-long, please use the details tag like
   <details><summary>super-long log</summary> lots of stuff </details>
   
   Please delete these comment blocks before submitting the issue.
   
   -->
   
   **Description**
   
   <!-- A short description of your feature -->
   
   **Use case / motivation**
   
   <!-- What do you want to happen?
   
   Rather than telling us how you might implement this solution, try to take a
   step back and describe what you are trying to achieve.
   
   -->
   
   **Related Issues**
   
   <!-- Is there currently another issue associated with this? -->
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] mik-laj commented on issue #11376: Using rest api, we are not able to get the dag state using run_id.

Posted by GitBox <gi...@apache.org>.
mik-laj commented on issue #11376:
URL: https://github.com/apache/airflow/issues/11376#issuecomment-706372256


   We have two types of API:
   - Experimental API - available in Airflow 1.10 and new
   - Stable API - available in Airflow 2.0 release. https://airflow.readthedocs.io/en/latest/stable-rest-api-ref.html
   
   Airflow 2.0 has not been released yet, so If you want to use new stable APi, you need to install airflow from sources.
   
   We do not plan to develop API for Airflow 1.10 in any way and if you need to add new features, you have to use plugins and custom views.
   See: https://airflow.readthedocs.io/en/latest/plugins.html#exclude-views-from-csrf-protection
   
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] ashb closed issue #11376: Using rest api, we are not able to get the dag state using run_id.

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


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] boring-cyborg[bot] commented on issue #11376: Using rest api, we are not able to get the dag state using run_id.

Posted by GitBox <gi...@apache.org>.
boring-cyborg[bot] commented on issue #11376:
URL: https://github.com/apache/airflow/issues/11376#issuecomment-706221131


   Thanks for opening your first issue here! Be sure to follow the issue template!
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] ashb commented on issue #11376: Using rest api, we are not able to get the dag state using run_id.

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


   New API in 2.0 should fix this.


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [airflow] mik-laj edited a comment on issue #11376: Using rest api, we are not able to get the dag state using run_id.

Posted by GitBox <gi...@apache.org>.
mik-laj edited a comment on issue #11376:
URL: https://github.com/apache/airflow/issues/11376#issuecomment-706372256


   We have two API version:
   - Experimental API - available in Airflow 1.10 and new
   - Stable API - available in the Airflow 2.0 release. https://airflow.readthedocs.io/en/latest/stable-rest-api-ref.html
   
   Airflow 2.0 has not been released yet, so If you want to use new stable APi, you need to install airflow from sources.
   
   We do not plan to develop API for Airflow 1.10 in any way and if you need to add new features, but you can use plugins and custom views
   See: https://airflow.readthedocs.io/en/latest/plugins.html#exclude-views-from-csrf-protection
   
   


----------------------------------------------------------------
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:
users@infra.apache.org