The [default schema name](https://ducklake.select/docs/stable/duckdb/usage/connecting#parameters) for metadata tables is listed as `main`, but that's not true e.g. for postgres, which will default to `public`. If there is differing behavior between catalog types it should be noted. For more details see https://github.com/duckdb/ducklake/issues/557.