The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user potiuk (triggered by uranusjr).
Head commit for run: 7783a3f76a84e478be248e29bdda138caabd1016 / Jarek Potiuk <[email protected]> Remove executor_class from Job - fixing backfil for custom executors The executor_class in job was used in the past to pass information about executor being used but it has been replaced by executor passed via JobRunner when needed. The executor_class has only been used in backfill job, but it has been used wrongly - because it had no fully qualified path there. The right way of using it is to check the executor passed via JobRunner, and since executor_class is not used any more, we can safely remove it. This fixes a bug when custom exceutors could not be used during backfill. Co-Authored-By: Andrew Halpern <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/5395206491 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
