-
Notifications
You must be signed in to change notification settings - Fork 155
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
Cannot send lineage data #522
Comments
@wajda getting similar below error while running spark scala tests "Example1 Job" on branch develop or 0.4-rc1, here are the steps that was performed:
Also it was throwing below error in the logs of spline server
|
@shubhluck, from your logs it looks like you are using an old snapshot Spline version. The config parameter |
Thanks a lot @wajda , I was directly running the docker run command without pulling latest tag for server and UI, please mention in the doc to pull latest repo and then start services. |
@galizzio, the issue should be fixed in 0.4.1. Can you please confirm it? |
Our tests passed. Closing the issue. Please open another one if the error persists. |
Have a very simple test that creates and materializes 1 dataframe using the following SQL query : select 123 as id
I get the following error
rest gateway is returning :
Execution plan sent to the rest gateway by spline agent has indeed a missing childIds field for operations.other with id=3
Adding an empty array childIds field and sending the same json with an API testing tool works fine.
The text was updated successfully, but these errors were encountered: