-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Target config extended configuration (#945)
This PR implements new variant of `target` configuration where it's a list not an array and can have more attributes (potentially in the future) Current variant is still supported and is a fallback in the case extended version is missing Below ``` kibana_sample_data_flights: target: - my-clickhouse-data-source: useCommonTable: true ``` is equivalent of ``` kibana_sample_data_flights: target: [my-clickhouse-data-source] useCommonTable: true ``` PR contains a bit of duplicated code, something that I would prefer fix in next PR.
- Loading branch information
Showing
4 changed files
with
315 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.