amoghrajesh commented on code in PR #56643:
URL: https://github.com/apache/airflow/pull/56643#discussion_r2431288319
##########
task-sdk-tests/tests/task_sdk_tests/conftest.py:
##########
@@ -116,6 +119,7 @@ def docker_compose_setup(tmp_path_factory):
console.print("[yellow]Starting docker-compose for session...")
compose.compose.up(detach=True, wait=True)
console.print("[green]Docker compose started successfully!\n")
+ compose.compose.execute(service="airflow-dag-processor",
command=["airflow", "dags", "reserialize"])
Review Comment:
Do we need to do this? I do not think so
--
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]