The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user phanikumv (triggered by phanikumv).

Head commit for run:
11bdfe4c12efa2f5d256cc49916a20beaa5487eb / Tzu-ping Chung <[email protected]>
Work around typing issue in examples and providers (#35494)

* Work around typing issue in workday examples

Since this is just an example, we'll just ignore this and not worry
too much about it.

* Rewrite Pandas column-renaming

The assignment syntax doesn't seem to be type-safe (although working at
runtime), let's use a more semantic method.

* Fix commin.sql arg type to Pandas

Some of the parameters were too lax for Pandas and need to be tightened
up.

* More column rename fixes

* Work around strict Numpy typing

This seems to be a definition issue between Numpy and Pandas? Not sure,
but this works at runtime so let's not dig too deep. Simply annotating
the variable as Any is enough to work around the problem.

* Work around complex Pandas typing

This is just too much. Let's cast and not worry about it.

* More parameters type fixes

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

With regards,
GitHub Actions via GitBox


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

Reply via email to