-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[refactor] - Remove GMS GraphQL Service #3605
[refactor] - Remove GMS GraphQL Service #3605
Conversation
Looks like flaky tests..need a re-run |
Yayyyyy! Thank you Arun! |
@@ -4,7 +4,7 @@ | |||
|
|||
To deploy a new instance of DataHub, perform the following steps. | |||
|
|||
1. Install [docker](https://docs.docker.com/install/) and [docker-compose](https://docs.docker.com/compose/install/) (if | |||
1. Install [docker](https://docs.docker.com/install/), [jq](https://stedolan.github.io/jq/download/) and [docker-compose](https://docs.docker.com/compose/install/) (if |
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.
Nice!!
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.
Overall this LGTM. Thank you so much @arunvasudevan.
Seems that CI is failing - once that is resolved this should be good |
It's not clear to me why it's failing, @arunvasudevan can you merge latest master into this branch and try once more? Seems unrelated to your changes: https://github.com/linkedin/datahub/runs/4279078587?check_suite_focus=true |
Sure! |
cd5e291
to
0a87112
Compare
@jjoyce0510 CI Looks good now. |
LGTM. Thanks again! |
Checklist
Back in Jan'21 when GMS did not have a graphql endpoint this service was added, now that GMS itself hosts both Rest.li and GraphQL endpoints there i snot reason for this service to exist. So, cleaning it up.
Also, found a JQ dependency while installing datahub so added to the quickstart.