The GitHub Actions job "Tests (AMD)" on airflow.git/type-asset-expression-api 
has succeeded.
Run started by GitHub user Anuragp22 (triggered by Anuragp22).

Head commit for run:
bf7a8361298680f582e931c7706e57ef0ffec21e / Anuragp22 <[email protected]>
Annotate extracted model_data dicts as dict[str, Any]

The dict literals were inferred with a narrow value type once pulled into a 
local, so mypy rejected heterogeneous entries (e.g. pending_partition_count: 
int | None). Declare them as dict[str, Any], which is what model_validate 
accepts, annotating the first occurrence per function scope to avoid no-redef.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to