Prequel now supports connecting to external (customer) data sources to import data! For many SaaS products, this is a critical capability to effectively onboard and maintain connections to customer data. Most of the features we offer in Export are now available in Import, and the API is largely symmetrical. Check out our docs or get in touch to learn more.
Webhooks are now available to monitor your Prequel account for possible transfer failures. Along with generic GET/POST webhooks, this also includes the ability to push alerts to PagerDuty and Slack for transfer failure monitoring. You can subscribe to new webhooks using our API (see our docs here), and additional webhook event types are coming soon!
By default, Prequel assumes multi-tenanted data stores are tenanted within tables using an `organization_id` column. Many customers required the ability to connect data stores that are tenanted at the schema level. Prequel now supports both modes (though the default setting is still multi-tenant tables).
For advanced use cases, Prequel now supports logging into the data source as a separate user per tenant. This can be useful for special cases where security or database policies require RBAC for all source queries. You can read more about this in our API docs.