REST API producer #469
vicharerohan07
started this conversation in
General
Replies: 1 comment
-
If I understand correctly you are using a default HTTP dispatcher. What REST endpoints have you implemented in your API? The dispatcher makes three calls: HEAD /status
POST /execution-plans
POST /execution-events I also recommend to set the |
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.
-
Background [Optional]
I was trying to call "/Producer" Api from azure Databricks. and this /Producer api is written in C#. I want to send the data to my c# Application and not to any DB. i have install spline agent compatible with the Azure Databricks Runtime versions. but whenever i ran some query and and i am enabling the lineage tracking in python the it gives me error that za.co.absa.spline.harvester.exception.SplineInitializationException: Spark Agent was not able to establish connection to Spline Gateway. HTTP Response: 404
Question
How i can hit the Custom producer API and send the spline data to it using spline agent from databricks. So that i can use it in my business logic ?
Beta Was this translation helpful? Give feedback.
All reactions