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

🪟 🧪 Make sure to filter out connectors correctly #19732

Merged
merged 3 commits into from
Nov 28, 2022

Conversation

timroes
Copy link
Contributor

@timroes timroes commented Nov 22, 2022

What

Fix the connector sign up experiment to properly filter connectors in that file. Earlier the filter method was simply checking if the return value of the getExcludedConnectorIds method was falsey for filtering out (which it never would be).

cc @letiescanciano sorry I apparently reviewed this sloppily and this slipped the review. I disabled the experiment until we have this merged next week.

@timroes timroes requested a review from a team as a code owner November 22, 2022 20:20
@octavia-squidington-iv octavia-squidington-iv added area/platform issues related to the platform area/frontend Related to the Airbyte webapp labels Nov 22, 2022
Copy link
Contributor

@lmossman lmossman left a comment

Choose a reason for hiding this comment

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

One small nit comment, otherwise LGTM. Did not test locally

select: (data) => {
const filteredConnectors = getExcludedConnectorIds();
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: rename this variable to excludedConnectorIds. When I read the word filtered, I'm never sure if it means the things that were "filtered out", or if it means what is remaining after other things have been filtered out.

@timroes timroes merged commit 373ba6a into master Nov 28, 2022
@timroes timroes deleted the tim/fix-connector-signup-experiment branch November 28, 2022 13:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/frontend Related to the Airbyte webapp area/platform issues related to the platform team/compose team/growth type/bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants