-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
feat(spark/openlineage): Openlineage 1.13.1 upgrade #10433
feat(spark/openlineage): Openlineage 1.13.1 upgrade #10433
Conversation
Updating doc
import lombok.extern.slf4j.Slf4j; | ||
import org.apache.http.HttpResponse; |
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.
add httpresponse
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.
Httpresponse is not use anymore, only simplehttpresponse
Update sample ol event
Adding Dagster as platform
To send OpenLineage messages to DataHub using the REST endpoint, simply make a POST request to the following endpoint: | ||
|
||
``` | ||
POST GMS_SERVER_HOST:GMS_PORT/api/v2/lineage |
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.
…hub-project#10433) - Use Openlineage 1.13.1 in Spark Plugin - Add retry option to datahub client and Spark Plugin - Add OpenLineage integration doc
Checklist