About the name of arangoDB- What i want is the on the spark config
to put for each customer different url
for example:
Customer 1:
spark.jars=hdfs:///tmp/spark-2.4-spline-agent-bundle_2.11-2.2.1.jar
spark.sql.queryExecutionListeners=za.co.absa.spline.harvester.listener.SplineQueryExecutionListener
spark.spline.lineageDispatcher.http.producer.url=https://customer1.spline.octopai.com/producer
this will report lineage to DB Customer1
Customer2:
spark.jars=hdfs:///tmp/spark-2.4-spline-agent-bundle_2.11-2.2.1.jar
spark.sql.queryExecutionListeners=za.co.absa.spline.harvester.listener.SplineQueryExecutionListener
spark.spline.lineageDispatcher.http.producer.url=https://customer2.spline.octopai.com/producer
this will report lineage to DB Customer2
But the 2 DBs will be on same server not diffrerent container/server
Is this something that can be done programiclly or by configuration?
Originally posted by @zacaydcloudera in #857
Originally posted by @zacaydcloudera in #857