Skip to main content

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​

NameReferenceTypeRequiredDefaultOptionsDescription
API KeyBITIO_API_KEYPasswordβœ…--API Key associated to your bit.io account. For more information, see the Authorization documentation.
QueryBITIO_QUERYAlphanumericβœ…--Any SQL query that runs a job against the database (CREATE, DROP, INSERT, etc.). Formatting is ignored.