test/adf2/dataset/movie_dataflow_sink2.json
|
{
"name": "movie_dataflow_sink2", "properties": { "linkedServiceName": { "referenceName": "BlobSampleData", "type": "LinkedServiceReference" }, "type": "DelimitedText", "typeProperties": { "location": { "type": "AzureBlobStorageLocation", "fileName": "", "folderPath": "adfdataflowdocs", "container": "adfv2" }, "columnDelimiter": ",", "firstRowAsHeader": false }, "schema": [] } } |