Guest User

Untitled

a guest
Mar 21st, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. {
  2. "name": "Transform Data",
  3. "description": "This will transform work space data.",
  4. "type": "DataLakeAnalyticsU-SQL",
  5. "dependsOn": [
  6. {
  7. "activity": "Copy_workplace_groups_info_2018_03_19_09_32_csv",
  8. "dependencyConditions": [
  9. "Completed"
  10. ]
  11. }
  12. ],
  13. "policy": {
  14. "timeout": "7.00:00:00",
  15. "retry": 0,
  16. "retryIntervalInSeconds": 30,
  17. "secureOutput": false
  18. },
  19. "typeProperties": {
  20. "scriptPath": "Scripts/Script.usql",
  21. "scriptLinkedService": {
  22. "referenceName": "Destination_DataLakeStore_lc0",
  23. "type": "LinkedServiceReference"
  24. }
  25. },
  26. "linkedServiceName": {
  27. "referenceName": "AzureDataLakeAnalyticsForDF",
  28. "type": "LinkedServiceReference"
  29. }
  30. }
Add Comment
Please, Sign In to add comment