{ "resource": "<string>", "source": "<string>", "columns": [ { "name": "<string>", "type": "<string>" } ] }
Retrieves information about a specific table or view from the database connection. This includes table schema, column definitions, and metadata. The table can be specified by either tableKey or tablePath parameters, depending on the database type.
Show child attributes
Was this page helpful?