This message was deleted.
# general
s
This message was deleted.
t
Hi Shraddha, When you mean connection url, I am assuming you're transforming data with Airflow and want to ingest in Druid? You can submit an ingestion spec (specifying input source and input format of choice) to Druid cluster running via http://localhost:8081/druid/indexer/v1/task (if
druid.host
config not specified) Configuration information w.r.t. ingestion spec can be found here https://druid.apache.org/docs/latest/ingestion/ingestion-spec.html Ingestion tutorial can be found here https://druid.apache.org/docs/latest/tutorials/tutorial-batch.html
s
Thank you so much. This is helpful.