plugins/floe-catalog-polaris/src/floe_catalog_polaris/errors.py | _handle_service_unavailable, _handle_server_error, _handle_rest_error, _handle_unknown_error, map_pyiceberg_error (+14) |
plugins/floe-catalog-polaris/src/floe_catalog_polaris/plugin.py | _require_config, connect, load_table_with_client_endpoint, create_namespace, list_namespaces (+10) |
plugins/floe-catalog-polaris/src/floe_catalog_polaris/credentials.py | extract_credentials_from_io_properties, parse_expiration, is_expired, get_expiration_datetime, get_ttl_seconds (+2) |
packages/floe-core/src/floe_core/plugin_errors.py | PluginStartupError, CatalogUnavailableError, CatalogError, ConflictError, NotFoundError (+2) |
packages/floe-core/src/floe_core/plugins/lifecycle.py | activate_plugin, activate_all, shutdown_all, _run_with_timeout, clear (+2) |
plugins/floe-catalog-polaris/src/floe_catalog_polaris/tracing.py | get_tracer, catalog_span, _sanitize_uri, set_error_attributes |
plugins/floe-secrets-infisical/src/floe_secrets_infisical/plugin.py | health_check, _list_secrets_with_filter, _list_secrets_internal |
plugins/floe-catalog-polaris/src/floe_catalog_polaris/retry.py | create_retry_decorator, with_retry |
packages/floe-core/src/floe_core/plugins/catalog.py | load_table, health_check |
testing/base_classes/base_catalog_plugin_tests.py | test_health_check_returns_health_status, test_health_check_accepts_timeout |