Hello. We were wondering what’s the preferred way...
# general
m
Hello. We were wondering what’s the preferred way for creating tables/schema. Is there any reason not to just use the web page?
j
it kind of depends on your requirements/who your users are. if the people creating the tables aren’t pinot experts, then they probably don’t want to fill out a bunch of values they don’t understand. if you need change management before creating/updating tables, then you need something like git or a database to keep track of changes.
but generally for experimenting the web page works well enough
👍 1
m
Yeah, especially when you have a lot of tables to create manage, automation via rest apis also comes in handy