Current connection form
The current MariaDB destination form asks for:-
Connection Name -
Host -
Port -
Database -
Username -
Password -
Portdefaults to3306. -
The current form does not expose
SchemaorSSL Modefields. -
Use the destination panel to set the final
SchemaandTable.
Good first use cases
- departmental reporting tables
- internal application tables that expect MariaDB
- a simple SQL landing zone for operational data
Before you connect
- Create a dedicated write user for the target database.
- Decide which destination schema and table you want to create or update in the builder.
- Validate one table manually before scheduling recurring runs.
Step by step
- Open Connections and click + New Connection.
- Set the role to Destination and choose MariaDB.
- Fill the form with real values, for example:
Connection Name:MariaDB ReportingHost:mariadb-reporting.internal.northstar.ioPort:3306Database:reportingUsername:mf_writer
- Click Test Connection and save the connection after the test succeeds.
- In the builder’s Destination panel, configure:
Connection:MariaDB ReportingSchema:analyticsTable:shopify_ordersWrite mode:Upsert
- Save the pipeline and run one manual sync before enabling a schedule.
Real-world example
An operations team lands Shopify order data into MariaDB so downstream internal tools can query one clean SQL table without reading the Shopify API directly.Troubleshooting
- If writes fail after a successful connection test, verify that the user can create or update objects in the target database.
- If your environment requires extra network or TLS handling, coordinate that outside the current form and then re-test the connection.
- Keep destination naming decisions in the builder because the saved connection intentionally captures only the core database access details.