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

Add new bulk functions to list of stream endpoints #181

Merged
merged 1 commit into from
Nov 13, 2024

Conversation

tstirrat15
Copy link
Contributor

Fixes #170

Description

As currently written, the client decides which functions to wrap with promises based on a list of streaming endpoints in the client. When we added the new versions of importBulk and exportBulk, we didn't add them to this list, which caused the behavior seen in #170. This is a short-term fix for that. A longer-term fix would be something like #179.

Changes

  • Add new methods to list of streaming methods

Testing

Review.

@tstirrat15 tstirrat15 requested a review from a team as a code owner November 13, 2024 15:45
@tstirrat15 tstirrat15 merged commit 2a65c3a into main Nov 13, 2024
11 checks passed
@tstirrat15 tstirrat15 deleted the 170-fix-client-typing branch November 13, 2024 15:50
@github-actions github-actions bot locked and limited conversation to collaborators Nov 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

importBulkRelationships or bulkImportRelationships?
2 participants