CamilleTeruel commented on code in PR #5454:
URL: 
https://github.com/apache/incubator-devlake/pull/5454#discussion_r1227676730


##########
backend/python/pydevlake/pydevlake/plugin.py:
##########
@@ -139,6 +139,7 @@ def make_pipeline(self, scope_config_pairs: 
list[ScopeConfigPair],
         for tool_scope, _ in scope_config_pairs:
             for scope in self.domain_scopes(tool_scope):
                 scope.id = tool_scope.domain_id()
+                scope.raw_data_params = _raw_data_params(connection.id, 
scope.id)

Review Comment:
   `raw_data_params` is the name of the python attribute, but the column is 
named `_raw_data_params` (see `model.py::RawDataOrigin)



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to