We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have many tables in my database, and I would like to be able to specify the tables that can be used in a query, while also improving query accuracy
The text was updated successfully, but these errors were encountered:
Hello @zhanpengjie, As far I know you can sync you tables using api/v1/table-descriptions/sync-schemas endpoint and you can specify your tables like
api/v1/table-descriptions/sync-schemas
{ "db_connection_id": "660aab39fd8c1351d3b4b2c4", "table_names": [ "table1", "table2",...... ], "metadata": {} }
Sorry, something went wrong.
No branches or pull requests
I have many tables in my database, and I would like to be able to specify the tables that can be used in a query, while also improving query accuracy
The text was updated successfully, but these errors were encountered: