Abstract
Abstract
createCreates a table in an integration from a given SELECT statement. If the table already exists, it is deleted first and then recreated.
Name of table to be created/replaced.
Name of integration the table will be a part of.
SELECT statement to use for populating the new/replaced table with data.
Abstract
createCreates a table in an integration from a given SELECT statement.
Name of table to be created.
Name of integration the table will be a part of.
SELECT statement to use for populating the new table with data.
Abstract
deleteDeletes a table from its integration.
Name of the table to be deleted.
Name of the integration the table to be deleted is a part of.
Generated using TypeDoc
Abstract class outlining Table API operations supported by the SDK.