Download data in azure blob managed folder from API enpoint
Siddharth_14
Registered Posts: 1 ✭
How to export data frame and save it as csv file in azure blob managed folder from the API endpoint of python function?
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,165 Neuron
If by API endpoint you mean a Dataiku Deployed API service in the API Node then you have two options:
- Piggy back to Designer or Automation node and write using the Dataiku API in the managed folder. This will be easier but will end up adding a dependency on your Designer/Automation node or
- Write directly using the Amazon Cli SDK (Boto3) and Python
Thanks