Skip to content

Export to azureblob

Export data to an Azure Storage Blob.

Usage


The following are the step's expected inputs and outputs and their specific types.

Step signature
export_to_azureblob(ds: dataset, {
    "param": value
})

where the object {"param": value} is optional in most cases and if present may contain any of the parameters described in the corresponding section below.

Inputs


ds: dataset

Dataset to be exported.

Parameters


integration: string

ID of the integration you'd like to use.


blob_name: string

The name of the file you want to upload data to.


overwrite: boolean = False

Configures this step's behaviour in case the file already exists.