Skip to content

Commit

Permalink
Merge pull request #45 from bennyaustin/dropfiles-config
Browse files Browse the repository at this point in the history
Update delay L1 flag
  • Loading branch information
bennyaustin authored Apr 17, 2023
2 parents e6d1581 + 8b5055a commit ba2df44
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ SELECT 'AIML-OCR' AS [SourceSystemName],
1 AS [ActiveFlag],
1 AS [L1TransformationReqdFlag],
0 AS [L2TransformationReqdFlag],
1 AS [DelayL1TransformationFlag],
0 AS [DelayL1TransformationFlag],
1 AS [DelayL2TransformationFlag]
UNION
SELECT 'AIML-OCR' AS [SourceSystemName],
Expand All @@ -60,7 +60,7 @@ SELECT 'AIML-OCR' AS [SourceSystemName],
1 AS [ActiveFlag],
1 AS [L1TransformationReqdFlag],
0 AS [L2TransformationReqdFlag],
1 AS [DelayL1TransformationFlag],
0 AS [DelayL1TransformationFlag],
1 AS [DelayL2TransformationFlag]

--Merge with Temp table for re-runnability
Expand Down

0 comments on commit ba2df44

Please sign in to comment.