Skip to content

Add missing conn-fields for providers migrated to yaml#62116

Merged
kaxil merged 1 commit intoapache:mainfrom
astronomer:migrate-to-yaml-phase-1-addendum
Feb 19, 2026
Merged

Add missing conn-fields for providers migrated to yaml#62116
kaxil merged 1 commit intoapache:mainfrom
astronomer:migrate-to-yaml-phase-1-addendum

Conversation

@amoghrajesh
Copy link
Contributor

@amoghrajesh amoghrajesh commented Feb 18, 2026


Was generative AI tooling used to co-author this PR?
  • Yes - cursor IDE

After #62011 was merged, realised a few things that were missed:

  • conn-fields and ui-field-behaviour both need to be added to provider.yaml for each connection type
  • The migration script needed to be fixed to generate nullable types (["string", "null"]) matching legacy behavior per jsonschema where all extra fields are optional OR UI was rendering all fields as required

Things render fine now:

image image image image
  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@boring-cyborg boring-cyborg bot added area:dev-tools area:providers backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch provider:google Google (including GCP) related issues provider:hashicorp Hashicorp provider related issues provider:microsoft-azure Azure-related issues provider:snowflake Issues related to Snowflake provider labels Feb 18, 2026
@amoghrajesh amoghrajesh self-assigned this Feb 18, 2026
@amoghrajesh amoghrajesh added the full tests needed We need to run full set of tests for this PR to merge label Feb 18, 2026
@amoghrajesh amoghrajesh modified the milestone: Airflow 3.2.0 Feb 18, 2026
@kaxil kaxil merged commit 4404bc0 into apache:main Feb 19, 2026
129 checks passed
@kaxil kaxil deleted the migrate-to-yaml-phase-1-addendum branch February 19, 2026 01:04
@github-actions
Copy link

Backport failed to create: v3-1-test. View the failure log Run details

Note: As of Merging PRs targeted for Airflow 3.X
the committer who merges the PR is responsible for backporting the PRs that are bug fixes (generally speaking) to the maintenance branches.

In matter of doubt please ask in #release-management Slack channel.

Status Branch Result
v3-1-test Commit Link

You can attempt to backport this manually by running:

cherry_picker 4404bc0 v3-1-test

This should apply the commit to the v3-1-test branch and leave the commit in conflict state marking
the files that need manual conflict resolution.

After you have resolved the conflicts, you can continue the backport process by running:

cherry_picker --continue

If you don't have cherry-picker installed, see the installation guide.

@amoghrajesh
Copy link
Contributor Author

Ah no need to backport this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools area:providers backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch full tests needed We need to run full set of tests for this PR to merge provider:google Google (including GCP) related issues provider:hashicorp Hashicorp provider related issues provider:microsoft-azure Azure-related issues provider:snowflake Issues related to Snowflake provider

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

Comments