Skip to content

Commit

Permalink
Merge pull request #55 from bennyaustin/set-L2default
Browse files Browse the repository at this point in the history
Set default L2TransformUpdateCount  to NULL
  • Loading branch information
bennyaustin authored Oct 9, 2024
2 parents a04b0e8 + 46547aa commit 6effa85
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
,@L2TransformADFPipelineRunID UNIQUEIDENTIFIER
,@InputCount INT = NULL
,@L2TransformInsertCount INT = NULL
,@L2TransformUpdateCount INT NULL
,@L2TransformUpdateCount INT = NULL
,@L2TransformDeleteCount INT = NULL
,@DataFromTimestamp Datetime2 = null
,@DataToTimestamp Datetime2 = null
Expand Down

0 comments on commit 6effa85

Please # to comment.