data
(pl.DataFrame): Polars DataFrame to exportname
(string): Name for the output fileoutputDir
(string): Directory path for output filesoptions
(ExportOptions): Optional configuration objectkeys?
(string[]): Primary keys for the dataset (used in singer format)exportFormat?
(‘csv’ | ‘json’ | ‘jsonl’ | ‘parquet’ | ‘singer’): Output format (defaults to ‘singer’ or DEFAULT_EXPORT_FORMAT env var)outputFilePrefix?
(string): Prefix to add to output filenamesstringifyObjects?
(boolean): Whether to stringify object valuesreservedVariables?
(Record<string, string>
): Custom variables for prefix formattingallowObjects?
(boolean): Whether to allow object values in singer format (defaults to true)schema?
(SingerHeaderMap): Singer schema definition