Skip to content

File Output

Writes Parquet files to the local filesystem. Useful for local development and testing.

Configuration

bash
DATA_OUTPUT_PATH=/path/to/output-directory
VariableDefaultDescription
DATA_OUTPUT_PATH(required)Output directory for Parquet files

Output format

Files are written as Parquet with Snappy compression, matching the format used by the Athena output.

Authentication

No connector-specific authentication is required.

Troubleshooting

SymptomFix
file cannot be createdVerify the parent directory exists and that the runner has write permission there.
output is not where you expectUse an absolute path and confirm the calling process is running in the expected working directory.

This site is source-available under PolyForm Shield 1.0.0