Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.44 KB | None | 0 0
  1. {
  2. "errorCode": "2200",
  3. "message": "ErrorCode=InvalidParameter,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=The value of the property 'typeName' is invalid: 'Value cannot be null.rnParameter name: typeName'.,Source=,''Type=System.ArgumentNullException,Message=Value cannot be null.rnParameter name: typeName,Source=Microsoft.DataTransfer.Common,'",
  4. "failureType": "UserError",
  5. "target": "ImportLegs"
  6. }
  7.  
  8. {
  9. "name": "Import Trip Data",
  10. "properties": {
  11. "activities": [
  12. {
  13. "name": "ImportLegs",
  14. "type": "Copy",
  15. "policy": {
  16. "timeout": "7.00:00:00",
  17. "retry": 0,
  18. "retryIntervalInSeconds": 30,
  19. "secureOutput": false,
  20. "secureInput": false
  21. },
  22. "userProperties": [
  23. {
  24. "name": "Source",
  25. "value": "flightleg?StartDate=01/01/2018&EndDate=02/01/2018"
  26. },
  27. {
  28. "name": "Destination",
  29. "value": "[Trip].[Leg]"
  30. }
  31. ],
  32. "typeProperties": {
  33. "source": {
  34. "type": "RestSource",
  35. "httpRequestTimeout": "00:01:40",
  36. "requestInterval": "00.00:00:00.010"
  37. },
  38. "sink": {
  39. "type": "SqlDWSink",
  40. "allowPolyBase": false,
  41. "writeBatchSize": 10000
  42. },
  43. "enableStaging": false,
  44. "enableSkipIncompatibleRow": true,
  45. "translator": {
  46. "type": "TabularTranslator",
  47. "mappings": [
  48. {
  49. "source": {
  50. "path": "id"
  51. },
  52. "sink": {
  53. "name": "Origin"
  54. }
  55. },
  56. {
  57. "source": {
  58. "path": "actualArrivalDateLocal"
  59. },
  60. "sink": {
  61. "name": "Destination"
  62. }
  63. },
  64. {
  65. "source": {
  66. "path": "actualArrivalDateUTC"
  67. },
  68. "sink": {
  69. "name": "FlightLogDistance"
  70. }
  71. },
  72. {
  73. "source": {
  74. "path": "actualBlockTime"
  75. },
  76. "sink": {
  77. "name": "FlightLogFlightTime"
  78. }
  79. },
  80. {
  81. "source": {
  82. "path": "actualDepartureDateLocal"
  83. },
  84. "sink": {
  85. "name": "Aircraft"
  86. }
  87. },
  88. {
  89. "source": {
  90. "path": "actualDepartureDateUTC"
  91. },
  92. "sink": {
  93. "name": "ScheduledDepartDate"
  94. }
  95. }
  96. ]
  97. }
  98. },
  99. "inputs": [
  100. {
  101. "referenceName": "FlightLeg",
  102. "type": "DatasetReference"
  103. }
  104. ],
  105. "outputs": [
  106. {
  107. "referenceName": "TripLegDW",
  108. "type": "DatasetReference"
  109. }
  110. ]
  111. }
  112. ]
  113. },
  114. "type": "Microsoft.DataFactory/factories/pipelines"
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement