o-nikolas commented on code in PR #48513: URL: https://github.com/apache/airflow/pull/48513#discussion_r2029460358
########## task-sdk/src/airflow/sdk/execution_time/execute_workload.py: ########## @@ -35,9 +35,7 @@ log = structlog.get_logger(logger_name=__name__) -def execute_workload(input: str) -> None: - from pydantic import TypeAdapter - +def execute_workload(workload) -> None: Review Comment: Sure, will do -- 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]
