GitHub user royassis closed a discussion: When dynamic mapping of 
PythonVirtualenvOperator executor_config

When trying to create a PythonVirtualenvOperator with a dynamic 
`executor_config` i am getting 

```shell
TypeError: unmappable or already specified argument: executor_config
```

```python
task_a = PythonVirtualenvOperator.partial(
    task_id="task_a",
    ...
).expand(
    executor_config=[{}]
)
```

is this a "feature" or a bug?

GitHub link: https://github.com/apache/airflow/discussions/57850

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to