Advertisement
takz

trigger set up

May 1st, 2025
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 94.23 KB | None | 0 0
  1. {
  2.     "name": "Copy MatterDetail to FinRep",
  3.     "properties": {
  4.         "activities": [
  5.             {
  6.                 "name": "Copy MatterDetail to Blob Storage",
  7.                 "type": "Copy",
  8.                 "dependsOn": [],
  9.                 "policy": {
  10.                     "timeout": "0.12:00:00",
  11.                     "retry": 0,
  12.                     "retryIntervalInSeconds": 30,
  13.                     "secureOutput": false,
  14.                     "secureInput": false
  15.                 },
  16.                 "userProperties": [],
  17.                 "typeProperties": {
  18.                     "source": {
  19.                         "type": "SqlDWSource",
  20.                         "queryTimeout": "02:00:00",
  21.                         "partitionOption": "None"
  22.                     },
  23.                     "sink": {
  24.                         "type": "SqlServerSink",
  25.                         "preCopyScript": "TRUNCATE TABLE [FinRep].[dbo].[t_Ext]",
  26.                         "writeBehavior": "insert",
  27.                         "sqlWriterUseTableLock": false,
  28.                         "tableOption": "autoCreate"
  29.                     },
  30.                     "enableStaging": false,
  31.                     "validateDataConsistency": true,
  32.                     "logSettings": {
  33.                         "enableCopyActivityLog": true,
  34.                         "copyActivityLogSettings": {
  35.                             "logLevel": "Warning",
  36.                             "enableReliableLogging": false
  37.                         },
  38.                         "logLocationSettings": {
  39.                             "linkedServiceName": {
  40.                                 "referenceName": "DataLakeStorage01",
  41.                                 "type": "LinkedServiceReference"
  42.                             }
  43.                         }
  44.                     },
  45.                     "translator": {
  46.                         "type": "TabularTranslator",
  47.                         "mappings": [
  48.                             {
  49.                                 "source": {
  50.                                     "name": "DW_MatterDetail_ID",
  51.                                     "type": "Int32",
  52.                                     "physicalType": "int"
  53.                                 },
  54.                                 "sink": {
  55.                                     "name": "DW_MatterDetail_ID",
  56.                                     "type": "Int32",
  57.                                     "physicalType": "int"
  58.                                 }
  59.                             },
  60.                             {
  61.                                 "source": {
  62.                                     "name": "ServiceLine",
  63.                                     "type": "String",
  64.                                     "physicalType": "nvarchar"
  65.                                 },
  66.                                 "sink": {
  67.                                     "name": "ServiceLine",
  68.                                     "type": "String",
  69.                                     "physicalType": "nvarchar"
  70.                                 }
  71.                             },
  72.                             {
  73.                                 "source": {
  74.                                     "name": "FinanceServiceLine",
  75.                                     "type": "String",
  76.                                     "physicalType": "nvarchar"
  77.                                 },
  78.                                 "sink": {
  79.                                     "name": "FinanceServiceLine",
  80.                                     "type": "String",
  81.                                     "physicalType": "nvarchar"
  82.                                 }
  83.                             },
  84.                             {
  85.                                 "source": {
  86.                                     "name": "ServiceLineCode",
  87.                                     "type": "Int32",
  88.                                     "physicalType": "int"
  89.                                 },
  90.                                 "sink": {
  91.                                     "name": "ServiceLineCode",
  92.                                     "type": "Int32",
  93.                                     "physicalType": "int"
  94.                                 }
  95.                             },
  96.                             {
  97.                                 "source": {
  98.                                     "name": "Offering",
  99.                                     "type": "String",
  100.                                     "physicalType": "nvarchar"
  101.                                 },
  102.                                 "sink": {
  103.                                     "name": "Offering",
  104.                                     "type": "String",
  105.                                     "physicalType": "nvarchar"
  106.                                 }
  107.                             },
  108.                             {
  109.                                 "source": {
  110.                                     "name": "MatterCategory",
  111.                                     "type": "String",
  112.                                     "physicalType": "nvarchar"
  113.                                 },
  114.                                 "sink": {
  115.                                     "name": "MatterCategory",
  116.                                     "type": "String",
  117.                                     "physicalType": "nvarchar"
  118.                                 }
  119.                             },
  120.                             {
  121.                                 "source": {
  122.                                     "name": "ProjectType",
  123.                                     "type": "String",
  124.                                     "physicalType": "varchar"
  125.                                 },
  126.                                 "sink": {
  127.                                     "name": "ProjectType",
  128.                                     "type": "String",
  129.                                     "physicalType": "varchar"
  130.                                 }
  131.                             },
  132.                             {
  133.                                 "source": {
  134.                                     "name": "BookDate",
  135.                                     "type": "DateTime",
  136.                                     "physicalType": "datetime"
  137.                                 },
  138.                                 "sink": {
  139.                                     "name": "BookDate",
  140.                                     "type": "DateTime",
  141.                                     "physicalType": "datetime"
  142.                                 }
  143.                             },
  144.                             {
  145.                                 "source": {
  146.                                     "name": "EngagementLetterSignedDate",
  147.                                     "type": "DateTime",
  148.                                     "physicalType": "datetime"
  149.                                 },
  150.                                 "sink": {
  151.                                     "name": "EngagementLetterSignedDate",
  152.                                     "type": "DateTime",
  153.                                     "physicalType": "datetime"
  154.                                 }
  155.                             },
  156.                             {
  157.                                 "source": {
  158.                                     "name": "CloseDate",
  159.                                     "type": "DateTime",
  160.                                     "physicalType": "datetime"
  161.                                 },
  162.                                 "sink": {
  163.                                     "name": "CloseDate",
  164.                                     "type": "DateTime",
  165.                                     "physicalType": "datetime"
  166.                                 }
  167.                             },
  168.                             {
  169.                                 "source": {
  170.                                     "name": "FinalIntakeCreatedDate",
  171.                                     "type": "DateTime",
  172.                                     "physicalType": "datetime"
  173.                                 },
  174.                                 "sink": {
  175.                                     "name": "FinalIntakeCreatedDate",
  176.                                     "type": "DateTime",
  177.                                     "physicalType": "datetime"
  178.                                 }
  179.                             },
  180.                             {
  181.                                 "source": {
  182.                                     "name": "MasterBookDate",
  183.                                     "type": "DateTime",
  184.                                     "physicalType": "datetime"
  185.                                 },
  186.                                 "sink": {
  187.                                     "name": "MasterBookDate",
  188.                                     "type": "DateTime",
  189.                                     "physicalType": "datetime"
  190.                                 }
  191.                             },
  192.                             {
  193.                                 "source": {
  194.                                     "name": "MasterBookYear",
  195.                                     "type": "Int32",
  196.                                     "physicalType": "int"
  197.                                 },
  198.                                 "sink": {
  199.                                     "name": "MasterBookYear",
  200.                                     "type": "Int32",
  201.                                     "physicalType": "int"
  202.                                 }
  203.                             },
  204.                             {
  205.                                 "source": {
  206.                                     "name": "MasterBookQuarter",
  207.                                     "type": "Int32",
  208.                                     "physicalType": "int"
  209.                                 },
  210.                                 "sink": {
  211.                                     "name": "MasterBookQuarter",
  212.                                     "type": "Int32",
  213.                                     "physicalType": "int"
  214.                                 }
  215.                             },
  216.                             {
  217.                                 "source": {
  218.                                     "name": "MasterBookMonth",
  219.                                     "type": "Int32",
  220.                                     "physicalType": "int"
  221.                                 },
  222.                                 "sink": {
  223.                                     "name": "MasterBookMonth",
  224.                                     "type": "Int32",
  225.                                     "physicalType": "int"
  226.                                 }
  227.                             },
  228.                             {
  229.                                 "source": {
  230.                                     "name": "MasterBookWeek",
  231.                                     "type": "Int32",
  232.                                     "physicalType": "int"
  233.                                 },
  234.                                 "sink": {
  235.                                     "name": "MasterBookWeek",
  236.                                     "type": "Int32",
  237.                                     "physicalType": "int"
  238.                                 }
  239.                             },
  240.                             {
  241.                                 "source": {
  242.                                     "name": "FO",
  243.                                     "type": "String",
  244.                                     "physicalType": "varchar"
  245.                                 },
  246.                                 "sink": {
  247.                                     "name": "FO",
  248.                                     "type": "String",
  249.                                     "physicalType": "varchar"
  250.                                 }
  251.                             },
  252.                             {
  253.                                 "source": {
  254.                                     "name": "MatterNumber",
  255.                                     "type": "String",
  256.                                     "physicalType": "nvarchar"
  257.                                 },
  258.                                 "sink": {
  259.                                     "name": "MatterNumber",
  260.                                     "type": "String",
  261.                                     "physicalType": "nvarchar"
  262.                                 }
  263.                             },
  264.                             {
  265.                                 "source": {
  266.                                     "name": "MatterIndex",
  267.                                     "type": "Int32",
  268.                                     "physicalType": "int"
  269.                                 },
  270.                                 "sink": {
  271.                                     "name": "MatterIndex",
  272.                                     "type": "Int32",
  273.                                     "physicalType": "int"
  274.                                 }
  275.                             },
  276.                             {
  277.                                 "source": {
  278.                                     "name": "FinanceStatus",
  279.                                     "type": "String",
  280.                                     "physicalType": "nvarchar"
  281.                                 },
  282.                                 "sink": {
  283.                                     "name": "FinanceStatus",
  284.                                     "type": "String",
  285.                                     "physicalType": "nvarchar"
  286.                                 }
  287.                             },
  288.                             {
  289.                                 "source": {
  290.                                     "name": "ClientName",
  291.                                     "type": "String",
  292.                                     "physicalType": "nvarchar"
  293.                                 },
  294.                                 "sink": {
  295.                                     "name": "ClientName",
  296.                                     "type": "String",
  297.                                     "physicalType": "nvarchar"
  298.                                 }
  299.                             },
  300.                             {
  301.                                 "source": {
  302.                                     "name": "BillingState",
  303.                                     "type": "String",
  304.                                     "physicalType": "nvarchar"
  305.                                 },
  306.                                 "sink": {
  307.                                     "name": "BillingState",
  308.                                     "type": "String",
  309.                                     "physicalType": "nvarchar"
  310.                                 }
  311.                             },
  312.                             {
  313.                                 "source": {
  314.                                     "name": "ClientAccountBillingCity",
  315.                                     "type": "String",
  316.                                     "physicalType": "nvarchar"
  317.                                 },
  318.                                 "sink": {
  319.                                     "name": "ClientAccountBillingCity",
  320.                                     "type": "String",
  321.                                     "physicalType": "nvarchar"
  322.                                 }
  323.                             },
  324.                             {
  325.                                 "source": {
  326.                                     "name": "OriginalWIP",
  327.                                     "type": "Decimal",
  328.                                     "physicalType": "decimal",
  329.                                     "scale": 8,
  330.                                     "precision": 38
  331.                                 },
  332.                                 "sink": {
  333.                                     "name": "OriginalWIP",
  334.                                     "type": "Decimal",
  335.                                     "physicalType": "decimal",
  336.                                     "scale": 8,
  337.                                     "precision": 38
  338.                                 }
  339.                             },
  340.                             {
  341.                                 "source": {
  342.                                     "name": "AdjustedWIP",
  343.                                     "type": "Decimal",
  344.                                     "physicalType": "decimal",
  345.                                     "scale": 8,
  346.                                     "precision": 38
  347.                                 },
  348.                                 "sink": {
  349.                                     "name": "AdjustedWIP",
  350.                                     "type": "Decimal",
  351.                                     "physicalType": "decimal",
  352.                                     "scale": 8,
  353.                                     "precision": 38
  354.                                 }
  355.                             },
  356.                             {
  357.                                 "source": {
  358.                                     "name": "3E_AdjWIP",
  359.                                     "type": "Double",
  360.                                     "physicalType": "float"
  361.                                 },
  362.                                 "sink": {
  363.                                     "name": "3E_AdjWIP",
  364.                                     "type": "Double",
  365.                                     "physicalType": "float"
  366.                                 }
  367.                             },
  368.                             {
  369.                                 "source": {
  370.                                     "name": "PriorWeekAdjWIP",
  371.                                     "type": "Double",
  372.                                     "physicalType": "float"
  373.                                 },
  374.                                 "sink": {
  375.                                     "name": "PriorWeekAdjWIP",
  376.                                     "type": "Double",
  377.                                     "physicalType": "float"
  378.                                 }
  379.                             },
  380.                             {
  381.                                 "source": {
  382.                                     "name": "3E_PriorWeekAdjWIP",
  383.                                     "type": "Double",
  384.                                     "physicalType": "float"
  385.                                 },
  386.                                 "sink": {
  387.                                     "name": "3E_PriorWeekAdjWIP",
  388.                                     "type": "Double",
  389.                                     "physicalType": "float"
  390.                                 }
  391.                             },
  392.                             {
  393.                                 "source": {
  394.                                     "name": "TotalAdjustedWIPTier1",
  395.                                     "type": "Double",
  396.                                     "physicalType": "float"
  397.                                 },
  398.                                 "sink": {
  399.                                     "name": "TotalAdjustedWIPTier1",
  400.                                     "type": "Double",
  401.                                     "physicalType": "float"
  402.                                 }
  403.                             },
  404.                             {
  405.                                 "source": {
  406.                                     "name": "TotalAdjustedWIPTier2",
  407.                                     "type": "Double",
  408.                                     "physicalType": "float"
  409.                                 },
  410.                                 "sink": {
  411.                                     "name": "TotalAdjustedWIPTier2",
  412.                                     "type": "Double",
  413.                                     "physicalType": "float"
  414.                                 }
  415.                             },
  416.                             {
  417.                                 "source": {
  418.                                     "name": "TotalAdjustedWIPTier3",
  419.                                     "type": "Double",
  420.                                     "physicalType": "float"
  421.                                 },
  422.                                 "sink": {
  423.                                     "name": "TotalAdjustedWIPTier3",
  424.                                     "type": "Double",
  425.                                     "physicalType": "float"
  426.                                 }
  427.                             },
  428.                             {
  429.                                 "source": {
  430.                                     "name": "TotalAdjustedWIPTier4",
  431.                                     "type": "Double",
  432.                                     "physicalType": "float"
  433.                                 },
  434.                                 "sink": {
  435.                                     "name": "TotalAdjustedWIPTier4",
  436.                                     "type": "Double",
  437.                                     "physicalType": "float"
  438.                                 }
  439.                             },
  440.                             {
  441.                                 "source": {
  442.                                     "name": "FinalCredit",
  443.                                     "type": "Double",
  444.                                     "physicalType": "float"
  445.                                 },
  446.                                 "sink": {
  447.                                     "name": "FinalCredit",
  448.                                     "type": "Double",
  449.                                     "physicalType": "float"
  450.                                 }
  451.                             },
  452.                             {
  453.                                 "source": {
  454.                                     "name": "ValueAssessment",
  455.                                     "type": "Double",
  456.                                     "physicalType": "float"
  457.                                 },
  458.                                 "sink": {
  459.                                     "name": "ValueAssessment",
  460.                                     "type": "Double",
  461.                                     "physicalType": "float"
  462.                                 }
  463.                             },
  464.                             {
  465.                                 "source": {
  466.                                     "name": "BDID",
  467.                                     "type": "String",
  468.                                     "physicalType": "nvarchar"
  469.                                 },
  470.                                 "sink": {
  471.                                     "name": "BDID",
  472.                                     "type": "String",
  473.                                     "physicalType": "nvarchar"
  474.                                 }
  475.                             },
  476.                             {
  477.                                 "source": {
  478.                                     "name": "BD",
  479.                                     "type": "String",
  480.                                     "physicalType": "nvarchar"
  481.                                 },
  482.                                 "sink": {
  483.                                     "name": "BD",
  484.                                     "type": "String",
  485.                                     "physicalType": "nvarchar"
  486.                                 }
  487.                             },
  488.                             {
  489.                                 "source": {
  490.                                     "name": "RDID",
  491.                                     "type": "String",
  492.                                     "physicalType": "nvarchar"
  493.                                 },
  494.                                 "sink": {
  495.                                     "name": "RDID",
  496.                                     "type": "String",
  497.                                     "physicalType": "nvarchar"
  498.                                 }
  499.                             },
  500.                             {
  501.                                 "source": {
  502.                                     "name": "RD",
  503.                                     "type": "String",
  504.                                     "physicalType": "nvarchar"
  505.                                 },
  506.                                 "sink": {
  507.                                     "name": "RD",
  508.                                     "type": "String",
  509.                                     "physicalType": "nvarchar"
  510.                                 }
  511.                             },
  512.                             {
  513.                                 "source": {
  514.                                     "name": "BD2ID",
  515.                                     "type": "String",
  516.                                     "physicalType": "nvarchar"
  517.                                 },
  518.                                 "sink": {
  519.                                     "name": "BD2ID",
  520.                                     "type": "String",
  521.                                     "physicalType": "nvarchar"
  522.                                 }
  523.                             },
  524.                             {
  525.                                 "source": {
  526.                                     "name": "BD2",
  527.                                     "type": "String",
  528.                                     "physicalType": "nvarchar"
  529.                                 },
  530.                                 "sink": {
  531.                                     "name": "BD2",
  532.                                     "type": "String",
  533.                                     "physicalType": "nvarchar"
  534.                                 }
  535.                             },
  536.                             {
  537.                                 "source": {
  538.                                     "name": "RD2ID",
  539.                                     "type": "String",
  540.                                     "physicalType": "nvarchar"
  541.                                 },
  542.                                 "sink": {
  543.                                     "name": "RD2ID",
  544.                                     "type": "String",
  545.                                     "physicalType": "nvarchar"
  546.                                 }
  547.                             },
  548.                             {
  549.                                 "source": {
  550.                                     "name": "RD2",
  551.                                     "type": "String",
  552.                                     "physicalType": "nvarchar"
  553.                                 },
  554.                                 "sink": {
  555.                                     "name": "RD2",
  556.                                     "type": "String",
  557.                                     "physicalType": "nvarchar"
  558.                                 }
  559.                             },
  560.                             {
  561.                                 "source": {
  562.                                     "name": "BDisRD",
  563.                                     "type": "String",
  564.                                     "physicalType": "varchar"
  565.                                 },
  566.                                 "sink": {
  567.                                     "name": "BDisRD",
  568.                                     "type": "String",
  569.                                     "physicalType": "varchar"
  570.                                 }
  571.                             },
  572.                             {
  573.                                 "source": {
  574.                                     "name": "MatterDisplayName",
  575.                                     "type": "String",
  576.                                     "physicalType": "varchar"
  577.                                 },
  578.                                 "sink": {
  579.                                     "name": "MatterDisplayName",
  580.                                     "type": "String",
  581.                                     "physicalType": "varchar"
  582.                                 }
  583.                             },
  584.                             {
  585.                                 "source": {
  586.                                     "name": "ProjectName",
  587.                                     "type": "String",
  588.                                     "physicalType": "varchar"
  589.                                 },
  590.                                 "sink": {
  591.                                     "name": "ProjectName",
  592.                                     "type": "String",
  593.                                     "physicalType": "varchar"
  594.                                 }
  595.                             },
  596.                             {
  597.                                 "source": {
  598.                                     "name": "MinTaxYear",
  599.                                     "type": "Int32",
  600.                                     "physicalType": "int"
  601.                                 },
  602.                                 "sink": {
  603.                                     "name": "MinTaxYear",
  604.                                     "type": "Int32",
  605.                                     "physicalType": "int"
  606.                                 }
  607.                             },
  608.                             {
  609.                                 "source": {
  610.                                     "name": "MaxTaxYear",
  611.                                     "type": "Int32",
  612.                                     "physicalType": "int"
  613.                                 },
  614.                                 "sink": {
  615.                                     "name": "MaxTaxYear",
  616.                                     "type": "Int32",
  617.                                     "physicalType": "int"
  618.                                 }
  619.                             },
  620.                             {
  621.                                 "source": {
  622.                                     "name": "Industry",
  623.                                     "type": "String",
  624.                                     "physicalType": "varchar"
  625.                                 },
  626.                                 "sink": {
  627.                                     "name": "Industry",
  628.                                     "type": "String",
  629.                                     "physicalType": "varchar"
  630.                                 }
  631.                             },
  632.                             {
  633.                                 "source": {
  634.                                     "name": "SubIndustry",
  635.                                     "type": "String",
  636.                                     "physicalType": "nvarchar"
  637.                                 },
  638.                                 "sink": {
  639.                                     "name": "SubIndustry",
  640.                                     "type": "String",
  641.                                     "physicalType": "nvarchar"
  642.                                 }
  643.                             },
  644.                             {
  645.                                 "source": {
  646.                                     "name": "NAICSCode",
  647.                                     "type": "Int32",
  648.                                     "physicalType": "int"
  649.                                 },
  650.                                 "sink": {
  651.                                     "name": "NAICSCode",
  652.                                     "type": "Int32",
  653.                                     "physicalType": "int"
  654.                                 }
  655.                             },
  656.                             {
  657.                                 "source": {
  658.                                     "name": "ParentCPA",
  659.                                     "type": "String",
  660.                                     "physicalType": "varchar"
  661.                                 },
  662.                                 "sink": {
  663.                                     "name": "ParentCPA",
  664.                                     "type": "String",
  665.                                     "physicalType": "varchar"
  666.                                 }
  667.                             },
  668.                             {
  669.                                 "source": {
  670.                                     "name": "ParentCPAFirmID",
  671.                                     "type": "String",
  672.                                     "physicalType": "varchar"
  673.                                 },
  674.                                 "sink": {
  675.                                     "name": "ParentCPAFirmID",
  676.                                     "type": "String",
  677.                                     "physicalType": "varchar"
  678.                                 }
  679.                             },
  680.                             {
  681.                                 "source": {
  682.                                     "name": "ParentCPAFirmAlliance",
  683.                                     "type": "String",
  684.                                     "physicalType": "varchar"
  685.                                 },
  686.                                 "sink": {
  687.                                     "name": "ParentCPAFirmAlliance",
  688.                                     "type": "String",
  689.                                     "physicalType": "varchar"
  690.                                 }
  691.                             },
  692.                             {
  693.                                 "source": {
  694.                                     "name": "ParentCPAFirmBillingCity",
  695.                                     "type": "String",
  696.                                     "physicalType": "varchar"
  697.                                 },
  698.                                 "sink": {
  699.                                     "name": "ParentCPAFirmBillingCity",
  700.                                     "type": "String",
  701.                                     "physicalType": "varchar"
  702.                                 }
  703.                             },
  704.                             {
  705.                                 "source": {
  706.                                     "name": "ParentCPAFirmBillingState",
  707.                                     "type": "String",
  708.                                     "physicalType": "varchar"
  709.                                 },
  710.                                 "sink": {
  711.                                     "name": "ParentCPAFirmBillingState",
  712.                                     "type": "String",
  713.                                     "physicalType": "varchar"
  714.                                 }
  715.                             },
  716.                             {
  717.                                 "source": {
  718.                                     "name": "ChildCPA",
  719.                                     "type": "String",
  720.                                     "physicalType": "varchar"
  721.                                 },
  722.                                 "sink": {
  723.                                     "name": "ChildCPA",
  724.                                     "type": "String",
  725.                                     "physicalType": "varchar"
  726.                                 }
  727.                             },
  728.                             {
  729.                                 "source": {
  730.                                     "name": "CPAFirmID",
  731.                                     "type": "String",
  732.                                     "physicalType": "varchar"
  733.                                 },
  734.                                 "sink": {
  735.                                     "name": "CPAFirmID",
  736.                                     "type": "String",
  737.                                     "physicalType": "varchar"
  738.                                 }
  739.                             },
  740.                             {
  741.                                 "source": {
  742.                                     "name": "CPAAlliance",
  743.                                     "type": "String",
  744.                                     "physicalType": "varchar"
  745.                                 },
  746.                                 "sink": {
  747.                                     "name": "CPAAlliance",
  748.                                     "type": "String",
  749.                                     "physicalType": "varchar"
  750.                                 }
  751.                             },
  752.                             {
  753.                                 "source": {
  754.                                     "name": "FeeCapPercentageType",
  755.                                     "type": "String",
  756.                                     "physicalType": "varchar"
  757.                                 },
  758.                                 "sink": {
  759.                                     "name": "FeeCapPercentageType",
  760.                                     "type": "String",
  761.                                     "physicalType": "varchar"
  762.                                 }
  763.                             },
  764.                             {
  765.                                 "source": {
  766.                                     "name": "FeeType",
  767.                                     "type": "String",
  768.                                     "physicalType": "varchar"
  769.                                 },
  770.                                 "sink": {
  771.                                     "name": "FeeType",
  772.                                     "type": "String",
  773.                                     "physicalType": "varchar"
  774.                                 }
  775.                             },
  776.                             {
  777.                                 "source": {
  778.                                     "name": "FeeCapPercent",
  779.                                     "type": "Double",
  780.                                     "physicalType": "float"
  781.                                 },
  782.                                 "sink": {
  783.                                     "name": "FeeCapPercent",
  784.                                     "type": "Double",
  785.                                     "physicalType": "float"
  786.                                 }
  787.                             },
  788.                             {
  789.                                 "source": {
  790.                                     "name": "OpportunityID",
  791.                                     "type": "String",
  792.                                     "physicalType": "varchar"
  793.                                 },
  794.                                 "sink": {
  795.                                     "name": "OpportunityID",
  796.                                     "type": "String",
  797.                                     "physicalType": "varchar"
  798.                                 }
  799.                             },
  800.                             {
  801.                                 "source": {
  802.                                     "name": "NewExistingClient",
  803.                                     "type": "String",
  804.                                     "physicalType": "varchar"
  805.                                 },
  806.                                 "sink": {
  807.                                     "name": "NewExistingClient",
  808.                                     "type": "String",
  809.                                     "physicalType": "varchar"
  810.                                 }
  811.                             },
  812.                             {
  813.                                 "source": {
  814.                                     "name": "NewExistingCPAFlag",
  815.                                     "type": "String",
  816.                                     "physicalType": "nvarchar"
  817.                                 },
  818.                                 "sink": {
  819.                                     "name": "NewExistingCPAFlag",
  820.                                     "type": "String",
  821.                                     "physicalType": "nvarchar"
  822.                                 }
  823.                             },
  824.                             {
  825.                                 "source": {
  826.                                     "name": "NewExistingCPAParentFlag",
  827.                                     "type": "String",
  828.                                     "physicalType": "nvarchar"
  829.                                 },
  830.                                 "sink": {
  831.                                     "name": "NewExistingCPAParentFlag",
  832.                                     "type": "String",
  833.                                     "physicalType": "nvarchar"
  834.                                 }
  835.                             },
  836.                             {
  837.                                 "source": {
  838.                                     "name": "NumberofEmployees",
  839.                                     "type": "Int32",
  840.                                     "physicalType": "int"
  841.                                 },
  842.                                 "sink": {
  843.                                     "name": "NumberofEmployees",
  844.                                     "type": "Int32",
  845.                                     "physicalType": "int"
  846.                                 }
  847.                             },
  848.                             {
  849.                                 "source": {
  850.                                     "name": "Year",
  851.                                     "type": "Int16",
  852.                                     "physicalType": "smallint"
  853.                                 },
  854.                                 "sink": {
  855.                                     "name": "Year",
  856.                                     "type": "Int16",
  857.                                     "physicalType": "smallint"
  858.                                 }
  859.                             },
  860.                             {
  861.                                 "source": {
  862.                                     "name": "QuarterID",
  863.                                     "type": "Int16",
  864.                                     "physicalType": "smallint"
  865.                                 },
  866.                                 "sink": {
  867.                                     "name": "QuarterID",
  868.                                     "type": "Int16",
  869.                                     "physicalType": "smallint"
  870.                                 }
  871.                             },
  872.                             {
  873.                                 "source": {
  874.                                     "name": "MonthID",
  875.                                     "type": "Int32",
  876.                                     "physicalType": "int"
  877.                                 },
  878.                                 "sink": {
  879.                                     "name": "MonthID",
  880.                                     "type": "Int32",
  881.                                     "physicalType": "int"
  882.                                 }
  883.                             },
  884.                             {
  885.                                 "source": {
  886.                                     "name": "Month",
  887.                                     "type": "Int32",
  888.                                     "physicalType": "int"
  889.                                 },
  890.                                 "sink": {
  891.                                     "name": "Month",
  892.                                     "type": "Int32",
  893.                                     "physicalType": "int"
  894.                                 }
  895.                             },
  896.                             {
  897.                                 "source": {
  898.                                     "name": "WeekID",
  899.                                     "type": "Int16",
  900.                                     "physicalType": "smallint"
  901.                                 },
  902.                                 "sink": {
  903.                                     "name": "WeekID",
  904.                                     "type": "Int16",
  905.                                     "physicalType": "smallint"
  906.                                 }
  907.                             },
  908.                             {
  909.                                 "source": {
  910.                                     "name": "ClientAccountID",
  911.                                     "type": "String",
  912.                                     "physicalType": "nvarchar"
  913.                                 },
  914.                                 "sink": {
  915.                                     "name": "ClientAccountID",
  916.                                     "type": "String",
  917.                                     "physicalType": "nvarchar"
  918.                                 }
  919.                             },
  920.                             {
  921.                                 "source": {
  922.                                     "name": "Evergreen",
  923.                                     "type": "Int32",
  924.                                     "physicalType": "int"
  925.                                 },
  926.                                 "sink": {
  927.                                     "name": "Evergreen",
  928.                                     "type": "Int32",
  929.                                     "physicalType": "int"
  930.                                 }
  931.                             },
  932.                             {
  933.                                 "source": {
  934.                                     "name": "AutoRenewal",
  935.                                     "type": "Boolean",
  936.                                     "physicalType": "bit"
  937.                                 },
  938.                                 "sink": {
  939.                                     "name": "AutoRenewal",
  940.                                     "type": "Boolean",
  941.                                     "physicalType": "bit"
  942.                                 }
  943.                             },
  944.                             {
  945.                                 "source": {
  946.                                     "name": "OneTimeAdjusted",
  947.                                     "type": "Int32",
  948.                                     "physicalType": "int"
  949.                                 },
  950.                                 "sink": {
  951.                                     "name": "OneTimeAdjusted",
  952.                                     "type": "Int32",
  953.                                     "physicalType": "int"
  954.                                 }
  955.                             },
  956.                             {
  957.                                 "source": {
  958.                                     "name": "PBDAllocationPercent",
  959.                                     "type": "Decimal",
  960.                                     "physicalType": "decimal",
  961.                                     "scale": 8,
  962.                                     "precision": 38
  963.                                 },
  964.                                 "sink": {
  965.                                     "name": "PBDAllocationPercent",
  966.                                     "type": "Decimal",
  967.                                     "physicalType": "decimal",
  968.                                     "scale": 8,
  969.                                     "precision": 38
  970.                                 }
  971.                             },
  972.                             {
  973.                                 "source": {
  974.                                     "name": "SBDAllocationPercent",
  975.                                     "type": "Decimal",
  976.                                     "physicalType": "decimal",
  977.                                     "scale": 8,
  978.                                     "precision": 38
  979.                                 },
  980.                                 "sink": {
  981.                                     "name": "SBDAllocationPercent",
  982.                                     "type": "Decimal",
  983.                                     "physicalType": "decimal",
  984.                                     "scale": 8,
  985.                                     "precision": 38
  986.                                 }
  987.                             },
  988.                             {
  989.                                 "source": {
  990.                                     "name": "PRDAllocationPercent",
  991.                                     "type": "Decimal",
  992.                                     "physicalType": "decimal",
  993.                                     "scale": 8,
  994.                                     "precision": 38
  995.                                 },
  996.                                 "sink": {
  997.                                     "name": "PRDAllocationPercent",
  998.                                     "type": "Decimal",
  999.                                     "physicalType": "decimal",
  1000.                                     "scale": 8,
  1001.                                     "precision": 38
  1002.                                 }
  1003.                             },
  1004.                             {
  1005.                                 "source": {
  1006.                                     "name": "SRDAllocationPercent",
  1007.                                     "type": "Decimal",
  1008.                                     "physicalType": "decimal",
  1009.                                     "scale": 8,
  1010.                                     "precision": 38
  1011.                                 },
  1012.                                 "sink": {
  1013.                                     "name": "SRDAllocationPercent",
  1014.                                     "type": "Decimal",
  1015.                                     "physicalType": "decimal",
  1016.                                     "scale": 8,
  1017.                                     "precision": 38
  1018.                                 }
  1019.                             },
  1020.                             {
  1021.                                 "source": {
  1022.                                     "name": "PBDAllocatedWIP",
  1023.                                     "type": "Decimal",
  1024.                                     "physicalType": "decimal",
  1025.                                     "scale": 6,
  1026.                                     "precision": 38
  1027.                                 },
  1028.                                 "sink": {
  1029.                                     "name": "PBDAllocatedWIP",
  1030.                                     "type": "Decimal",
  1031.                                     "physicalType": "decimal",
  1032.                                     "scale": 6,
  1033.                                     "precision": 38
  1034.                                 }
  1035.                             },
  1036.                             {
  1037.                                 "source": {
  1038.                                     "name": "SBDAllocatedWIP",
  1039.                                     "type": "Decimal",
  1040.                                     "physicalType": "decimal",
  1041.                                     "scale": 6,
  1042.                                     "precision": 38
  1043.                                 },
  1044.                                 "sink": {
  1045.                                     "name": "SBDAllocatedWIP",
  1046.                                     "type": "Decimal",
  1047.                                     "physicalType": "decimal",
  1048.                                     "scale": 6,
  1049.                                     "precision": 38
  1050.                                 }
  1051.                             },
  1052.                             {
  1053.                                 "source": {
  1054.                                     "name": "PRDAllocatedWIP",
  1055.                                     "type": "Decimal",
  1056.                                     "physicalType": "decimal",
  1057.                                     "scale": 6,
  1058.                                     "precision": 38
  1059.                                 },
  1060.                                 "sink": {
  1061.                                     "name": "PRDAllocatedWIP",
  1062.                                     "type": "Decimal",
  1063.                                     "physicalType": "decimal",
  1064.                                     "scale": 6,
  1065.                                     "precision": 38
  1066.                                 }
  1067.                             },
  1068.                             {
  1069.                                 "source": {
  1070.                                     "name": "SRDAllocatedWIP",
  1071.                                     "type": "Decimal",
  1072.                                     "physicalType": "decimal",
  1073.                                     "scale": 6,
  1074.                                     "precision": 38
  1075.                                 },
  1076.                                 "sink": {
  1077.                                     "name": "SRDAllocatedWIP",
  1078.                                     "type": "Decimal",
  1079.                                     "physicalType": "decimal",
  1080.                                     "scale": 6,
  1081.                                     "precision": 38
  1082.                                 }
  1083.                             },
  1084.                             {
  1085.                                 "source": {
  1086.                                     "name": "PBDAllocatedOriginalWip",
  1087.                                     "type": "Decimal",
  1088.                                     "physicalType": "decimal",
  1089.                                     "scale": 6,
  1090.                                     "precision": 38
  1091.                                 },
  1092.                                 "sink": {
  1093.                                     "name": "PBDAllocatedOriginalWip",
  1094.                                     "type": "Decimal",
  1095.                                     "physicalType": "decimal",
  1096.                                     "scale": 6,
  1097.                                     "precision": 38
  1098.                                 }
  1099.                             },
  1100.                             {
  1101.                                 "source": {
  1102.                                     "name": "SBDAllocatedOriginalWip",
  1103.                                     "type": "Decimal",
  1104.                                     "physicalType": "decimal",
  1105.                                     "scale": 6,
  1106.                                     "precision": 38
  1107.                                 },
  1108.                                 "sink": {
  1109.                                     "name": "SBDAllocatedOriginalWip",
  1110.                                     "type": "Decimal",
  1111.                                     "physicalType": "decimal",
  1112.                                     "scale": 6,
  1113.                                     "precision": 38
  1114.                                 }
  1115.                             },
  1116.                             {
  1117.                                 "source": {
  1118.                                     "name": "PRDAllocatedOriginalWip",
  1119.                                     "type": "Decimal",
  1120.                                     "physicalType": "decimal",
  1121.                                     "scale": 6,
  1122.                                     "precision": 38
  1123.                                 },
  1124.                                 "sink": {
  1125.                                     "name": "PRDAllocatedOriginalWip",
  1126.                                     "type": "Decimal",
  1127.                                     "physicalType": "decimal",
  1128.                                     "scale": 6,
  1129.                                     "precision": 38
  1130.                                 }
  1131.                             },
  1132.                             {
  1133.                                 "source": {
  1134.                                     "name": "SRDAllocatedOriginalWip",
  1135.                                     "type": "Decimal",
  1136.                                     "physicalType": "decimal",
  1137.                                     "scale": 6,
  1138.                                     "precision": 38
  1139.                                 },
  1140.                                 "sink": {
  1141.                                     "name": "SRDAllocatedOriginalWip",
  1142.                                     "type": "Decimal",
  1143.                                     "physicalType": "decimal",
  1144.                                     "scale": 6,
  1145.                                     "precision": 38
  1146.                                 }
  1147.                             },
  1148.                             {
  1149.                                 "source": {
  1150.                                     "name": "PBDCommissionPercent",
  1151.                                     "type": "Double",
  1152.                                     "physicalType": "float"
  1153.                                 },
  1154.                                 "sink": {
  1155.                                     "name": "PBDCommissionPercent",
  1156.                                     "type": "Double",
  1157.                                     "physicalType": "float"
  1158.                                 }
  1159.                             },
  1160.                             {
  1161.                                 "source": {
  1162.                                     "name": "SBDCommissionPercent",
  1163.                                     "type": "Double",
  1164.                                     "physicalType": "float"
  1165.                                 },
  1166.                                 "sink": {
  1167.                                     "name": "SBDCommissionPercent",
  1168.                                     "type": "Double",
  1169.                                     "physicalType": "float"
  1170.                                 }
  1171.                             },
  1172.                             {
  1173.                                 "source": {
  1174.                                     "name": "PRDCommissionPercent",
  1175.                                     "type": "Double",
  1176.                                     "physicalType": "float"
  1177.                                 },
  1178.                                 "sink": {
  1179.                                     "name": "PRDCommissionPercent",
  1180.                                     "type": "Double",
  1181.                                     "physicalType": "float"
  1182.                                 }
  1183.                             },
  1184.                             {
  1185.                                 "source": {
  1186.                                     "name": "SRDCommissionPercent",
  1187.                                     "type": "Double",
  1188.                                     "physicalType": "float"
  1189.                                 },
  1190.                                 "sink": {
  1191.                                     "name": "SRDCommissionPercent",
  1192.                                     "type": "Double",
  1193.                                     "physicalType": "float"
  1194.                                 }
  1195.                             },
  1196.                             {
  1197.                                 "source": {
  1198.                                     "name": "PM",
  1199.                                     "type": "String",
  1200.                                     "physicalType": "nvarchar"
  1201.                                 },
  1202.                                 "sink": {
  1203.                                     "name": "PM",
  1204.                                     "type": "String",
  1205.                                     "physicalType": "nvarchar"
  1206.                                 }
  1207.                             },
  1208.                             {
  1209.                                 "source": {
  1210.                                     "name": "TD",
  1211.                                     "type": "String",
  1212.                                     "physicalType": "nvarchar"
  1213.                                 },
  1214.                                 "sink": {
  1215.                                     "name": "TD",
  1216.                                     "type": "String",
  1217.                                     "physicalType": "nvarchar"
  1218.                                 }
  1219.                             },
  1220.                             {
  1221.                                 "source": {
  1222.                                     "name": "Billed",
  1223.                                     "type": "Double",
  1224.                                     "physicalType": "float"
  1225.                                 },
  1226.                                 "sink": {
  1227.                                     "name": "Billed",
  1228.                                     "type": "Double",
  1229.                                     "physicalType": "float"
  1230.                                 }
  1231.                             },
  1232.                             {
  1233.                                 "source": {
  1234.                                     "name": "Collected",
  1235.                                     "type": "Double",
  1236.                                     "physicalType": "float"
  1237.                                 },
  1238.                                 "sink": {
  1239.                                     "name": "Collected",
  1240.                                     "type": "Double",
  1241.                                     "physicalType": "float"
  1242.                                 }
  1243.                             },
  1244.                             {
  1245.                                 "source": {
  1246.                                     "name": "RemainingWIP",
  1247.                                     "type": "Double",
  1248.                                     "physicalType": "float"
  1249.                                 },
  1250.                                 "sink": {
  1251.                                     "name": "RemainingWIP",
  1252.                                     "type": "Double",
  1253.                                     "physicalType": "float"
  1254.                                 }
  1255.                             },
  1256.                             {
  1257.                                 "source": {
  1258.                                     "name": "BilledAmtFlag",
  1259.                                     "type": "Int32",
  1260.                                     "physicalType": "int"
  1261.                                 },
  1262.                                 "sink": {
  1263.                                     "name": "BilledAmtFlag",
  1264.                                     "type": "Int32",
  1265.                                     "physicalType": "int"
  1266.                                 }
  1267.                             },
  1268.                             {
  1269.                                 "source": {
  1270.                                     "name": "ReferralCategory",
  1271.                                     "type": "String",
  1272.                                     "physicalType": "nvarchar"
  1273.                                 },
  1274.                                 "sink": {
  1275.                                     "name": "ReferralCategory",
  1276.                                     "type": "String",
  1277.                                     "physicalType": "nvarchar"
  1278.                                 }
  1279.                             },
  1280.                             {
  1281.                                 "source": {
  1282.                                     "name": "ReferralSubCategory",
  1283.                                     "type": "String",
  1284.                                     "physicalType": "nvarchar"
  1285.                                 },
  1286.                                 "sink": {
  1287.                                     "name": "ReferralSubCategory",
  1288.                                     "type": "String",
  1289.                                     "physicalType": "nvarchar"
  1290.                                 }
  1291.                             },
  1292.                             {
  1293.                                 "source": {
  1294.                                     "name": "DerivedCategory",
  1295.                                     "type": "String",
  1296.                                     "physicalType": "nvarchar"
  1297.                                 },
  1298.                                 "sink": {
  1299.                                     "name": "DerivedCategory",
  1300.                                     "type": "String",
  1301.                                     "physicalType": "nvarchar"
  1302.                                 }
  1303.                             },
  1304.                             {
  1305.                                 "source": {
  1306.                                     "name": "IsDirect",
  1307.                                     "type": "Int32",
  1308.                                     "physicalType": "int"
  1309.                                 },
  1310.                                 "sink": {
  1311.                                     "name": "IsDirect",
  1312.                                     "type": "Int32",
  1313.                                     "physicalType": "int"
  1314.                                 }
  1315.                             },
  1316.                             {
  1317.                                 "source": {
  1318.                                     "name": "IsEandA",
  1319.                                     "type": "Int32",
  1320.                                     "physicalType": "int"
  1321.                                 },
  1322.                                 "sink": {
  1323.                                     "name": "IsEandA",
  1324.                                     "type": "Int32",
  1325.                                     "physicalType": "int"
  1326.                                 }
  1327.                             },
  1328.                             {
  1329.                                 "source": {
  1330.                                     "name": "IsCPA",
  1331.                                     "type": "Int32",
  1332.                                     "physicalType": "int"
  1333.                                 },
  1334.                                 "sink": {
  1335.                                     "name": "IsCPA",
  1336.                                     "type": "Int32",
  1337.                                     "physicalType": "int"
  1338.                                 }
  1339.                             },
  1340.                             {
  1341.                                 "source": {
  1342.                                     "name": "IsClientEmployee",
  1343.                                     "type": "Int32",
  1344.                                     "physicalType": "int"
  1345.                                 },
  1346.                                 "sink": {
  1347.                                     "name": "IsClientEmployee",
  1348.                                     "type": "Int32",
  1349.                                     "physicalType": "int"
  1350.                                 }
  1351.                             },
  1352.                             {
  1353.                                 "source": {
  1354.                                     "name": "IsIPandA",
  1355.                                     "type": "Int32",
  1356.                                     "physicalType": "int"
  1357.                                 },
  1358.                                 "sink": {
  1359.                                     "name": "IsIPandA",
  1360.                                     "type": "Int32",
  1361.                                     "physicalType": "int"
  1362.                                 }
  1363.                             },
  1364.                             {
  1365.                                 "source": {
  1366.                                     "name": "IndustryPatnership",
  1367.                                     "type": "String",
  1368.                                     "physicalType": "nvarchar"
  1369.                                 },
  1370.                                 "sink": {
  1371.                                     "name": "IndustryPatnership",
  1372.                                     "type": "String",
  1373.                                     "physicalType": "nvarchar"
  1374.                                 }
  1375.                             },
  1376.                             {
  1377.                                 "source": {
  1378.                                     "name": "IPAAccount",
  1379.                                     "type": "String",
  1380.                                     "physicalType": "nvarchar"
  1381.                                 },
  1382.                                 "sink": {
  1383.                                     "name": "IPAAccount",
  1384.                                     "type": "String",
  1385.                                     "physicalType": "nvarchar"
  1386.                                 }
  1387.                             },
  1388.                             {
  1389.                                 "source": {
  1390.                                     "name": "ReferringAccount",
  1391.                                     "type": "String",
  1392.                                     "physicalType": "nvarchar"
  1393.                                 },
  1394.                                 "sink": {
  1395.                                     "name": "ReferringAccount",
  1396.                                     "type": "String",
  1397.                                     "physicalType": "nvarchar"
  1398.                                 }
  1399.                             },
  1400.                             {
  1401.                                 "source": {
  1402.                                     "name": "MainTermReason",
  1403.                                     "type": "String",
  1404.                                     "physicalType": "nvarchar"
  1405.                                 },
  1406.                                 "sink": {
  1407.                                     "name": "MainTermReason",
  1408.                                     "type": "String",
  1409.                                     "physicalType": "nvarchar"
  1410.                                 }
  1411.                             },
  1412.                             {
  1413.                                 "source": {
  1414.                                     "name": "SubTermReason",
  1415.                                     "type": "String",
  1416.                                     "physicalType": "nvarchar"
  1417.                                 },
  1418.                                 "sink": {
  1419.                                     "name": "SubTermReason",
  1420.                                     "type": "String",
  1421.                                     "physicalType": "nvarchar"
  1422.                                 }
  1423.                             },
  1424.                             {
  1425.                                 "source": {
  1426.                                     "name": "TaskDue",
  1427.                                     "type": "DateTime",
  1428.                                     "physicalType": "date"
  1429.                                 },
  1430.                                 "sink": {
  1431.                                     "name": "TaskDue",
  1432.                                     "type": "DateTime",
  1433.                                     "physicalType": "date"
  1434.                                 }
  1435.                             },
  1436.                             {
  1437.                                 "source": {
  1438.                                     "name": "TaskCompleted",
  1439.                                     "type": "DateTime",
  1440.                                     "physicalType": "date"
  1441.                                 },
  1442.                                 "sink": {
  1443.                                     "name": "TaskCompleted",
  1444.                                     "type": "DateTime",
  1445.                                     "physicalType": "date"
  1446.                                 }
  1447.                             },
  1448.                             {
  1449.                                 "source": {
  1450.                                     "name": "MatterStatus",
  1451.                                     "type": "String",
  1452.                                     "physicalType": "nvarchar"
  1453.                                 },
  1454.                                 "sink": {
  1455.                                     "name": "MatterStatus",
  1456.                                     "type": "String",
  1457.                                     "physicalType": "nvarchar"
  1458.                                 }
  1459.                             },
  1460.                             {
  1461.                                 "source": {
  1462.                                     "name": "Matterstatuscode",
  1463.                                     "type": "String",
  1464.                                     "physicalType": "nvarchar"
  1465.                                 },
  1466.                                 "sink": {
  1467.                                     "name": "Matterstatuscode",
  1468.                                     "type": "String",
  1469.                                     "physicalType": "nvarchar"
  1470.                                 }
  1471.                             },
  1472.                             {
  1473.                                 "source": {
  1474.                                     "name": "MatterStatusDate",
  1475.                                     "type": "DateTime",
  1476.                                     "physicalType": "datetime"
  1477.                                 },
  1478.                                 "sink": {
  1479.                                     "name": "MatterStatusDate",
  1480.                                     "type": "DateTime",
  1481.                                     "physicalType": "datetime"
  1482.                                 }
  1483.                             },
  1484.                             {
  1485.                                 "source": {
  1486.                                     "name": "NumberSubmission",
  1487.                                     "type": "DateTime",
  1488.                                     "physicalType": "date"
  1489.                                 },
  1490.                                 "sink": {
  1491.                                     "name": "NumberSubmission",
  1492.                                     "type": "DateTime",
  1493.                                     "physicalType": "date"
  1494.                                 }
  1495.                             },
  1496.                             {
  1497.                                 "source": {
  1498.                                     "name": "BillingGroupName",
  1499.                                     "type": "String",
  1500.                                     "physicalType": "nvarchar"
  1501.                                 },
  1502.                                 "sink": {
  1503.                                     "name": "BillingGroupName",
  1504.                                     "type": "String",
  1505.                                     "physicalType": "nvarchar"
  1506.                                 }
  1507.                             },
  1508.                             {
  1509.                                 "source": {
  1510.                                     "name": "BillingGroupDescription",
  1511.                                     "type": "String",
  1512.                                     "physicalType": "nvarchar"
  1513.                                 },
  1514.                                 "sink": {
  1515.                                     "name": "BillingGroupDescription",
  1516.                                     "type": "String",
  1517.                                     "physicalType": "nvarchar"
  1518.                                 }
  1519.                             },
  1520.                             {
  1521.                                 "source": {
  1522.                                     "name": "StageName",
  1523.                                     "type": "String",
  1524.                                     "physicalType": "nvarchar"
  1525.                                 },
  1526.                                 "sink": {
  1527.                                     "name": "StageName",
  1528.                                     "type": "String",
  1529.                                     "physicalType": "nvarchar"
  1530.                                 }
  1531.                             },
  1532.                             {
  1533.                                 "source": {
  1534.                                     "name": "DataLoadedOn",
  1535.                                     "type": "DateTime",
  1536.                                     "physicalType": "datetime"
  1537.                                 },
  1538.                                 "sink": {
  1539.                                     "name": "DataLoadedOn",
  1540.                                     "type": "DateTime",
  1541.                                     "physicalType": "datetime"
  1542.                                 }
  1543.                             },
  1544.                             {
  1545.                                 "source": {
  1546.                                     "name": "WipVariance",
  1547.                                     "type": "Double",
  1548.                                     "physicalType": "float"
  1549.                                 },
  1550.                                 "sink": {
  1551.                                     "name": "WipVariance",
  1552.                                     "type": "Double",
  1553.                                     "physicalType": "float"
  1554.                                 }
  1555.                             },
  1556.                             {
  1557.                                 "source": {
  1558.                                     "name": "PC_VADate",
  1559.                                     "type": "DateTime",
  1560.                                     "physicalType": "datetime"
  1561.                                 },
  1562.                                 "sink": {
  1563.                                     "name": "PC_VADate",
  1564.                                     "type": "DateTime",
  1565.                                     "physicalType": "datetime"
  1566.                                 }
  1567.                             },
  1568.                             {
  1569.                                 "source": {
  1570.                                     "name": "PC_Status",
  1571.                                     "type": "String",
  1572.                                     "physicalType": "nvarchar"
  1573.                                 },
  1574.                                 "sink": {
  1575.                                     "name": "PC_Status",
  1576.                                     "type": "String",
  1577.                                     "physicalType": "nvarchar"
  1578.                                 }
  1579.                             },
  1580.                             {
  1581.                                 "source": {
  1582.                                     "name": "FinancePriorWeekWIP",
  1583.                                     "type": "Double",
  1584.                                     "physicalType": "float"
  1585.                                 },
  1586.                                 "sink": {
  1587.                                     "name": "FinancePriorWeekWIP",
  1588.                                     "type": "Double",
  1589.                                     "physicalType": "float"
  1590.                                 }
  1591.                             },
  1592.                             {
  1593.                                 "source": {
  1594.                                     "name": "PC_TriggerType",
  1595.                                     "type": "String",
  1596.                                     "physicalType": "nvarchar"
  1597.                                 },
  1598.                                 "sink": {
  1599.                                     "name": "PC_TriggerType",
  1600.                                     "type": "String",
  1601.                                     "physicalType": "nvarchar"
  1602.                                 }
  1603.                             },
  1604.                             {
  1605.                                 "source": {
  1606.                                     "name": "ConferenceName",
  1607.                                     "type": "String",
  1608.                                     "physicalType": "nvarchar"
  1609.                                 },
  1610.                                 "sink": {
  1611.                                     "name": "ConferenceName",
  1612.                                     "type": "String",
  1613.                                     "physicalType": "nvarchar"
  1614.                                 }
  1615.                             },
  1616.                             {
  1617.                                 "source": {
  1618.                                     "name": "MS_OpIndustryDesc",
  1619.                                     "type": "String",
  1620.                                     "physicalType": "nvarchar"
  1621.                                 },
  1622.                                 "sink": {
  1623.                                     "name": "MS_OpIndustryDesc",
  1624.                                     "type": "String",
  1625.                                     "physicalType": "nvarchar"
  1626.                                 }
  1627.                             },
  1628.                             {
  1629.                                 "source": {
  1630.                                     "name": "Workyear",
  1631.                                     "type": "String",
  1632.                                     "physicalType": "nvarchar"
  1633.                                 },
  1634.                                 "sink": {
  1635.                                     "name": "Workyear",
  1636.                                     "type": "String",
  1637.                                     "physicalType": "nvarchar"
  1638.                                 }
  1639.                             },
  1640.                             {
  1641.                                 "source": {
  1642.                                     "name": "PH_EffStart",
  1643.                                     "type": "String",
  1644.                                     "physicalType": "nvarchar"
  1645.                                 },
  1646.                                 "sink": {
  1647.                                     "name": "PH_EffStart",
  1648.                                     "type": "String",
  1649.                                     "physicalType": "nvarchar"
  1650.                                 }
  1651.                             },
  1652.                             {
  1653.                                 "source": {
  1654.                                     "name": "CPAFirmBillingState",
  1655.                                     "type": "String",
  1656.                                     "physicalType": "varchar"
  1657.                                 },
  1658.                                 "sink": {
  1659.                                     "name": "CPAFirmBillingState",
  1660.                                     "type": "String",
  1661.                                     "physicalType": "varchar"
  1662.                                 }
  1663.                             },
  1664.                             {
  1665.                                 "source": {
  1666.                                     "name": "CPAFirmBillingCity",
  1667.                                     "type": "String",
  1668.                                     "physicalType": "varchar"
  1669.                                 },
  1670.                                 "sink": {
  1671.                                     "name": "CPAFirmBillingCity",
  1672.                                     "type": "String",
  1673.                                     "physicalType": "varchar"
  1674.                                 }
  1675.                             },
  1676.                             {
  1677.                                 "source": {
  1678.                                     "name": "PBDPRD_WIP_Variance",
  1679.                                     "type": "Double",
  1680.                                     "physicalType": "float"
  1681.                                 },
  1682.                                 "sink": {
  1683.                                     "name": "PBDPRD_WIP_Variance",
  1684.                                     "type": "Double",
  1685.                                     "physicalType": "float"
  1686.                                 }
  1687.                             },
  1688.                             {
  1689.                                 "source": {
  1690.                                     "name": "PBDSRD_WIP_Variance",
  1691.                                     "type": "Double",
  1692.                                     "physicalType": "float"
  1693.                                 },
  1694.                                 "sink": {
  1695.                                     "name": "PBDSRD_WIP_Variance",
  1696.                                     "type": "Double",
  1697.                                     "physicalType": "float"
  1698.                                 }
  1699.                             },
  1700.                             {
  1701.                                 "source": {
  1702.                                     "name": "SBDPRD_WIP_Variance",
  1703.                                     "type": "Double",
  1704.                                     "physicalType": "float"
  1705.                                 },
  1706.                                 "sink": {
  1707.                                     "name": "SBDPRD_WIP_Variance",
  1708.                                     "type": "Double",
  1709.                                     "physicalType": "float"
  1710.                                 }
  1711.                             },
  1712.                             {
  1713.                                 "source": {
  1714.                                     "name": "SBDSRD_WIP_Variance",
  1715.                                     "type": "Double",
  1716.                                     "physicalType": "float"
  1717.                                 },
  1718.                                 "sink": {
  1719.                                     "name": "SBDSRD_WIP_Variance",
  1720.                                     "type": "Double",
  1721.                                     "physicalType": "float"
  1722.                                 }
  1723.                             },
  1724.                             {
  1725.                                 "source": {
  1726.                                     "name": "PRDPBD_WIP_Variance",
  1727.                                     "type": "Double",
  1728.                                     "physicalType": "float"
  1729.                                 },
  1730.                                 "sink": {
  1731.                                     "name": "PRDPBD_WIP_Variance",
  1732.                                     "type": "Double",
  1733.                                     "physicalType": "float"
  1734.                                 }
  1735.                             },
  1736.                             {
  1737.                                 "source": {
  1738.                                     "name": "PRDSBD_WIP_Variance",
  1739.                                     "type": "Double",
  1740.                                     "physicalType": "float"
  1741.                                 },
  1742.                                 "sink": {
  1743.                                     "name": "PRDSBD_WIP_Variance",
  1744.                                     "type": "Double",
  1745.                                     "physicalType": "float"
  1746.                                 }
  1747.                             },
  1748.                             {
  1749.                                 "source": {
  1750.                                     "name": "SRDPBD_WIP_Variance",
  1751.                                     "type": "Double",
  1752.                                     "physicalType": "float"
  1753.                                 },
  1754.                                 "sink": {
  1755.                                     "name": "SRDPBD_WIP_Variance",
  1756.                                     "type": "Double",
  1757.                                     "physicalType": "float"
  1758.                                 }
  1759.                             },
  1760.                             {
  1761.                                 "source": {
  1762.                                     "name": "SRDSBD_WIP_Variance",
  1763.                                     "type": "Double",
  1764.                                     "physicalType": "float"
  1765.                                 },
  1766.                                 "sink": {
  1767.                                     "name": "SRDSBD_WIP_Variance",
  1768.                                     "type": "Double",
  1769.                                     "physicalType": "float"
  1770.                                 }
  1771.                             },
  1772.                             {
  1773.                                 "source": {
  1774.                                     "name": "PBDPRD_FinancePriorWeek_WIP",
  1775.                                     "type": "Double",
  1776.                                     "physicalType": "float"
  1777.                                 },
  1778.                                 "sink": {
  1779.                                     "name": "PBDPRD_FinancePriorWeek_WIP",
  1780.                                     "type": "Double",
  1781.                                     "physicalType": "float"
  1782.                                 }
  1783.                             },
  1784.                             {
  1785.                                 "source": {
  1786.                                     "name": "PBDSRD_FinancePriorWeek_WIP",
  1787.                                     "type": "Double",
  1788.                                     "physicalType": "float"
  1789.                                 },
  1790.                                 "sink": {
  1791.                                     "name": "PBDSRD_FinancePriorWeek_WIP",
  1792.                                     "type": "Double",
  1793.                                     "physicalType": "float"
  1794.                                 }
  1795.                             },
  1796.                             {
  1797.                                 "source": {
  1798.                                     "name": "SBDPRD_FinancePriorWeek_WIP",
  1799.                                     "type": "Double",
  1800.                                     "physicalType": "float"
  1801.                                 },
  1802.                                 "sink": {
  1803.                                     "name": "SBDPRD_FinancePriorWeek_WIP",
  1804.                                     "type": "Double",
  1805.                                     "physicalType": "float"
  1806.                                 }
  1807.                             },
  1808.                             {
  1809.                                 "source": {
  1810.                                     "name": "SBDSRD_FinancePriorWeek_WIP",
  1811.                                     "type": "Double",
  1812.                                     "physicalType": "float"
  1813.                                 },
  1814.                                 "sink": {
  1815.                                     "name": "SBDSRD_FinancePriorWeek_WIP",
  1816.                                     "type": "Double",
  1817.                                     "physicalType": "float"
  1818.                                 }
  1819.                             },
  1820.                             {
  1821.                                 "source": {
  1822.                                     "name": "PRDPBD_FinancePriorWeek_WIP",
  1823.                                     "type": "Double",
  1824.                                     "physicalType": "float"
  1825.                                 },
  1826.                                 "sink": {
  1827.                                     "name": "PRDPBD_FinancePriorWeek_WIP",
  1828.                                     "type": "Double",
  1829.                                     "physicalType": "float"
  1830.                                 }
  1831.                             },
  1832.                             {
  1833.                                 "source": {
  1834.                                     "name": "PRDSBD_FinancePriorWeek_WIP",
  1835.                                     "type": "Double",
  1836.                                     "physicalType": "float"
  1837.                                 },
  1838.                                 "sink": {
  1839.                                     "name": "PRDSBD_FinancePriorWeek_WIP",
  1840.                                     "type": "Double",
  1841.                                     "physicalType": "float"
  1842.                                 }
  1843.                             },
  1844.                             {
  1845.                                 "source": {
  1846.                                     "name": "SRDPBD_FinancePriorWeek_WIP",
  1847.                                     "type": "Double",
  1848.                                     "physicalType": "float"
  1849.                                 },
  1850.                                 "sink": {
  1851.                                     "name": "SRDPBD_FinancePriorWeek_WIP",
  1852.                                     "type": "Double",
  1853.                                     "physicalType": "float"
  1854.                                 }
  1855.                             },
  1856.                             {
  1857.                                 "source": {
  1858.                                     "name": "SRDSBD_FinancePriorWeek_WIP",
  1859.                                     "type": "Double",
  1860.                                     "physicalType": "float"
  1861.                                 },
  1862.                                 "sink": {
  1863.                                     "name": "SRDSBD_FinancePriorWeek_WIP",
  1864.                                     "type": "Double",
  1865.                                     "physicalType": "float"
  1866.                                 }
  1867.                             },
  1868.                             {
  1869.                                 "source": {
  1870.                                     "name": "Renegotiated_Matter",
  1871.                                     "type": "Boolean",
  1872.                                     "physicalType": "bit"
  1873.                                 },
  1874.                                 "sink": {
  1875.                                     "name": "Renegotiated_Matter",
  1876.                                     "type": "Boolean",
  1877.                                     "physicalType": "bit"
  1878.                                 }
  1879.                             },
  1880.                             {
  1881.                                 "source": {
  1882.                                     "name": "FinanceEvergreenCode",
  1883.                                     "type": "Int32",
  1884.                                     "physicalType": "int"
  1885.                                 },
  1886.                                 "sink": {
  1887.                                     "name": "FinanceEvergreenCode",
  1888.                                     "type": "Int32",
  1889.                                     "physicalType": "int"
  1890.                                 }
  1891.                             },
  1892.                             {
  1893.                                 "source": {
  1894.                                     "name": "Evergreen_Description",
  1895.                                     "type": "String",
  1896.                                     "physicalType": "nvarchar"
  1897.                                 },
  1898.                                 "sink": {
  1899.                                     "name": "Evergreen_Description",
  1900.                                     "type": "String",
  1901.                                     "physicalType": "nvarchar"
  1902.                                 }
  1903.                             },
  1904.                             {
  1905.                                 "source": {
  1906.                                     "name": "Region",
  1907.                                     "type": "String",
  1908.                                     "physicalType": "varchar"
  1909.                                 },
  1910.                                 "sink": {
  1911.                                     "name": "Region",
  1912.                                     "type": "String",
  1913.                                     "physicalType": "varchar"
  1914.                                 }
  1915.                             },
  1916.                             {
  1917.                                 "source": {
  1918.                                     "name": "Split Matter",
  1919.                                     "type": "Boolean",
  1920.                                     "physicalType": "bit"
  1921.                                 },
  1922.                                 "sink": {
  1923.                                     "name": "Split Matter",
  1924.                                     "type": "Boolean",
  1925.                                     "physicalType": "bit"
  1926.                                 }
  1927.                             },
  1928.                             {
  1929.                                 "source": {
  1930.                                     "name": "MatterTaxYear",
  1931.                                     "type": "Int32",
  1932.                                     "physicalType": "int"
  1933.                                 },
  1934.                                 "sink": {
  1935.                                     "name": "MatterTaxYear",
  1936.                                     "type": "Int32",
  1937.                                     "physicalType": "int"
  1938.                                 }
  1939.                             },
  1940.                             {
  1941.                                 "source": {
  1942.                                     "name": "Billable Hours",
  1943.                                     "type": "Decimal",
  1944.                                     "physicalType": "decimal",
  1945.                                     "scale": 5,
  1946.                                     "precision": 16
  1947.                                 },
  1948.                                 "sink": {
  1949.                                     "name": "Billable Hours",
  1950.                                     "type": "Decimal",
  1951.                                     "physicalType": "decimal",
  1952.                                     "scale": 5,
  1953.                                     "precision": 16
  1954.                                 }
  1955.                             },
  1956.                             {
  1957.                                 "source": {
  1958.                                     "name": "Total Hours",
  1959.                                     "type": "Decimal",
  1960.                                     "physicalType": "decimal",
  1961.                                     "scale": 5,
  1962.                                     "precision": 16
  1963.                                 },
  1964.                                 "sink": {
  1965.                                     "name": "Total Hours",
  1966.                                     "type": "Decimal",
  1967.                                     "physicalType": "decimal",
  1968.                                     "scale": 5,
  1969.                                     "precision": 16
  1970.                                 }
  1971.                             }
  1972.                         ],
  1973.                         "typeConversion": true,
  1974.                         "typeConversionSettings": {
  1975.                             "allowDataTruncation": true,
  1976.                             "treatBooleanAsNumber": false
  1977.                         }
  1978.                     }
  1979.                 },
  1980.                 "inputs": [
  1981.                     {
  1982.                         "referenceName": "AzureSynapseAnalyticsMatterDetail",
  1983.                         "type": "DatasetReference"
  1984.                     }
  1985.                 ],
  1986.                 "outputs": [
  1987.                     {
  1988.                         "referenceName": "SqlServerFinRep",
  1989.                         "type": "DatasetReference"
  1990.                     }
  1991.                 ]
  1992.             }
  1993.         ],
  1994.         "annotations": []
  1995.     }
  1996. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement