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

Remove configRepository dependency from getStatus #20685

Merged
merged 5 commits into from
Dec 21, 2022

Conversation

alovew
Copy link
Contributor

@alovew alovew commented Dec 19, 2022

Remove configRepository dependency from getStatus in the configFetchActivity

@alovew alovew temporarily deployed to more-secrets December 19, 2022 21:45 — with GitHub Actions Inactive
@octavia-squidington-iv octavia-squidington-iv added area/platform issues related to the platform area/worker Related to worker labels Dec 19, 2022
@alovew alovew temporarily deployed to more-secrets December 19, 2022 21:48 — with GitHub Actions Inactive
@alovew alovew temporarily deployed to more-secrets December 19, 2022 21:48 — with GitHub Actions Inactive
} catch (final JsonValidationException | ConfigNotFoundException | IOException e) {
final io.airbyte.api.client.model.generated.ConnectionIdRequestBody requestBody =
new io.airbyte.api.client.model.generated.ConnectionIdRequestBody().connectionId(connectionId);
final ConnectionRead connectionRead = connectionApi.getConnection(requestBody);
Copy link
Contributor

Choose a reason for hiding this comment

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

Consider extracting to a shared method as this code is now duplicated with the method above.

Copy link
Contributor

@jdpgrailsdev jdpgrailsdev left a comment

Choose a reason for hiding this comment

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

:shipit: Nit about extracting common code -- could be done in a follow-on PR.

@alovew alovew force-pushed the anne/update-get-status branch from 69a02cf to 279ece8 Compare December 19, 2022 22:40
@alovew alovew temporarily deployed to more-secrets December 19, 2022 22:42 — with GitHub Actions Inactive
@alovew alovew temporarily deployed to more-secrets December 19, 2022 22:43 — with GitHub Actions Inactive
@alovew alovew force-pushed the anne/update-get-status branch from 279ece8 to abfd9d0 Compare December 19, 2022 22:44
@alovew alovew temporarily deployed to more-secrets December 19, 2022 22:46 — with GitHub Actions Inactive
@alovew alovew temporarily deployed to more-secrets December 19, 2022 22:47 — with GitHub Actions Inactive
@alovew alovew temporarily deployed to more-secrets December 19, 2022 23:21 — with GitHub Actions Inactive
@alovew alovew temporarily deployed to more-secrets December 19, 2022 23:22 — with GitHub Actions Inactive
@alovew alovew force-pushed the anne/auto-detect-schema branch from c48e096 to ab36efb Compare December 19, 2022 23:34
@alovew alovew force-pushed the anne/update-get-status branch from abfd9d0 to c363b91 Compare December 19, 2022 23:40
@alovew alovew temporarily deployed to more-secrets December 19, 2022 23:41 — with GitHub Actions Inactive
@alovew alovew temporarily deployed to more-secrets December 19, 2022 23:42 — with GitHub Actions Inactive
@alovew alovew temporarily deployed to more-secrets December 19, 2022 23:47 — with GitHub Actions Inactive
@alovew alovew temporarily deployed to more-secrets December 19, 2022 23:48 — with GitHub Actions Inactive
@alovew alovew force-pushed the anne/auto-detect-schema branch from ab36efb to eee6193 Compare December 21, 2022 16:18
@alovew alovew force-pushed the anne/update-get-status branch from 04483ff to 33ce445 Compare December 21, 2022 16:20
@alovew alovew temporarily deployed to more-secrets December 21, 2022 16:22 — with GitHub Actions Inactive
@alovew alovew temporarily deployed to more-secrets December 21, 2022 16:23 — with GitHub Actions Inactive
@alovew alovew temporarily deployed to more-secrets December 21, 2022 16:48 — with GitHub Actions Inactive
@alovew alovew temporarily deployed to more-secrets December 21, 2022 16:48 — with GitHub Actions Inactive
@alovew alovew merged commit 9efc4ff into anne/auto-detect-schema Dec 21, 2022
@alovew alovew deleted the anne/update-get-status branch December 21, 2022 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/platform issues related to the platform area/worker Related to worker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants