-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Time Range Filter for Bulk API #1369
Conversation
Signed-off-by: Saad Khan <[email protected]>
Signed-off-by: Saad Khan <[email protected]>
@@ -144,6 +144,10 @@ public void addDataSourcesFromConfigFile(String configFileName) { | |||
DataSourceInfo dataSourceInfo = new ExperimentDBService().loadDataSourceFromDBByName(name); | |||
if (null != dataSourceInfo) { | |||
LOGGER.error("Datasource: {} already exists!", name); | |||
// add the auth details to local object |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change related to PR ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this was pulled from #1358 . It needs to be merged first.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@msvinaykumar To avoid confusion, I have removed this change from this PR now. This can be merged now, no dependency on #1358 now.
@khansaad Please resolve the conflicts |
Signed-off-by: Saad Khan <[email protected]>
Signed-off-by: Saad Khan <[email protected]>
Done |
@khansaad This needs an example to be added in the Documentation |
Signed-off-by: Saad Khan <[email protected]>
Signed-off-by: Saad Khan <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This PR adds the feature to get the bulk API result within a specified duration i.e. start and end time.
Note: This is on top of 1358 which needs to be merged first.
Fixes # (issue)
Type of change
How has this been tested?
Please describe the tests that were run to verify your changes and steps to reproduce. Please specify any test configuration required.
Test Configuration
Checklist 🎯
Additional information
Include any additional information such as links, test results, screenshots here