Preview Features
Preview features are features that have been implemented and tested by Etleap but may not yet offer full usability and corner-case handling. We do not guarantee that these features are free from defects that may produce unexpected or undesired results.
We may change the behavior of features while they are in preview. When we make a breaking change to the behavior of a preview feature, we do our best to notify users before making the change, but we do not guarantee to always pre-announce changes.
Features are moved out of preview once they have been deemed feature complete and stable.
Features Currently in Preview
Feature | Introduced | Type |
---|---|---|
Add a new destination to a pipeline | September 2024 | API |
Remove a pipeline destination | September 2024 | API |
Iceberg Destinations | June 2024 | Destination |
Terraform Provider | March 2024 | API |
Get the details of the preview build for a dbt PR | March 2024 | API |
Get the logs of a dbt preview build | March 2024 | API |
dbt Schedule Triggered | June 2023 | Event |
dbt Trigger Complete | June 2023 | Event |
Create a dbt schedule | April 2023 | API |
Delete a dbt schedule | April 2023 | API |
Get a dbt schedule | April 2023 | API |
Get a list of dbt schedules | April 2023 | API |
Get the logs of a dbt build | April 2023 | API |
Get the triggers for a dbt schedule | April 2023 | API |
Update a dbt schedule | April 2023 | API |
Preview Feature Types
Features of different types, as denoted in the table above, are subject to different degrees of change. The following list provides additional detail on how these feature types may be changed while they are in preview.
API
Potentially breaking changes may be made to the endpoint without notice. As a result, API features that are in preview are not subject to our usual API compatibility guarantees . These changes may alter the naming, type, or overall inclusion of arguments or response attributes for the preview endpoint.
Destination
Preview destinations may require further work to improve performance or achieve feature parity with other destination types.
Event
Potentially breaking changes may be made to the event without notice. These changes may alter the naming or overall inclusion of event attributes or data contained in the message body for the preview event.