Skip to content

Commit 4ad4dda

Browse files
Merge branch 'main' into develop
2 parents d25704d + c9d624a commit 4ad4dda

File tree

2 files changed

+89
-0
lines changed

2 files changed

+89
-0
lines changed

community templates/Sensitive Data Discovery with Delphix/Sensitive Data Discovery with Delphix.json

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,93 @@
417417
}
418418
}
419419
]
420+
},
421+
{
422+
"name": "Copy Schema to BackupDir",
423+
"type": "Copy",
424+
"dependsOn": [
425+
{
426+
"activity": "Copy Table schema",
427+
"dependencyConditions": [
428+
"Succeeded"
429+
]
430+
}
431+
],
432+
"policy": {
433+
"timeout": "0.12:00:00",
434+
"retry": 0,
435+
"retryIntervalInSeconds": 30,
436+
"secureOutput": false,
437+
"secureInput": false
438+
},
439+
"userProperties": [],
440+
"typeProperties": {
441+
"source": {
442+
"type": "DelimitedTextSource",
443+
"storeSettings": {
444+
"type": "AzureBlobStorageReadSettings",
445+
"recursive": true,
446+
"enablePartitionDiscovery": false
447+
},
448+
"formatSettings": {
449+
"type": "DelimitedTextReadSettings"
450+
}
451+
},
452+
"sink": {
453+
"type": "DelimitedTextSink",
454+
"storeSettings": {
455+
"type": "AzureBlobStorageWriteSettings"
456+
},
457+
"formatSettings": {
458+
"type": "DelimitedTextWriteSettings",
459+
"quoteAllText": true,
460+
"fileExtension": ".txt"
461+
}
462+
},
463+
"enableStaging": false,
464+
"translator": {
465+
"type": "TabularTranslator",
466+
"typeConversion": true,
467+
"typeConversionSettings": {
468+
"allowDataTruncation": true,
469+
"treatBooleanAsNumber": false
470+
}
471+
}
472+
},
473+
"inputs": [
474+
{
475+
"referenceName": "rootDataSet",
476+
"type": "DatasetReference",
477+
"parameters": {
478+
"containerName": {
479+
"value": "@pipeline().parameters.ContainerRootFolder",
480+
"type": "Expression"
481+
},
482+
"directoryName": "current-fileformat/schemafile",
483+
"fileName": {
484+
"value": "@{item().TABLE_SCHEMA}.@{item().TABLE_NAME}.csv",
485+
"type": "Expression"
486+
}
487+
}
488+
}
489+
],
490+
"outputs": [
491+
{
492+
"referenceName": "rootDataSet",
493+
"type": "DatasetReference",
494+
"parameters": {
495+
"containerName": {
496+
"value": "@pipeline().parameters.ContainerRootFolder",
497+
"type": "Expression"
498+
},
499+
"directoryName": "current-fileformat/BkpSchemafile",
500+
"fileName": {
501+
"value": "@{item().TABLE_SCHEMA}.@{item().TABLE_NAME}.csv",
502+
"type": "Expression"
503+
}
504+
}
505+
}
506+
]
420507
}
421508
]
422509
}

community templates/Sensitive Data Discovery with Delphix/manifest.json

Lines changed: 2 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)