This Python script demonstrates how to use the bulk custom data endpoint in the Cortex REST API
- Have Python 3
- Install Python-Poetry
- Clone this repo and cd into it
- If you want to build a pip package,
poetry buildto build a.whlfile indist/, that you can then install usingpip install, and the commandcustom-data-examplewill ba available after that. - If you just want to run the script,
poetry install, thenpoetry run custom-data-example
