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. |