Skip to content

Commit

Permalink
fix(openapi): fix openapi openlineage endpoint (datahub-project#10019)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Mar 8, 2024
1 parent 28b11d4 commit 4dddd7f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ public class SpringWebConfig implements WebMvcConfigurer {
private static final Set<String> SCHEMA_REGISTRY_PACKAGES =
Set.of("io.datahubproject.openapi.schema.registry");

private static final Set<String> OPENLINEAGE_PACKAGES = Set.of("io.datahubproject.openlineage");
private static final Set<String> OPENLINEAGE_PACKAGES =
Set.of("io.datahubproject.openapi.openlineage");

public static final Set<String> NONDEFAULT_OPENAPI_PACKAGES;

Expand Down

0 comments on commit 4dddd7f

Please sign in to comment.