Skip to content

Migrate Qdrant connection UI metadata to YAML - #62644

Merged
amoghrajesh merged 2 commits into
apache:mainfrom
fat-catTW:migrate-provider-connection-ui-metadata-yaml
Mar 11, 2026
Merged

Migrate Qdrant connection UI metadata to YAML#62644
amoghrajesh merged 2 commits into
apache:mainfrom
fat-catTW:migrate-provider-connection-ui-metadata-yaml

Conversation

@fat-catTW

@fat-catTW fat-catTW commented Feb 28, 2026

Copy link
Copy Markdown
Contributor

Description

This PR migrates the Qdrant connection UI metadata from the Python hook to the provider.yaml configuration file.

Changes

  • Moved connection type definition from QdrantHook to providers/qdrant/provider.yaml
  • Configured connection fields (url, grpc_port, prefer_grpc, https, prefix) in provider.yaml
  • Added detailed connection field definitions to get_provider_info.py

Related Issue

Related: #62345

Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

Generated-by: Copilot following the guidelines


  • 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 commented Feb 28, 2026

Copy link
Copy Markdown

Congratulations on your first Pull Request and welcome to the Apache Airflow community! If you have any issues or are unsure about any anything please check our Contributors' Guide (https://github.com/apache/airflow/blob/main/contributing-docs/README.rst)
Here are some useful points:

  • Pay attention to the quality of your code (ruff, mypy and type annotations). Our prek-hooks will help you with that.
  • In case of a new feature add useful documentation (in docstrings or in docs/ directory). Adding a new operator? Check this short guide Consider adding an example DAG that shows how users should use it.
  • Consider using Breeze environment for testing locally, it's a heavy docker but it ships with a working Airflow and a lot of integrations.
  • Be patient and persistent. It might take some time to get a review or get the final approval from Committers.
  • Please follow ASF Code of Conduct for all communication including (but not limited to) comments on Pull Requests, Mailing list and Slack.
  • Be sure to read the Airflow Coding style.
  • Always keep your Pull Requests rebased, otherwise your build might fail due to changes not related to your commits.
    Apache Airflow is a community-driven project and together we are making it better 🚀.
    In case of doubts contact the developers at:
    Mailing List: dev@airflow.apache.org
    Slack: https://s.apache.org/airflow-slack

@amoghrajesh amoghrajesh added the full tests needed We need to run full set of tests for this PR to merge label Mar 10, 2026
@amoghrajesh amoghrajesh reopened this Mar 10, 2026
@amoghrajesh
amoghrajesh merged commit 2839b23 into apache:main Mar 11, 2026
133 checks passed
dominikhei pushed a commit to dominikhei/airflow that referenced this pull request Mar 11, 2026
…ml (apache#62644)

Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
Pyasma pushed a commit to Pyasma/airflow that referenced this pull request Mar 13, 2026
…ml (apache#62644)

Co-authored-by: Amogh Desai <amoghrajesh1999@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:providers full tests needed We need to run full set of tests for this PR to merge provider:qdrant

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants