24 lines
495 B
JSON
24 lines
495 B
JSON
{
|
|
"name": "ADLS_DimProduct",
|
|
"properties": {
|
|
"linkedServiceName": {
|
|
"referenceName": "AzureDataLakeStorage1",
|
|
"type": "LinkedServiceReference"
|
|
},
|
|
"folder": {
|
|
"name": "Lab4"
|
|
},
|
|
"annotations": [],
|
|
"type": "Parquet",
|
|
"typeProperties": {
|
|
"location": {
|
|
"type": "AzureBlobFSLocation",
|
|
"folderPath": "Cleaned/DimProduct",
|
|
"fileSystem": "lakeroot"
|
|
},
|
|
"compressionCodec": "snappy"
|
|
},
|
|
"schema": []
|
|
},
|
|
"type": "Microsoft.DataFactory/factories/datasets"
|
|
} |