dstandish commented on code in PR #44752:
URL: https://github.com/apache/airflow/pull/44752#discussion_r1913898057
##########
task_sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -574,20 +575,21 @@ class ActivitySubprocess(WatchedSubprocess):
@classmethod
def start( # type: ignore[override]
cls,
- path: str | os.PathLike[str],
+ dag_rel_path: str | os.PathLike[str],
what: TaskInstance,
client: Client,
target: Callable[[], None] = _subprocess_main,
logger: FilteringBoundLogger | None = None,
+ bundle_info=None,
Review Comment:
welp, was somewhat of a slog, but done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]