We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Originally coming from here datopian/datahub-qa#154
We need to filter page by findability. Eg I'm interested to see only private datasets of mine
Somewhere here https://github.com/datahq/frontend/blob/master/routes/index.js#L1021 we can check query param and add get datasets by findability We can refactor metastore search https://github.com/datahq/metastore/blob/master/metastore/blueprint.py to search by findability
https://api.datahub.io/metastore/search?q=datahub.ownerid=${ownerid}&token=${jwt}&findability=private
The text was updated successfully, but these errors were encountered:
anuveyatsu
No branches or pull requests
Originally coming from here datopian/datahub-qa#154
We need to filter page by findability. Eg I'm interested to see only private datasets of mine
Acceptance Criteria
Tasks
Analysis
Somewhere here https://github.com/datahq/frontend/blob/master/routes/index.js#L1021 we can check query param and add get datasets by findability
We can refactor metastore search https://github.com/datahq/metastore/blob/master/metastore/blueprint.py to search by findability
@anuveyatsu
Wdyt?
The text was updated successfully, but these errors were encountered: