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/03/29 15:35:22 UTC

[GitHub] [airflow] dimberman opened a new issue #7968: Add dag_run to the task_instance table or create new taskuuid column and use this to uniquely identify a task

dimberman opened a new issue #7968:  Add dag_run to the task_instance table or create new taskuuid column and use this to uniquely identify a task
URL: https://github.com/apache/airflow/issues/7968
 
 
   
   
   **Apache Airflow version**: None given
   
   Ticket was created 21/Nov/16 18:35
   
   **Kubernetes version (if you are using kubernetes)** (use `kubectl version`):
   
   **Environment**:
   
   - **Cloud provider or hardware configuration**:
   - **OS** (e.g. from /etc/os-release):
   - **Kernel** (e.g. `uname -a`):
   - **Install tools**:
   - **Others**:
   **What happened**:
   
   We are planning to run around 40,000 tasks a day using airflow and some of them are critical to give quick feedback to developers. 
   
   Currently having execution date to uniquely identify tasks does not work for us since we mainly trigger dags (instead of running them on schedule) we collide with 1 sec granularity on several occasions.  Having a task uuid or associating dag_run to task_instance  table and using this for scheduling and updating status will help us here.
   
   **What you expected to happen**:
   
   
   **How to reproduce it**:
   
   
   **Anything else we need to know**:
   
   Moved here from https://issues.apache.org/jira/browse/AIRFLOW-642
       

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [airflow] ashb commented on issue #7968: Add dag_run to the task_instance table or create new taskuuid column and use this to uniquely identify a task

Posted by GitBox <gi...@apache.org>.
ashb commented on issue #7968:  Add dag_run to the task_instance table or create new taskuuid column and use this to uniquely identify a task
URL: https://github.com/apache/airflow/issues/7968#issuecomment-611739916
 
 
   Duplicate of #7967 

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [airflow] ashb closed issue #7968: Add dag_run to the task_instance table or create new taskuuid column and use this to uniquely identify a task

Posted by GitBox <gi...@apache.org>.
ashb closed issue #7968:  Add dag_run to the task_instance table or create new taskuuid column and use this to uniquely identify a task
URL: https://github.com/apache/airflow/issues/7968
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services