Triggers data load for Live Table Feed

post

/data-tools/live-table-feeds/{owner},{feed_name}/load_new_data

Request

Path Parameters
Back to Top

Response

200 Response

Live Table Feeds
Body ()
Root Schema : live-table-feeds
Type: object
Show Source
Nested Schema : live_table_feeds
Type: array
Show Source
Nested Schema : live-table-feed
Type: object
Show Source
Nested Schema : sql_statements
Type: array
SQL statements to perform database operation
Show Source
Example:
[
    "CREATE TABLE \"MYSCHEMA\".\"EXAMPLE_TABLE\"(\"ID\" NUMBER, \"DATE_RECV\" DATE);"
]

404 Response

Live Table Feed not found
Back to Top