You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using the table_id to query table information is a useful method. However, we currently lack the tool for this purpose. Implementing an HTTP interface in metasrv to support such queries seems like a viable solution.
What does the feature do?
Offer an HTTP service that takes a batch of table IDs as input and returns the metadata for these tables.
We can include the HTTP service in this directory.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered:
What problem does the new feature solve?
Using the table_id to query table information is a useful method. However, we currently lack the tool for this purpose. Implementing an HTTP interface in metasrv to support such queries seems like a viable solution.
What does the feature do?
Offer an HTTP service that takes a batch of table IDs as input and returns the metadata for these tables.
We can include the HTTP service in this directory.
Implementation challenges
No response
The text was updated successfully, but these errors were encountered: