The GitHub Actions job "Tests (AMD)" on airflow.git/fix-docker-init has succeeded. Run started by GitHub user 1fanwang (triggered by 1fanwang).
Head commit for run: 9f238153d6ff7211670ae8600280b5009bd348e5 / 1fanwang <[email protected]> Convert DockerOperator mounts to Mount objects after rendering mounts is a template field, rendered after __init__ runs. The constructor converted dict mounts into Mount objects and tagged each with template_fields so nested values would render. Mount is a dict subclass, so Jinja already renders its values natively without that tagging. Keep the raw input in __init__ and convert to Mount objects at the start of execute(), after rendering. related: #70296 Signed-off-by: 1fanwang <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/30050858798 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
