Download data in azure blob managed folder from API enpoint

Siddharth_14
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
    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:

    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

Setup Info
    Tags
      Help me…