Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
getdaft / catalog / pyiceberg.py
Size: Mime:
"""DEPRECATED: Please use `Catalog.from_iceberg`, these APIs will be removed in the next release."""

from __future__ import annotations

from daft.catalog.__iceberg import IcebergCatalog, IcebergTable

# TODO deprecated catalog APIs #3819
PyIcebergCatalogAdaptor = IcebergCatalog

# TODO deprecated catalog APIs #3819
PyIcebergTableAdaptor = IcebergTable