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 Name | Type | Description | Required | Default |
|---|---|---|---|---|
sourceName | String | Name of the Magpie filesystem data source to place the staging file in. | Required | |
path | String | Parent path of the staging file. Can be an empty string. | Required | |
fileName | String | Name of the staging file or folder. | Required |
Example
{
"sourceName": "staging_source",
"path": "/staging",
"fileName": "/transactions_temp"
}