GitHub user enchant3dmango added a comment to the discussion: task decorator parameters
If it's a Python task, have you tried using PythonOperator instead? You can pass the `executor_config` param in PythonOperator. Ref: [baseoperator.py#L351](https://github.com/apache/airflow/blob/main/airflow/models/baseoperator.py#L351). GitHub link: https://github.com/apache/airflow/discussions/46921#discussioncomment-12280991 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
