Start with Import and convert for the shared wizard flow, batch import, and validation discipline.
Discovery API integration
When Planasonix supports the Fivetran REST API, you authorize a read-scoped token and let the wizard discover connectors, destinations, and sync schedules.Create API credentials
In Fivetran, create an API key with permissions to list connectors and read configuration metadata. Store the key in Planasonix’s secret manager when prompted.
Run discovery
Enter account identifiers the API requires. Planasonix pulls connector types, source schemas, table include/exclude rules, and column settings where exposed.
Connector mapping
Fivetran connectors map to Planasonix source nodes, staging patterns, and optional orchestration that mirrors sync frequency.- Database and SaaS sources
- Destinations
Database connectors become ** JDBC/API source** configurations plus incremental or full-table strategies inferred from Fivetran sync modes (for example, history mode vs standard incremental). Verify primary keys and cursor columns after import; Fivetran sometimes hides complexity behind its own change-data layer.
What transfers vs what needs manual work
Typically transfers
Typically transfers
- Source type and high-level connection parameters (host, database, API object selection)
- Table and column inclusion lists when exposed by the API
- Schedule cadence as a starting point for Planasonix schedules or triggers
Usually needs manual configuration
Usually needs manual configuration
- Transforms beyond Fivetran’s column blocking/hashing—Planasonix models these as explicit transform nodes
- Webhook or event-based loads if you replace sync schedules with cloud triggers
- Secrets and network paths (PrivateLink, SSH tunnels) that cannot be exported in clear text
- Fivetran dbt transformations if you used them—treat as dbt logic to merge separately or reimplement on the canvas
After conversion
Pipeline canvas
Refine graphs, preview data, and attach tests.
Variables
Externalize environment-specific names and paths.