Hi Team, Is there anyway to create schema templat...
# general
m
Hi Team, Is there anyway to create schema template in pinot ? I have dozens of tables which share the same schema. For example, I want to create a schema named "my_schema_*", then that schema will apply on every table starts with my_schema_ prefix.
m
You can explicitly set the schema in the table config (it doesn't have to be the same as the table name). Or does that not help in this situation?
m
Yes, multiple tables can share the same schema
m
ok great, thanks. I confused with UI behavior 👍
👍 1