Skip to content

Commit

Permalink
Revert "Generate seed connector specs on build (#7501)"
Browse files Browse the repository at this point in the history
This reverts commit a534bb2.
  • Loading branch information
lmossman committed Nov 3, 2021
1 parent 0c2fcb8 commit b94ee00
Show file tree
Hide file tree
Showing 23 changed files with 69 additions and 9,185 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
public enum SeedType {

STANDARD_SOURCE_DEFINITION("/seed/source_definitions.yaml", "sourceDefinitionId"),
STANDARD_DESTINATION_DEFINITION("/seed/destination_definitions.yaml", "destinationDefinitionId"),
SOURCE_SPEC("/seed/source_specs.yaml", "dockerImage"),
DESTINATION_SPEC("/seed/destination_specs.yaml", "dockerImage");
STANDARD_DESTINATION_DEFINITION("/seed/destination_definitions.yaml", "destinationDefinitionId");

final String resourcePath;
// ID field name
Expand Down
Loading

0 comments on commit b94ee00

Please sign in to comment.