Skip to content

Commit 546233f

Browse files
authored
Merge pull request #116 from wingriderr/master
pipeline id edited
2 parents c7b7be1 + 3e0980d commit 546233f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MetadataDB/procfwk/Stored Procedures/CheckForBlockedPipelines.sql

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BEGIN
3030
SELECT
3131
[PipelineId],
3232
[StageId],
33-
[AdfPipelineRunId]
33+
[PipelineRunId]
3434
FROM
3535
[procfwk].[CurrentExecution]
3636
WHERE

0 commit comments

Comments
 (0)