post
https://analytics.pypestream.com/api/datasets//batch_exports/
Creates a new batch export configuration. This endpoint requires a destination type (e.g., S3, Snowflake), an interval (e.g., daily, hourly), and the necessary credentials to configure the export pipeline.
Recommended Snowflake DDL:
CREATE TABLE your_table_name (
uuid VARCHAR(36),
timestamp TIMESTAMP_NTZ,
created_at TIMESTAMP_NTZ,
event VARCHAR,
properties VARIANT,
distinct_id VARCHAR(36),
person_id VARCHAR(36),
person_properties VARIANT,
elements_chain VARCHAR
);
Beta notice:
Snowflake support is currently in beta.
