To create a MariaDB import, ensure you have a connection ready. There are various ways to create an import.
-
Navigate to Resources → Import and click + Create import.
-
Navigate to Home and click Create → Flow or Integration. Name your flow or integration and click Add destination.
For imports, select your application, MariaDB, and either create a connection or use an existing connection. Add a name and description to your new import. After naming and describing the import, create the SQL query to import your data.
-
Use bulk insert SQL query to quickly insert batches of data efficiently.
-
Use SQL query once per record to execute a custom query per record.
-
Use SQL query once per page of records to execute a custom query per page of records.
-
Use SQL query on first page only to execute a custom query that runs only once in a flow on the first page of records.
You can also add mock response data and edit advanced settings.