Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing error message to avoid user confusion (#1222)
We still use `Override` internally, however in config there is `tableName` ``` processors: - name: my-query-processor type: quesma-v1-processor-query config: indexes: kibana_sample_data_ecommerce: target: [ my-clickhouse-data-source ] tableName: "kibana_sample_data_ecommerce_ext" ``` This PR updates property name according to configuration and documentation
- Loading branch information