max_results : int, default None
If specified, will only return up to max_results tables
Returns:
list<>
Examples:
dataset = redivis.organization("Demo").dataset("ghcn_daily_weather_data")
tables = dataset.list_tables()
for table in tables:
print(table.properties) # Properties will be populated with the table.list resource definition