jpizquierdo commented on PR #52652:
URL: https://github.com/apache/airflow/pull/52652#issuecomment-3031016586
I opened the issue because it made sense to me when I started reading
release notes here:
[The behavior of the POST /dags/{dag_id}/dagRuns endpoint has changed. If a
logical_date is not explicitly provided when triggering a DAG via the REST API,
it now defaults to
None.](https://airflow.apache.org/docs/apache-airflow/stable/release_notes.html#rest-api-dag-trigger-behavior-updated)
But it is true that if you keep reading, it says that you could have
problems if you relied in autogenerated logical_date (my case, because in my
app I was not setting logical_dste before). I did interpret that it was
optional and not fully understand the doc.
I let you guys for sure discuss about it and decide whatever fits best for
the project. For the end-users I think that sending a null every time should be
easy, in my case just a pydantic model with that field optional and set to None
by default
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]