OpenMetadata icon indicating copy to clipboard operation
OpenMetadata copied to clipboard

startTs & endTs filters providing paginated data

Open ShaileshParmar11 opened this issue 3 years ago • 2 comments

Backend

http://localhost:3000/api/v1/testCase/sample_data.ecommerce_db.shopify.dim_address.shop_id.column_value_max_to_be_between/testCaseResult?startTs=1660197342&endTs=1661406942

image

Below are the some of end point where we are using startTs & endTs

  • http://localhost:8585/api/v1/testCase
  • http://localhost:8585/api/v1/testCase/{fqn}/testCaseResult
  • http://localhost:8585/api/v1/tables/{fqn}/columnProfile
  • http://localhost:8585/api/v1/tables/{fqn}/tableProfile

UI

  • Replace the max limit for API calls once this is fixed from API

ShaileshParmar11 avatar Aug 25 '22 06:08 ShaileshParmar11

@TeddyCr adding some of the backend tasks to you, Let me know if you have any questions

harshach avatar Sep 18 '22 16:09 harshach

@ShaileshParmar11 here is the PR https://github.com/open-metadata/OpenMetadata/pull/7617 . all of the apis will have fqn, startTs,endTs all of them are mandatory fields that one must pass. Please push your changes into this PR and we can merge all of them together.

harshach avatar Sep 20 '22 23:09 harshach