-
As per #111 (comment) I appreciate that you added the change, but I am mis-configuring my setup. What will the correct setting be if I want the folder based path with auto-generated .parquet files ? Currently I have {
"source": "ACADIA",
"target": "S3_LAKE_ZONE_A",
"defaults": {
"mode": "incremental",
"object": "path/data_landing/{source_name}/{stream_table}/date={YYYY}-{MM}-{DD}/*.parquet",
"update_key": "updated_on",
"target_options": {
"file_max_rows": 100000
}
},
"streams": {
"acadia.container_item": {
"update_key": "id",
"disabled": false
}
},
"env": {
"SLING_LOADED_AT_COLUMN": true,
"SLING_STREAM_URL_COLUMN": true,
"path_prefix": "${FRUGAL_DATA_LANDING_PREFIX}",
"SLING_SHOW_PROGRESS": "false",
"SLING_DISABLE_TELEMETRY": "false",
"SLING_HOME_DIR": "/User/path/sling/../../sling",
"SLING_LOGGING": "NO_COLOR",
"SLING_ALLOW_EMPTY_TABLES": "true"
} But it is still creating file with |
Beta Was this translation helpful? Give feedback.
Answered by
flarco
Jan 12, 2024
Replies: 1 comment 8 replies
-
🤔 weird, you're using latest version, yes? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So:
/*
requiresformat: parquet
/*.parquet
doesn't require format (infers from path)