You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `schema_allowlist`: Anarrayofschema names to include. If provided, only schemas in this list will be included in the introspection.
464
+
- `schema_allowlist`: Anarrayofschema names to include. If provided, only schemas in this list will be included in the introspection. If empty, no schemas will be included. If not defined, all schemas will be included.
463
465
- `schema_denylist`: An array of schema names to exclude. Schemas in this list will be excluded from introspection, even if they appear in the allowlist.
Within each schema, you can include or exclude specific tables using these options:
475
477
476
-
- `table_allowlist`: An array of table names to include. If provided, only tables in this list will be included for that schema.
478
+
- `table_allowlist`: An array of table names to include. If provided, only tables in this list will be included for that schema. If empty, no tables will be included for the schema. If not defined, all tables will be included.
477
479
- `table_denylist`: An array of table names to exclude. Tables in this list will be excluded, even if they appear in the allowlist.
0 commit comments