You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if this project supported input from sources other than files. For example, we use the JDBC and JDBC static plugins to load data from relational databases into Elasticsearch. We want to write tests that check all aspects of our pipeline config, including:
Did the configured SQL query/queries select the expected data from the raw data set?
Did it connect to the right database with the right credentials and connection options?
Did it filter and transform the raw data correctly before loading it into Elasticsearch?
The text was updated successfully, but these errors were encountered:
It would be great if this project supported input from sources other than files. For example, we use the JDBC and JDBC static plugins to load data from relational databases into Elasticsearch. We want to write tests that check all aspects of our pipeline config, including:
The text was updated successfully, but these errors were encountered: