Hi Team, Anyone aware of dbt integration with pino...
# general
t
Hi Team, Anyone aware of dbt integration with pinot. I am trying use dbt to transformation data and push the data to pinot
k
No, not yet. Can you file a GitHub issue
t
k
thank you
t
@User Here is my use case I get the raw data from kafka stream . I perform transformation using dbt tool. Transformed data pushed to pinot.
Can you suggest alternative for transformation engine in pinot
k
What kind of transformation.. complex joins or single event transform
t
single event transform for now. logiaal name mapping and some simple derivation and date conversions
k
You can do that in Pinot during ingestion
No need of another tool
t
I will check