[GitHub] [airflow] Taragolis commented on issue #29637: EcsRegisterTaskDefinitionOperator params are incorrectly invalidated

2023-02-20 Thread via GitHub
Taragolis commented on issue #29637: URL: https://github.com/apache/airflow/issues/29637#issuecomment-1437361722 `register_task_kwargs` it is templated field which evaluate thought jinja and I with this settings `NativeEnvironment` transform `"512"` to `512` even if it not not contain

[GitHub] [airflow] Taragolis commented on issue #29637: EcsRegisterTaskDefinitionOperator params are incorrectly invalidated

2023-02-20 Thread via GitHub
Taragolis commented on issue #29637: URL: https://github.com/apache/airflow/issues/29637#issuecomment-1437093004 Nevermind, I have a look on wrong parameters initially. Did you use specific values such as `render_template_as_native_obj=True` in DAG? -- This is an automated message

[GitHub] [airflow] Taragolis commented on issue #29637: EcsRegisterTaskDefinitionOperator params are incorrectly invalidated

2023-02-20 Thread via GitHub
Taragolis commented on issue #29637: URL: https://github.com/apache/airflow/issues/29637#issuecomment-1437078616 Not a bug Airflow provider, the validation happen inside [`botocore`](https://github.com/boto/botocore) / [`boto3`](https://github.com/boto/boto3), see available options and