If I've got a couple extensions, does anyone have ...
# general
h
If I've got a couple extensions, does anyone have a sense of whether I need to include their table names in the
--enable_tables
parameter in order for scheduled queries to see them?
s
You should not need to.
j
afaik, if enable_tables is empty you dont have to do so.
s
Well… It depends. If it’s empty, all tables will be enabled. If you list some, it acts as an allow lists limited to those tables.