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
This action returns the inferred Table Schema from an existing resource file (upload or link)
Details:
Name:
Auth: Should defer to resource_create
Params:
resource_id: a resource uuid
store_schema: a boolean flag to determine if the inferred schema should be stored to the resource (using resource_patch). Defaults to True (I have no strong opinions either way)
Output: let's return the generated Table Schema in a separate key in case we need to add extra fields to the response: {"schema": <Table Schema descriptor>}
The text was updated successfully, but these errors were encountered:
This action returns the inferred Table Schema from an existing resource file (upload or link)
Details:
resource_create
resource_id
: a resource uuidstore_schema
: a boolean flag to determine if the inferred schema should be stored to the resource (usingresource_patch
). Defaults to True (I have no strong opinions either way){"schema": <Table Schema descriptor>}
The text was updated successfully, but these errors were encountered: