Replies: 2 comments 4 replies
-
I guess it's the same issue as #469. Check the Azure function exposed API as described in the mentioned topic. |
Beta Was this translation helpful? Give feedback.
4 replies
-
Examine the HTTP lineage dispatcher source code to get a better understanding of what's happening inside of it - https://github.com/AbsaOSS/spline-spark-agent/blob/release/0.7.10/core/src/main/scala/za/co/absa/spline/harvester/dispatcher/HttpLineageDispatcher.scala |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Alex,
I'm encountering an error as follow while trying to get the lineage from Databricks and store it in Azure Functions. SplineInitializationException : Spark Agent was not able to establish connection to Spline Gateway. HTTP Response: 404 while trying to enable the spline lineage.
The below is the code i used:
-- This runs fine
-- this throws an error - SplineInitializationException: Spark Agent was not able to establish connection to Spline Gateway. HTTP Response: 404
Could you help me here ?
Beta Was this translation helpful? Give feedback.
All reactions