Skip to main content

Staging File

A staging file is used when reading from or writing to some cloud data warehouses, such as Amazon Redshift and Google BigQuery.

Specification

{
"sourceName": "<string>",
"path": "<string>",
"fileName": "<string>"
}

Structure values

Field NameTypeDescriptionRequiredDefault
sourceNameStringName of the Magpie filesystem data source to place the staging file in.Required
pathStringParent path of the staging file. Can be an empty string.Required
fileNameStringName of the staging file or folder.Required

Example

{
"sourceName": "staging_source",
"path": "/staging",
"fileName": "/transactions_temp"
}