Skip to content

Integration recommendations based off existing data - #2704

Open
adelowo wants to merge 4 commits into
mainfrom
feat-ISS-2456
Open

Integration recommendations based off existing data#2704
adelowo wants to merge 4 commits into
mainfrom
feat-ISS-2456

Conversation

@adelowo

@adelowo adelowo commented Aug 14, 2026

Copy link
Copy Markdown
Member

extended integration specs to include a new signal field that can contain certain words when found
would lead to a recommendation of the said integration.

added a gala job that would rebuild the recommendations after a new entry to certain schemas ( but only
one job can run at any given time so even bulk creations will default to one ) using exists, err := galaApp.HasActiveJobForTopic(ctx, topic)

currently checks assets, vendors, sso setup , authentication providers used.

query {
  integrationRecommendations {
    edges {
      cursor
      node {
        definitionID
        label
        weight
      }
    }
  }
}

@sonarqubecloud

Copy link
Copy Markdown

@adelowo
adelowo marked this pull request as ready for review August 18, 2026 14:17
@adelowo
adelowo requested a review from a team as a code owner August 18, 2026 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant