bugraoz93 commented on PR #63327:
URL: https://github.com/apache/airflow/pull/63327#issuecomment-4042476234
Found another one :(
```
(airflow) bugra@dev:~/PycharmProjects/airflow$ airflowctl connections create
--connection-id=test_con --conn-type=mysql --password=TEST_PASS -o json
2026-03-11 22:49:28 [warning ] Server error
[airflowctl.api.client] extra={'detail': [{'type': 'extra_forbidden', 'loc':
['body', 'team_name'], 'msg': 'Extra inputs are not permitted', 'input':
None}]}
Server response error: Client error message: {'detail': [{'type':
'extra_forbidden', 'loc': ['body', 'team_name'], 'msg': 'Extra inputs are not
permitted', 'input':
None}]}
Client error, Please check the command and its parameters. If you need
help, run the command with --help.
```
So, breaking changes are becoming more and more common, it seems. Main is
working with 3.2 while v3-1-test is working with v3-1-test. I can generate a
datamodel for 3.1.8, which is basically releasing the airflowctl from v3-1-test
--
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]