Fix OpenAI provider get_provider_info#63404
Conversation
amoghrajesh
left a comment
There was a problem hiding this comment.
LGTM +1
Tests need fixing though
jason810496
left a comment
There was a problem hiding this comment.
All the previous fail tests (static-check, doc builds) are now passed, so I merging now.
Backport failed to create: v3-1-test. View the failure log Run detailsNote: As of Merging PRs targeted for Airflow 3.X In matter of doubt please ask in #release-management Slack channel.
You can attempt to backport this manually by running: cherry_picker 1b4fafb v3-1-testThis should apply the commit to the v3-1-test branch and leave the commit in conflict state marking After you have resolved the conflicts, you can continue the backport process by running: cherry_picker --continueIf you don't have cherry-picker installed, see the installation guide. |
* Fix OpenAI provider get_provider_info * Fix index.rst * Fix newline static check for index.rst
* Fix OpenAI provider get_provider_info * Fix index.rst * Fix newline static check for index.rst
Why
The
/opt/airflow/scripts/in_container/run_provider_yaml_files_check.pyis still failing. We need to edit theairflow-core/src/airflow/provider.yaml.schema.jsonandproviders/openai/src/airflow/providers/openai/get_provider_info.pyto get them pass.