diff --git a/plugins/catalog-backend/src/ingestion/processors/GithubDiscoveryProcessor.ts b/plugins/catalog-backend/src/ingestion/processors/GithubDiscoveryProcessor.ts index 983db66de4..f5d317444e 100644 --- a/plugins/catalog-backend/src/ingestion/processors/GithubDiscoveryProcessor.ts +++ b/plugins/catalog-backend/src/ingestion/processors/GithubDiscoveryProcessor.ts @@ -94,6 +94,9 @@ export class GithubDiscoveryProcessor implements CatalogProcessor { type: 'url', target: `${repository.url}${catalogPath}`, }, + // Not all locations may actually exist, since the user defined them as a wildcard pattern. + // Thus, we omit them as optional and let the downstream processor find them while not outputting + // an error if it couldn't. true, ), );