This message was deleted.
# general
s
This message was deleted.
j
Yes -- you can use "SQL Based Ingestion" ... please check out this doc page and let us know if you have specific questions ... https://druid.apache.org/docs/latest/multi-stage-query/index.html
In it's simplest form you are doing an "insert into table2 select * from table1", with partitioning and optional cluster clauses added to the end of the statement. But the "select" part of the statement can really be any select statement that returns data.
You can also do this with a native spec using a Druid Input source in the ioconfig: https://druid.apache.org/docs/latest/ingestion/native-batch-input-sources.html#druid-input-source