Error loading CloudQuery specs due to missing tables configuration

failed to load spec(s) from ./cloudquery-config.
Error: failed to validate source notion: tables configuration is required.
Hint: set the tables you want to sync by adding `tables: [...]` or use `cloudquery tables` to list available tables

This error occurs when you don’t have any tables specified in your source config. You can either run cloudquery tables to get a list of supported tables (that list can also be found here).