Sagargupta16 commented on PR #63109: URL: https://github.com/apache/airflow/pull/63109#issuecomment-4019806780
Fixed the failing `test_template_rendering` test. The issue was using `dag_maker` with `@pytest.mark.need_serialized_dag` which doesn't properly render Jinja templates in the compat test environment. Switched to `create_task_instance_of_operator` fixture — the standard Airflow pattern used by other provider tests (YDB, Papermill, Docker, Glue). This correctly handles template parameter resolution and rendering. -- 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]
