ahidalgob commented on issue #63555: URL: https://github.com/apache/airflow/issues/63555#issuecomment-4066208819
https://github.com/apache/airflow/pull/62217 works fine 👍 I found another validation error though, but this seems to be around since 0.1.1, so not a regression on this RC, so we could fix in a next version. ``` airflowctl dags trigger --dag-id=airflow_monitoring 2026-03-16 09:06:44 [warning ] Server error [airflowctl.api.client] extra={'detail': [{'type': 'extra_forbidden', 'loc': ['body', 'partition_key'], 'msg': 'Extra inputs are not permitted', 'input': None}]} Server response error: Client error message: {'detail': [{'type': 'extra_forbidden', 'loc': ['body', 'partition_key'], '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. ``` -- 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]
