Skip to content

Add get_hosted_table_names to js and python server apis.#2281

Merged
texodus merged 1 commit intoperspective-dev:masterfrom
brochington:feature/get-hosted-tables
Jun 30, 2023
Merged

Add get_hosted_table_names to js and python server apis.#2281
texodus merged 1 commit intoperspective-dev:masterfrom
brochington:feature/get-hosted-tables

Conversation

@brochington
Copy link
Contributor

This PR adds the get_hosted_table_names methods to server api so that table names can now be fetched via clients.

@brochington brochington marked this pull request as draft June 29, 2023 00:27
@brochington brochington force-pushed the feature/get-hosted-tables branch from be9bf68 to c0d30e2 Compare June 29, 2023 16:55
@texodus texodus marked this pull request as ready for review June 30, 2023 04:52
Copy link
Member

@texodus texodus left a comment

Choose a reason for hiding this comment

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

Thanks for the PR! Looks good!

# Call the method on the table/view instance
self._process_method_call(msg, post_callback, client_id)
else:
logging.error("Unknown client message " + str(msg))
Copy link
Member

Choose a reason for hiding this comment

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

This looks like leftover debug code, to get to this block you'd need a malformed network message or a typo in the server code, as these conditional structurally decompose msg.

@texodus texodus merged commit d9bb82d into perspective-dev:master Jun 30, 2023
@texodus texodus added the enhancement Feature requests or improvements label Jul 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement Feature requests or improvements

Development

Successfully merging this pull request may close these issues.

2 participants