Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into bazarnov/6261-drift…
Browse files Browse the repository at this point in the history
…-oauth
  • Loading branch information
bazarnov committed Nov 3, 2021
2 parents 0336f9f + be80b88 commit 4176cbd
Show file tree
Hide file tree
Showing 24 changed files with 114 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 4176cbd

Please sign in to comment.