Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "name": "Copy MatterDetail to FinRep",
- "properties": {
- "activities": [
- {
- "name": "Copy MatterDetail to Blob Storage",
- "type": "Copy",
- "dependsOn": [],
- "policy": {
- "timeout": "0.12:00:00",
- "retry": 0,
- "retryIntervalInSeconds": 30,
- "secureOutput": false,
- "secureInput": false
- },
- "userProperties": [],
- "typeProperties": {
- "source": {
- "type": "SqlDWSource",
- "queryTimeout": "02:00:00",
- "partitionOption": "None"
- },
- "sink": {
- "type": "SqlServerSink",
- "preCopyScript": "TRUNCATE TABLE [FinRep].[dbo].[t_Ext]",
- "writeBehavior": "insert",
- "sqlWriterUseTableLock": false,
- "tableOption": "autoCreate"
- },
- "enableStaging": false,
- "validateDataConsistency": true,
- "logSettings": {
- "enableCopyActivityLog": true,
- "copyActivityLogSettings": {
- "logLevel": "Warning",
- "enableReliableLogging": false
- },
- "logLocationSettings": {
- "linkedServiceName": {
- "referenceName": "DataLakeStorage01",
- "type": "LinkedServiceReference"
- }
- }
- },
- "translator": {
- "type": "TabularTranslator",
- "mappings": [
- {
- "source": {
- "name": "DW_MatterDetail_ID",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "DW_MatterDetail_ID",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "ServiceLine",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "ServiceLine",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "FinanceServiceLine",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "FinanceServiceLine",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "ServiceLineCode",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "ServiceLineCode",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "Offering",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "Offering",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "MatterCategory",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "MatterCategory",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "ProjectType",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "ProjectType",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "BookDate",
- "type": "DateTime",
- "physicalType": "datetime"
- },
- "sink": {
- "name": "BookDate",
- "type": "DateTime",
- "physicalType": "datetime"
- }
- },
- {
- "source": {
- "name": "EngagementLetterSignedDate",
- "type": "DateTime",
- "physicalType": "datetime"
- },
- "sink": {
- "name": "EngagementLetterSignedDate",
- "type": "DateTime",
- "physicalType": "datetime"
- }
- },
- {
- "source": {
- "name": "CloseDate",
- "type": "DateTime",
- "physicalType": "datetime"
- },
- "sink": {
- "name": "CloseDate",
- "type": "DateTime",
- "physicalType": "datetime"
- }
- },
- {
- "source": {
- "name": "FinalIntakeCreatedDate",
- "type": "DateTime",
- "physicalType": "datetime"
- },
- "sink": {
- "name": "FinalIntakeCreatedDate",
- "type": "DateTime",
- "physicalType": "datetime"
- }
- },
- {
- "source": {
- "name": "MasterBookDate",
- "type": "DateTime",
- "physicalType": "datetime"
- },
- "sink": {
- "name": "MasterBookDate",
- "type": "DateTime",
- "physicalType": "datetime"
- }
- },
- {
- "source": {
- "name": "MasterBookYear",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "MasterBookYear",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "MasterBookQuarter",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "MasterBookQuarter",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "MasterBookMonth",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "MasterBookMonth",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "MasterBookWeek",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "MasterBookWeek",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "FO",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "FO",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "MatterNumber",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "MatterNumber",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "MatterIndex",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "MatterIndex",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "FinanceStatus",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "FinanceStatus",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "ClientName",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "ClientName",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "BillingState",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "BillingState",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "ClientAccountBillingCity",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "ClientAccountBillingCity",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "OriginalWIP",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 8,
- "precision": 38
- },
- "sink": {
- "name": "OriginalWIP",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 8,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "AdjustedWIP",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 8,
- "precision": 38
- },
- "sink": {
- "name": "AdjustedWIP",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 8,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "3E_AdjWIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "3E_AdjWIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "PriorWeekAdjWIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "PriorWeekAdjWIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "3E_PriorWeekAdjWIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "3E_PriorWeekAdjWIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "TotalAdjustedWIPTier1",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "TotalAdjustedWIPTier1",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "TotalAdjustedWIPTier2",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "TotalAdjustedWIPTier2",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "TotalAdjustedWIPTier3",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "TotalAdjustedWIPTier3",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "TotalAdjustedWIPTier4",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "TotalAdjustedWIPTier4",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "FinalCredit",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "FinalCredit",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "ValueAssessment",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "ValueAssessment",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "BDID",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "BDID",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "BD",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "BD",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "RDID",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "RDID",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "RD",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "RD",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "BD2ID",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "BD2ID",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "BD2",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "BD2",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "RD2ID",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "RD2ID",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "RD2",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "RD2",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "BDisRD",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "BDisRD",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "MatterDisplayName",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "MatterDisplayName",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "ProjectName",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "ProjectName",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "MinTaxYear",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "MinTaxYear",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "MaxTaxYear",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "MaxTaxYear",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "Industry",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "Industry",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "SubIndustry",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "SubIndustry",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "NAICSCode",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "NAICSCode",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "ParentCPA",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "ParentCPA",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "ParentCPAFirmID",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "ParentCPAFirmID",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "ParentCPAFirmAlliance",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "ParentCPAFirmAlliance",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "ParentCPAFirmBillingCity",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "ParentCPAFirmBillingCity",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "ParentCPAFirmBillingState",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "ParentCPAFirmBillingState",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "ChildCPA",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "ChildCPA",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "CPAFirmID",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "CPAFirmID",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "CPAAlliance",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "CPAAlliance",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "FeeCapPercentageType",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "FeeCapPercentageType",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "FeeType",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "FeeType",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "FeeCapPercent",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "FeeCapPercent",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "OpportunityID",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "OpportunityID",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "NewExistingClient",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "NewExistingClient",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "NewExistingCPAFlag",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "NewExistingCPAFlag",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "NewExistingCPAParentFlag",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "NewExistingCPAParentFlag",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "NumberofEmployees",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "NumberofEmployees",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "Year",
- "type": "Int16",
- "physicalType": "smallint"
- },
- "sink": {
- "name": "Year",
- "type": "Int16",
- "physicalType": "smallint"
- }
- },
- {
- "source": {
- "name": "QuarterID",
- "type": "Int16",
- "physicalType": "smallint"
- },
- "sink": {
- "name": "QuarterID",
- "type": "Int16",
- "physicalType": "smallint"
- }
- },
- {
- "source": {
- "name": "MonthID",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "MonthID",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "Month",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "Month",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "WeekID",
- "type": "Int16",
- "physicalType": "smallint"
- },
- "sink": {
- "name": "WeekID",
- "type": "Int16",
- "physicalType": "smallint"
- }
- },
- {
- "source": {
- "name": "ClientAccountID",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "ClientAccountID",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "Evergreen",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "Evergreen",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "AutoRenewal",
- "type": "Boolean",
- "physicalType": "bit"
- },
- "sink": {
- "name": "AutoRenewal",
- "type": "Boolean",
- "physicalType": "bit"
- }
- },
- {
- "source": {
- "name": "OneTimeAdjusted",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "OneTimeAdjusted",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "PBDAllocationPercent",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 8,
- "precision": 38
- },
- "sink": {
- "name": "PBDAllocationPercent",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 8,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "SBDAllocationPercent",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 8,
- "precision": 38
- },
- "sink": {
- "name": "SBDAllocationPercent",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 8,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "PRDAllocationPercent",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 8,
- "precision": 38
- },
- "sink": {
- "name": "PRDAllocationPercent",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 8,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "SRDAllocationPercent",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 8,
- "precision": 38
- },
- "sink": {
- "name": "SRDAllocationPercent",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 8,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "PBDAllocatedWIP",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- },
- "sink": {
- "name": "PBDAllocatedWIP",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "SBDAllocatedWIP",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- },
- "sink": {
- "name": "SBDAllocatedWIP",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "PRDAllocatedWIP",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- },
- "sink": {
- "name": "PRDAllocatedWIP",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "SRDAllocatedWIP",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- },
- "sink": {
- "name": "SRDAllocatedWIP",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "PBDAllocatedOriginalWip",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- },
- "sink": {
- "name": "PBDAllocatedOriginalWip",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "SBDAllocatedOriginalWip",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- },
- "sink": {
- "name": "SBDAllocatedOriginalWip",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "PRDAllocatedOriginalWip",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- },
- "sink": {
- "name": "PRDAllocatedOriginalWip",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "SRDAllocatedOriginalWip",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- },
- "sink": {
- "name": "SRDAllocatedOriginalWip",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 6,
- "precision": 38
- }
- },
- {
- "source": {
- "name": "PBDCommissionPercent",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "PBDCommissionPercent",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "SBDCommissionPercent",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "SBDCommissionPercent",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "PRDCommissionPercent",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "PRDCommissionPercent",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "SRDCommissionPercent",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "SRDCommissionPercent",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "PM",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "PM",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "TD",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "TD",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "Billed",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "Billed",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "Collected",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "Collected",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "RemainingWIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "RemainingWIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "BilledAmtFlag",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "BilledAmtFlag",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "ReferralCategory",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "ReferralCategory",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "ReferralSubCategory",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "ReferralSubCategory",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "DerivedCategory",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "DerivedCategory",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "IsDirect",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "IsDirect",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "IsEandA",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "IsEandA",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "IsCPA",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "IsCPA",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "IsClientEmployee",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "IsClientEmployee",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "IsIPandA",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "IsIPandA",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "IndustryPatnership",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "IndustryPatnership",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "IPAAccount",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "IPAAccount",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "ReferringAccount",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "ReferringAccount",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "MainTermReason",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "MainTermReason",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "SubTermReason",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "SubTermReason",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "TaskDue",
- "type": "DateTime",
- "physicalType": "date"
- },
- "sink": {
- "name": "TaskDue",
- "type": "DateTime",
- "physicalType": "date"
- }
- },
- {
- "source": {
- "name": "TaskCompleted",
- "type": "DateTime",
- "physicalType": "date"
- },
- "sink": {
- "name": "TaskCompleted",
- "type": "DateTime",
- "physicalType": "date"
- }
- },
- {
- "source": {
- "name": "MatterStatus",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "MatterStatus",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "Matterstatuscode",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "Matterstatuscode",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "MatterStatusDate",
- "type": "DateTime",
- "physicalType": "datetime"
- },
- "sink": {
- "name": "MatterStatusDate",
- "type": "DateTime",
- "physicalType": "datetime"
- }
- },
- {
- "source": {
- "name": "NumberSubmission",
- "type": "DateTime",
- "physicalType": "date"
- },
- "sink": {
- "name": "NumberSubmission",
- "type": "DateTime",
- "physicalType": "date"
- }
- },
- {
- "source": {
- "name": "BillingGroupName",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "BillingGroupName",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "BillingGroupDescription",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "BillingGroupDescription",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "StageName",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "StageName",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "DataLoadedOn",
- "type": "DateTime",
- "physicalType": "datetime"
- },
- "sink": {
- "name": "DataLoadedOn",
- "type": "DateTime",
- "physicalType": "datetime"
- }
- },
- {
- "source": {
- "name": "WipVariance",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "WipVariance",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "PC_VADate",
- "type": "DateTime",
- "physicalType": "datetime"
- },
- "sink": {
- "name": "PC_VADate",
- "type": "DateTime",
- "physicalType": "datetime"
- }
- },
- {
- "source": {
- "name": "PC_Status",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "PC_Status",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "FinancePriorWeekWIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "FinancePriorWeekWIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "PC_TriggerType",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "PC_TriggerType",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "ConferenceName",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "ConferenceName",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "MS_OpIndustryDesc",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "MS_OpIndustryDesc",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "Workyear",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "Workyear",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "PH_EffStart",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "PH_EffStart",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "CPAFirmBillingState",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "CPAFirmBillingState",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "CPAFirmBillingCity",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "CPAFirmBillingCity",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "PBDPRD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "PBDPRD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "PBDSRD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "PBDSRD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "SBDPRD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "SBDPRD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "SBDSRD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "SBDSRD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "PRDPBD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "PRDPBD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "PRDSBD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "PRDSBD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "SRDPBD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "SRDPBD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "SRDSBD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "SRDSBD_WIP_Variance",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "PBDPRD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "PBDPRD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "PBDSRD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "PBDSRD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "SBDPRD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "SBDPRD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "SBDSRD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "SBDSRD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "PRDPBD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "PRDPBD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "PRDSBD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "PRDSBD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "SRDPBD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "SRDPBD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "SRDSBD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- },
- "sink": {
- "name": "SRDSBD_FinancePriorWeek_WIP",
- "type": "Double",
- "physicalType": "float"
- }
- },
- {
- "source": {
- "name": "Renegotiated_Matter",
- "type": "Boolean",
- "physicalType": "bit"
- },
- "sink": {
- "name": "Renegotiated_Matter",
- "type": "Boolean",
- "physicalType": "bit"
- }
- },
- {
- "source": {
- "name": "FinanceEvergreenCode",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "FinanceEvergreenCode",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "Evergreen_Description",
- "type": "String",
- "physicalType": "nvarchar"
- },
- "sink": {
- "name": "Evergreen_Description",
- "type": "String",
- "physicalType": "nvarchar"
- }
- },
- {
- "source": {
- "name": "Region",
- "type": "String",
- "physicalType": "varchar"
- },
- "sink": {
- "name": "Region",
- "type": "String",
- "physicalType": "varchar"
- }
- },
- {
- "source": {
- "name": "Split Matter",
- "type": "Boolean",
- "physicalType": "bit"
- },
- "sink": {
- "name": "Split Matter",
- "type": "Boolean",
- "physicalType": "bit"
- }
- },
- {
- "source": {
- "name": "MatterTaxYear",
- "type": "Int32",
- "physicalType": "int"
- },
- "sink": {
- "name": "MatterTaxYear",
- "type": "Int32",
- "physicalType": "int"
- }
- },
- {
- "source": {
- "name": "Billable Hours",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 5,
- "precision": 16
- },
- "sink": {
- "name": "Billable Hours",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 5,
- "precision": 16
- }
- },
- {
- "source": {
- "name": "Total Hours",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 5,
- "precision": 16
- },
- "sink": {
- "name": "Total Hours",
- "type": "Decimal",
- "physicalType": "decimal",
- "scale": 5,
- "precision": 16
- }
- }
- ],
- "typeConversion": true,
- "typeConversionSettings": {
- "allowDataTruncation": true,
- "treatBooleanAsNumber": false
- }
- }
- },
- "inputs": [
- {
- "referenceName": "AzureSynapseAnalyticsMatterDetail",
- "type": "DatasetReference"
- }
- ],
- "outputs": [
- {
- "referenceName": "SqlServerFinRep",
- "type": "DatasetReference"
- }
- ]
- }
- ],
- "annotations": []
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement