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
Mark Needham
01/19/2022, 10:31 PM
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?