export_parquet

This action exports the contents of tables into a parquet export for use in a data lake.

Parameters

Parameter Description
start_date Optional The start date to extract data from if no savepoint exists
tables Optional Comma-separated list of tables to export data from.
savepoint Optional The savepoint name prefix to use for the parquet file export (default is 'parquet').
interval Optional The interval across which to export data. Default 1 day.
excluded_columns Optional A comma-seperated list of columns not to include in the parquet export. Each column is listed as
parquet_client_prefix Optional The prefix to use for the parquet files.
output_to Required where to output the downloaded recordings

Tables Affected

Variables Set

No variables set.

Permissions needed

No permissions needed.

Examples

  • export_parquet(tables='analytics_conversation,analytics_participant')