Recommended UX
There are two primary user experiences to consider when designing your embedded Data Import feature: the Setup Connection experience and Monitoring experience.Setup Connection experience
Prequel Import exposes the APIs and SDKs you need to create your own setup flow. Our SDK is designed to support a Setup Connection experience that resembles the experience in the Admin UI, and consists of 3 parts:- Step 1: Source Selection
- Step 2: Connection Details
- Step 3: Dataset Mapping
Guide the user to select one of the supported Sources (e.g., Databricks, Snowflake, S3, etc.).

Monitoring experience
Similarly, Prequel Import exposes the APIs and SDKs you need to create your own sync monitoring experience. For more details and design inspiration, see the React SDK guide.Native embedding
Prequel Import is designed to be fully embedded, and our API and developer SDKs make that simple.- Developer APIs
- Developer SDKs
Developer APIs
Use the Prequel Import API to build a fully custom connection experience for your customers.View API documentationAlternatives to full embedding
Prequel Import also supports alternative options for connecting and configuring Providers and their Sources.- Admin UI
- Magic Links
Use the Prequel Admin UI to manage Providers and Sources without writing code.


