Skip to content

AIP-84 Migrate GET connection to FastAPI API#42674

Merged
pierrejeambrun merged 16 commits intoapache:mainfrom
rawwar:kalyan/AIP-84/get_connection
Oct 4, 2024
Merged

AIP-84 Migrate GET connection to FastAPI API#42674
pierrejeambrun merged 16 commits intoapache:mainfrom
rawwar:kalyan/AIP-84/get_connection

Conversation

@rawwar
Copy link
Contributor

@rawwar rawwar commented Oct 2, 2024

closes #42590

Migrate the 'GET' connection to Fast API.

@boring-cyborg boring-cyborg bot added area:API Airflow's REST/HTTP API area:providers area:UI Related to UI/UX. For Frontend Developers. provider:standard labels Oct 2, 2024
@rawwar rawwar marked this pull request as ready for review October 2, 2024 19:28
@rawwar rawwar marked this pull request as ready for review October 3, 2024 07:00
Copy link
Member

@pierrejeambrun pierrejeambrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, one adjustment needed for extra but code looks good overall :)

@rawwar rawwar requested a review from pierrejeambrun October 3, 2024 13:39
@rawwar rawwar requested a review from bbovenzi October 4, 2024 01:12
@pierrejeambrun pierrejeambrun merged commit b00d30a into apache:main Oct 4, 2024
joaopamaral pushed a commit to joaopamaral/airflow that referenced this pull request Oct 21, 2024
* add get connection endpoint

* remove hooks folder

* add test

* add ConnectionResponse model

* add return type to get connection

* add alias to connection_id

* remove 200 status from args

* redact extra field

* add mode to field_validator

* add test for redaction in extra

* remove breakpoint commend

* enable redact for test
ellisms pushed a commit to ellisms/airflow that referenced this pull request Nov 13, 2024
* add get connection endpoint

* remove hooks folder

* add test

* add ConnectionResponse model

* add return type to get connection

* add alias to connection_id

* remove 200 status from args

* redact extra field

* add mode to field_validator

* add test for redaction in extra

* remove breakpoint commend

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

Labels

area:API Airflow's REST/HTTP API area:providers area:UI Related to UI/UX. For Frontend Developers. provider:standard

Projects

None yet

Development

Successfully merging this pull request may close these issues.

AIP-84 Migrate the public endpoint Get Connection to FastAPI

3 participants