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
},
]
},

Need Assistance?

If you have any questions or uncertainties about setting up OLake, contributing to the project, or troubleshooting any issues, we’re here to help. You can:

  • Email Support: Reach out to our team at hello@olake.io for prompt assistance.
  • Join our Slack Community: where we discuss future roadmaps, discuss bugs, help folks to debug issues they are facing and more.
  • Schedule a Call: If you prefer a one-on-one conversation, schedule a call with our CTO and team.

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