Skip to main content

Before (including customers):

OLAKE_DIRECTORY/streams.json
"selected_streams": {
"otter_db": [
{
"stream_name": "order",
"partition_regex": "",
"normalization": false,
"append_only": false,
"chunk_column": "", //column name to be specified
},
{
"stream_name": "customer",
"partition_regex": "",
"normalization": false,
"append_only": false,
"chunk_column": "", //column name to be specified
}
]
},

After (to exclude customers):

OLAKE_DIRECTORY/streams.json
"selected_streams": {
"otter_db": [
{
"stream_name": "order",
"partition_regex": "",
"normalization": false,
"append_only": false,
"chunk_column": "", //column name to be specified
},
]
},


πŸ’‘ Join the OLake Community!

Got questions, ideas, or just want to connect with other data engineers?
πŸ‘‰ Join our Slack Community to get real-time support, share feedback, and shape the future of OLake together. πŸš€

Your success with OLake is our priority. Don’t hesitate to contact us if you need any help or further clarification!