bit.io - Execute Query
Overviewβ
Execute any SQL query against a bit.io database, without returning any of the resulting data. This Blueprint should primarily be used for queries that perform functionality other than SELECT, like multi-step SQL jobs, or DML statements.
Variablesβ
Name | Reference | Type | Required | Default | Options | Description |
---|---|---|---|---|---|---|
API Key | BITIO_API_KEY | Password | β | - | - | API Key associated to your bit.io account. For more information, see the Authorization documentation. |
Query | BITIO_QUERY | Alphanumeric | β | - | - | Any SQL query that runs a job against the database (CREATE, DROP, INSERT, etc.). Formatting is ignored. |