The GitHub Actions job "Tests (AMD)" on 
airflow.git/feature/go-sdk/taskflow-arg-binding has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
ddfd16fb138145a6cdc019d19f7934725da1b77a / LIU ZHE YOU <[email protected]>
Bind temporal values nested inside a list or dict argument

A list[timedelta] or dict[str, datetime] passed the declared-type check and
then failed inside encoding/json, which cannot read an ISO-8601 duration or a
date-only value however deeply it is nested. Only a list[datetime] worked, and
only because an RFC 3339 timestamp happens to be what time.Time reads by
default.

Carrying the matched schema into the decode rather than a flattened format
string lets each level resolve its own, so an element is bound the same way a
top-level argument is, and a malformed one is reported by its position or key
instead of anonymously.

Report URL: https://github.com/apache/airflow/actions/runs/31681193797

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to