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

qa-engine: define cloud eligibility #21961

Merged
merged 5 commits into from
Jan 27, 2023

Conversation

alafanechere
Copy link
Contributor

@alafanechere alafanechere commented Jan 27, 2023

What

Closes #21919

How

  1. Add a is_eligible_for_cloud column to the QA report dataframe
  2. Add a report_generation_datetime column to the QA report dataframe: might be useful in the future when we'll archive the QA reports
  3. Compute eligibility with the is_eligible_for_cloud function that checks the truthiness of the following conditions:
  • Is on cloud: false
  • Latest build is successful: true
  • Documentation is available: true
  • Is appropriate for cloud use: true
  1. Expose a get_connectors_eligible_for_cloud function which returns a generator of eligible connectors for cloud.

@alafanechere alafanechere force-pushed the augustin/qa-engine/define-eligibility branch from bd2b382 to 022c054 Compare January 27, 2023 10:46
@@ -23,7 +23,7 @@


setup(
version="0.1.6",
version="0.1.8",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Anticipating the bump of #21917

@alafanechere alafanechere marked this pull request as ready for review January 27, 2023 10:47
@alafanechere alafanechere requested a review from a team January 27, 2023 10:47
@alafanechere alafanechere temporarily deployed to more-secrets January 27, 2023 10:48 — with GitHub Actions Inactive
@alafanechere alafanechere temporarily deployed to more-secrets January 27, 2023 10:48 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

Airbyte Code Coverage

There is no coverage information present for the Files changed

Total Project Coverage 24%

Copy link
Contributor

@erohmensing erohmensing left a comment

Choose a reason for hiding this comment

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

🛳 it!

@alafanechere alafanechere enabled auto-merge (squash) January 27, 2023 14:55
@alafanechere alafanechere temporarily deployed to more-secrets January 27, 2023 14:57 — with GitHub Actions Inactive
@alafanechere alafanechere temporarily deployed to more-secrets January 27, 2023 14:57 — with GitHub Actions Inactive
@alafanechere alafanechere disabled auto-merge January 27, 2023 15:08
…rbytehq/airbyte into augustin/qa-engine/define-eligibility
@alafanechere alafanechere enabled auto-merge (squash) January 27, 2023 15:13
@alafanechere alafanechere temporarily deployed to more-secrets January 27, 2023 15:13 — with GitHub Actions Inactive
@alafanechere alafanechere temporarily deployed to more-secrets January 27, 2023 15:13 — with GitHub Actions Inactive
@alafanechere alafanechere merged commit fa1b877 into master Jan 27, 2023
@alafanechere alafanechere deleted the augustin/qa-engine/define-eligibility branch January 27, 2023 15:46
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.

Cloud availablity updater: assess eligibility of a connector to cloud.
2 participants