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

Fix Tasks API mismatch between client and server for array parameter #561

Conversation

JohnMoutafis
Copy link
Contributor

The server expects array to be a TileDB URI, but in the tasks.tasks method, if the array param was present, it was overwritten by the array name isntead, causing an error response:
TileDBCloudError: unable to determine array namespace/name from URI (expected "tiledb://<namespace>/<name>"): quickstart_sparse - Code: 24

@JohnMoutafis JohnMoutafis self-assigned this May 2, 2024
@Shelnutt2 Shelnutt2 requested a review from nickvigilante May 2, 2024 09:44
Copy link
Contributor

@nickvigilante nickvigilante left a comment

Choose a reason for hiding this comment

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

Thank you for the quick fix!

@JohnMoutafis JohnMoutafis merged commit 806aa88 into main May 2, 2024
17 checks passed
@JohnMoutafis JohnMoutafis deleted the johnmoutafis/tasks-api-mismatch-between-client-and-server-for-array-param branch May 2, 2024 13:30
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.

3 participants