Google Drive Integration - #2443
Conversation
🔧 Configuration Changes DetectedThis PR contains changes that will affect the Helm chart configuration. A draft infrastructure PR has been automatically created to preview these changes: 📋 Draft PR: https://github.com/theopenlane/openlane-infra/pull/963 Changes Preview:✅ Updated ConfigMap template
The draft infrastructure PR will be closed automatically after this core PR is merged. |
| func persistActionPlanInput(ctx context.Context, db *ent.Client, integration *ent.Integration, createInput ent.CreateActionPlanInput) error { | ||
| // Custom persistence logic required for ActionPlan. | ||
| // Implement lookup and upsert logic below using the createInput fields. | ||
| panic("not implemented: persistActionPlanInput") |
There was a problem hiding this comment.
might be good to just return a not implemented error instead of panic just in case (or add the implementation)
There was a problem hiding this comment.
These are generated resolvers, and private / unexported - the only way you'd hit this call path is by specifying it as the ingest schema for an integration operation in which case you should be implementing the resolver (e.g. adding the necessary annotations to the schemas and the other related tasks)
|


pkg/galato have additional context enhancements / injection