+1
On Thu, May 14, 2020 at 1:18 PM Dan Davydov
wrote:
> +1 but in the future I think better would be
> /dags/{dag_id}/dagRuns/{execution_date}/{run_number}. That would give an
> automatic ordering between two runs, is a lot simpler than
> "backfill_2020-03-16T00:00:00+00:00" and helps enable the
+1 for sure!
via Newton Mail
[https://cloudmagic.com/k/d/mailapp?ct=dx&cv=10.0.50&pv=10.14.6&source=email_footer_2]
On Thu, May 14, 2020 at 1:18 PM, Dan Davydov
wrote:
+1 but in the future I think better would be
/dags/{dag_id}/dagRuns/{execution_date}/{run_number}. That would give an
automatic
+1 but in the future I think better would be
/dags/{dag_id}/dagRuns/{execution_date}/{run_number}. That would give an
automatic ordering between two runs, is a lot simpler than
"backfill_2020-03-16T00:00:00+00:00" and helps enable the multiple
dagruns per execution date that you mention.
On Thu, M
+1
On Thu, May 14, 2020 at 4:45 PM Kamil Breguła
wrote:
> +1
>
>
> On Wed, May 13, 2020 at 1:10 PM Kaxil Naik wrote:
> >
> > +1
> >
> > On Wed, May 13, 2020 at 11:54 AM Ash Berlin-Taylor
> wrote:
> >
> > > Hi all,
> > >
> > > The discussion about API spec made me think of something.
> > >
> >
+1
On Wed, May 13, 2020 at 1:10 PM Kaxil Naik wrote:
>
> +1
>
> On Wed, May 13, 2020 at 11:54 AM Ash Berlin-Taylor wrote:
>
> > Hi all,
> >
> > The discussion about API spec made me think of something.
> >
> > Right now the primary key on TI is (dag_id, task_id, exeuction_date).
> > This is bec
+1
On Wed, May 13, 2020 at 11:54 AM Ash Berlin-Taylor wrote:
> Hi all,
>
> The discussion about API spec made me think of something.
>
> Right now the primary key on TI is (dag_id, task_id, exeuction_date).
> This is because when Airflow was original written, DagRun didn't exist
> as a concept,
Hi all,
The discussion about API spec made me think of something.
Right now the primary key on TI is (dag_id, task_id, exeuction_date).
This is because when Airflow was original written, DagRun didn't exist
as a concept, so this was the natural PK.
Then DagRun was added with a couple of unique c