jekader commented on issue #8442: URL: https://github.com/apache/incubator-devlake/issues/8442#issuecomment-3660957685
I think I found the root cause of why some people still see the issue while it is reported as fixed: older installations use GitHub API to scrub data while GraphQL is used by default on new blueprints and this is what #8583 fixed. There is no way to set the backend from the UI - removed in #7784 so existing pipelines still use the deprecated backend. I updated the DB manually to get around this: `UPDATE lake._tool_github_connections SET enable_graphql=1;` Will open an issue proposing always using GraphQL regardless of what the DB says. -- 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]
