The GitHub Actions job "Tests AMD" on airflow.git/main has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
3c33ae738aac3c344a4cf6bed5e7e50cc4d2e0c3 / Ash Berlin-Taylor <[email protected]>
Add a `@task.stub` to allow tasks in other languages to be defined in dags 
(#56055)

As of today, even with Edge Executor and TaskSDK, Dags must be defined in
Python. However if we want tasks to run in other languages we need "something"
we can put in the python dag that is an operator. This is that.

It's implementation is quite simple -- it checks the function is empty
(because if it's not someone might mistakenly think it would run the
function), and then _if_ it ever runs, it raises an exception.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to