[Analyze-704] Run data characterization against public webapi #764
+1,187
−228
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
mock_server
created by @jerome-ng (addeddc-routes.js
for proxy to public webapi DC endpoints)USE_PUBLIC_WEBAPI_PROXY
: Boolean to choose whether to use public webapi proxy or notPUBLIC_WEBAPI_PROXY_URL
: String to set URL for proxy server to call public webapi endpointsExample of rendering


SYNPUF5PCT
from public webapi.EXTRAS:
To run DC against public webapi,
1. Add
USE_PUBLIC_WEBAPI_PROXY=true
to.env.local
file2. Navigate to
ui/apps/vue-mri-ui-lib/src/query-filter/mock_server
, runnpm run start
Merge Checklist
Please cross check this list if additions / modifications needs to be done on top of your core changes and tick them off. Reviewer can as well glance through and help the developer if something is missed out.
develop
branch)