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). We have to use this
alias because SQLModel doesn't create columns for attribute starting with a _
--
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]