This message was deleted.
# general
s
This message was deleted.
b
Do check out this summit recording: https://druidsummit.org/#wistia-pt7z1v1bza
m
Thanks @Brandon Tan Will take a look on this
s
This is something that works in production: https://github.com/deep-bi/spark-druid-segment-reader You can build an ETL by reading Druid segments in Spark, transform it there and load into your destination tool. You can download a ready to use .jar from here: https://github.com/deep-bi/spark-druid-segment-reader/releases
m
Thanks @Sebastian Zontek, will look into it 🙏 Meanwhile I see following limitation that is not suits our needs
Copy code
Only segments with daily granularity are supported.
s
Thanks @Michael Taranov for letting us know. We’re working on that. You can raise an issue on Github if you’d like.
@Michael Taranov FYI, we just added a new feature that removes that limitation: https://github.com/deep-bi/spark-druid-segment-reader/pull/4
🙌 1