pierrejeambrun commented on PR #49844:
URL: https://github.com/apache/airflow/pull/49844#issuecomment-2838689100
To fix:
`airflow-ctl/tests/airflow_ctl/api/test_operations.py:666: error:
Argument...`
You can just:
```python
variable = VariableBody.model_validate(
{"key": key, "value": value, "description": description},
)
```
--
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]