Skip to content

Commit

Permalink
[Ingest Manager] Replace datasources with inputs when generating …
Browse files Browse the repository at this point in the history
…agent config (#69226)

* Adjust agent config generation, change `datasources` to `inputs`

* Add dataset.type

* Remove dead code

* Revert "Add dataset.type"

This reverts commit fbcf50c.

* Update endpoint policy test assertion
  • Loading branch information
jen-huang authored Jun 17, 2020
1 parent bb03b75 commit 052dfe9
Show file tree
Hide file tree
Showing 12 changed files with 303 additions and 374 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ const CONFIG_KEYS_ORDER = [
'name',
'revision',
'type',
'outputs',
'settings',
'datasources',
'outputs',
'inputs',
'enabled',
'use_output',
'package',
'input',
];
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 052dfe9

Please sign in to comment.