diff --git a/dcsazure_AzureSQL_to_AzureSQL_mask_pl/dcsazure_AzureSQL_to_AzureSQL_mask_pl.json b/dcsazure_AzureSQL_to_AzureSQL_mask_pl/dcsazure_AzureSQL_to_AzureSQL_mask_pl.json index bf35de5..5f4e9d4 100644 --- a/dcsazure_AzureSQL_to_AzureSQL_mask_pl/dcsazure_AzureSQL_to_AzureSQL_mask_pl.json +++ b/dcsazure_AzureSQL_to_AzureSQL_mask_pl/dcsazure_AzureSQL_to_AzureSQL_mask_pl.json @@ -1203,12 +1203,12 @@ " store: 'sqlserver',", " schemaName: ($DF_SINK_SCHEMA),", " tableName: ($DF_SINK_TABLE),", - " preSQLs:['concat(\\'SET IDENTITY_INSERT\\', \\' \\', $DF_SINK_SCHEMA, \\'.\\', $DF_SINK_TABLE, \\' \\', \\'OFF\\')'],", + " preSQLs:[(concat(\\'SET IDENTITY_INSERT\\', \\' \\', $DF_SINK_SCHEMA, \\'.\\', $DF_SINK_TABLE, \\' \\', \\'OFF\\'))],", " insertable: true,", " updateable: false,", " deletable: false,", " upsertable: false,", - " postSQLs:['concat(\\'SET IDENTITY_INSERT\\', \\' \\', $DF_SINK_SCHEMA, \\'.\\', $DF_SINK_TABLE, \\' \\', \\'ON\\')'],", + " postSQLs:[(concat(\\'SET IDENTITY_INSERT\\', \\' \\', $DF_SINK_SCHEMA, \\'.\\', $DF_SINK_TABLE, \\' \\', \\'ON\\'))],", " skipDuplicateMapInputs: true,", " skipDuplicateMapOutputs: true,", " errorHandlingOption: 'stopOnFirstError',", @@ -1760,12 +1760,12 @@ " store: 'sqlserver',", " schemaName: ($DF_SINK_SCHEMA),", " tableName: ($DF_SINK_TABLE),", - " preSQLs:['concat(\\'SET IDENTITY_INSERT\\', \\' \\', $DF_SINK_SCHEMA, \\'.\\', $DF_SINK_TABLE, \\' \\', \\'OFF\\')'],", + " preSQLs:[(concat(\\'SET IDENTITY_INSERT\\', \\' \\', $DF_SINK_SCHEMA, \\'.\\', $DF_SINK_TABLE, \\' \\', \\'OFF\\'))],", " insertable: true,", " updateable: false,", " deletable: false,", " upsertable: false,", - " postSQLs:['concat(\\'SET IDENTITY_INSERT\\', \\' \\', $DF_SINK_SCHEMA, \\'.\\', $DF_SINK_TABLE, \\' \\', \\'ON\\')'],", + " postSQLs:[(concat(\\'SET IDENTITY_INSERT\\', \\' \\', $DF_SINK_SCHEMA, \\'.\\', $DF_SINK_TABLE, \\' \\', \\'ON\\'))],", " skipDuplicateMapInputs: true,", " skipDuplicateMapOutputs: true,", " errorHandlingOption: 'stopOnFirstError',",