-
Notifications
You must be signed in to change notification settings - Fork 11
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 support for wbcatalog source #216
Conversation
51c86f6
to
5d125a6
Compare
Base structure for the WB catalog integration. TODO:
These depend on some changes needed on the catalog. See #214 |
This can be tested with: tag: ram-rn tag: ram-admin |
@danielfdsilva Please rebase this branch with develop. Had to force update it to purge the bu config files. |
c470444
to
9a9bb92
Compare
a1e81d7
to
dcc4ab1
Compare
@olafveerman I think we should implement this #225 to finish this feature, but it should be ready to test. |
In the process move code to async / await :D
Contribute to WorldBank-Transport/rah#37
Also convert rra-osm-p2p to async/await
Tt would wait indefinitely because the event had been emitted when the listener was added
Using async/await on operations didn't play nice with bluebird Promises. This is also a more vanilla way of handling things
@danielfdsilva Tested the back- and frontend of the Data Catalog. I get the stack up and running and the form looks good. When I select the Catalog as a data source, none of the categories show datasets that can be imported (I changed the empty text): Anything I missed on my end? |
@olafveerman There was another PR open #234 that merged into this one and fixed a couple of issues. I fast-forwarded this branch and now should be all good. |
No description provided.