Download data in azure blob managed folder from API enpoint

Siddharth_14
Level 1
Download data in azure blob managed folder from API enpoint

How to export data frame and save it as csv file in azure blob managed folder from the API endpoint of python function?

0 Kudos
1 Reply
Turribeach

If by API endpoint you mean a Dataiku Deployed API service in the API Node then you have two options:

  1. 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
  2. Write directly using the Amazon Cli SDK (Boto3) and Python

Thanks

0 Kudos