-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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: implement fetch_adoption_metrics_per_connector_version
#21840
qa-engine: implement fetch_adoption_metrics_per_connector_version
#21840
Conversation
158459e
to
f3dccef
Compare
|
||
setup( | ||
version="0.1.3", | ||
version="0.1.5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm requesting a review from @airbytehq/airbyte-analytics to check my SQL query looks good 😄 |
Airbyte Code Coverage
|
tools/ci_connector_ops/ci_connector_ops/qa_engine/connector_adoption.sql
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
What
1/2 to complete #21721
Implement the logic to retrieve adoption metrics per connector version from our data warehouse.
The
fetch_adoption_metrics_per_connector_version
is not actually called, waiting for #21776 to use it.How
https://github.com/airbytehq/airbyte/blob/158459e3ee80847cbdcee3bd78557a43e274f07c/tools/ci_connector_ops/ci_connector_ops/qa_engine/connector_adoption.sql#L1
https://github.com/airbytehq/airbyte/blob/158459e3ee80847cbdcee3bd78557a43e274f07c/tools/ci_connector_ops/ci_connector_ops/qa_engine/inputs.py#L44
https://github.com/airbytehq/airbyte/blob/158459e3ee80847cbdcee3bd78557a43e274f07c/.github/workflows/run-qa-engine.yml#L31
fetch_adoption_metrics_per_connector_version
function:https://github.com/airbytehq/airbyte/blob/158459e3ee80847cbdcee3bd78557a43e274f07c/tools/ci_connector_ops/tests/test_qa_engine/test_inputs.py#L20