Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RM-124: Add command to perform a healthcheck against airbyte server #282

Merged
merged 1 commit into from
Mar 13, 2024

Conversation

naswierczek
Copy link
Contributor

  • adds new optional arugment that can be passed to mvrec that will query the healthcheck endpoint on the configured airbyte instance and return either true or false depending on if that endpoint returns a 200 status code
  • Added new class to support argument
  • Added unit tests for new class method

@naswierczek naswierczek force-pushed the rm-124-airbyte-engine-healthcheck branch from 268b208 to 696dfa4 Compare February 12, 2024 16:20
@naswierczek naswierczek marked this pull request as draft February 12, 2024 16:22
@naswierczek naswierczek force-pushed the rm-124-airbyte-engine-healthcheck branch from 696dfa4 to 0928e5d Compare February 13, 2024 18:34
@naswierczek
Copy link
Contributor Author

@Brunope This is just step one of an overall larger project to integrate airbyte as the engine for doing stuff. Anything else you'd want to see in this PR before it merges? I'm feeling like I should put in a basic feature flag where if you don't have an environment variable set, the new option doesn't even appear.

@naswierczek naswierczek force-pushed the rm-124-airbyte-engine-healthcheck branch 4 times, most recently from ef1e934 to 3b1f4ef Compare February 14, 2024 16:02
Copy link
Collaborator

@Brunope Brunope left a comment

Choose a reason for hiding this comment

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

sorry i meant to click approve like last week but i guess forgot - i think this is going in the right general direction, good to merge once all the checks are passing

@naswierczek naswierczek marked this pull request as ready for review March 13, 2024 19:44
@naswierczek naswierczek force-pushed the rm-124-airbyte-engine-healthcheck branch from 0607171 to 10b8129 Compare March 13, 2024 20:00
@naswierczek naswierczek force-pushed the rm-124-airbyte-engine-healthcheck branch from 10b8129 to 264c508 Compare March 13, 2024 20:34
- adds new optional arugment that can be passed to mvrec that will
  query the healthcheck endpoint on the configured airbyte instance
  and return either true or false depending on if that endpoint
  returns a 200 status code
- adds "feature flag" so this can dark launch
- Added new class to support argument
- Added initial methods for retieving airbyte credentials
- Added unit tests for new class method
@naswierczek naswierczek force-pushed the rm-124-airbyte-engine-healthcheck branch from 264c508 to e106732 Compare March 13, 2024 20:44
@naswierczek naswierczek added this pull request to the merge queue Mar 13, 2024
Merged via the queue into main with commit 0703875 Mar 13, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants