Filesystem Catalog¶
Bases: IcebergCatalog, FrozenModel
Iceberg Filesystem Catalog (Hadoop Catalog).
Added in 0.15.0
Note
This catalog stores Iceberg tables as nested directories:
{warehouse.path}/{schema}/{table}
Examples:
from onetl.connection import Iceberg
catalog = Iceberg.FilesystemCatalog()
get_config()
¶
Return flat dict with catalog configuration.