You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2023/01/05 06:09:08 UTC

[GitHub] [incubator-devlake] abeizn commented on a diff in pull request #4105: fix: fix gitlab missing transformation rules

abeizn commented on code in PR #4105:
URL: https://github.com/apache/incubator-devlake/pull/4105#discussion_r1062137367


##########
plugins/gitlab/api/blueprint_v200.go:
##########
@@ -132,6 +132,7 @@ func makePipelinePlanV200(subtaskMetas []core.SubTaskMeta, scopes []*core.Bluepr
 		options := make(map[string]interface{})
 		options["connectionId"] = connection.ID
 		options["projectId"] = intScopeId
+		options["transformationRuleId"] = transformationRules.ID

Review Comment:
   need to add it at blueprint?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org