LICENSE
README.md
pyproject.toml
./opteryx_catalog/__init__.py
./opteryx_catalog/exceptions.py
./opteryx_catalog/opteryx_catalog.py
./opteryx_catalog/catalog/__init__.py
./opteryx_catalog/catalog/compaction.py
./opteryx_catalog/catalog/dataset.py
./opteryx_catalog/catalog/deep_clean.py
./opteryx_catalog/catalog/expiration.py
./opteryx_catalog/catalog/manifest.py
./opteryx_catalog/catalog/manifest_arrow.py
./opteryx_catalog/catalog/metadata.py
./opteryx_catalog/catalog/metastore.py
./opteryx_catalog/catalog/view.py
./opteryx_catalog/iops/__init__.py
./opteryx_catalog/iops/base.py
./opteryx_catalog/iops/fileio.py
./opteryx_catalog/iops/gcs.py
./opteryx_catalog/maki_nage/__init__.py
./opteryx_catalog/maki_nage/distogram.py
./opteryx_catalog/maki_nage/tests/_test_histogram.py
./opteryx_catalog/maki_nage/tests/test_bounds.py
./opteryx_catalog/maki_nage/tests/test_count.py
./opteryx_catalog/maki_nage/tests/test_count_at.py
./opteryx_catalog/maki_nage/tests/test_quantile.py
./opteryx_catalog/maki_nage/tests/test_stats.py
./opteryx_catalog/maki_nage/tests/test_update.py
./opteryx_catalog/webhooks/__init__.py
./opteryx_catalog/webhooks/events.py
./scripts/collect_byte_counts.py
./scripts/compaction_quick_ref.py
./scripts/create_dataset.py
./scripts/emit_full_single_file.py
./scripts/expiration_quick_ref.py
./scripts/find_orphaned_manifests.py
./scripts/inspect_manifest_dryrun.py
./scripts/inspect_single_file.py
./scripts/inspect_single_file_gcs.py
./scripts/inspect_snapshots.py
./scripts/read_dataset.py
./scripts/test_compaction_e2e.py
./tests/test_collections.py
./tests/test_compaction.py
./tests/test_compaction_real.py
./tests/test_dataset_metadata.py
./tests/test_describe_uncompressed.py
./tests/test_expiration_manifest_cleanup.py
./tests/test_gcs_fileio_list.py
./tests/test_github_events_compaction.py
./tests/test_import.py
./tests/test_manifest_cache.py
./tests/test_pyproject.py
./tests/test_refresh_manifest.py
./tests/test_webhooks.py
opteryx_catalog/__init__.py
opteryx_catalog/exceptions.py
opteryx_catalog/opteryx_catalog.py
opteryx_catalog.egg-info/PKG-INFO
opteryx_catalog.egg-info/SOURCES.txt
opteryx_catalog.egg-info/dependency_links.txt
opteryx_catalog.egg-info/requires.txt
opteryx_catalog.egg-info/top_level.txt
opteryx_catalog/catalog/__init__.py
opteryx_catalog/catalog/compaction.py
opteryx_catalog/catalog/dataset.py
opteryx_catalog/catalog/deep_clean.py
opteryx_catalog/catalog/expiration.py
opteryx_catalog/catalog/manifest.py
opteryx_catalog/catalog/manifest_arrow.py
opteryx_catalog/catalog/metadata.py
opteryx_catalog/catalog/metastore.py
opteryx_catalog/catalog/view.py
opteryx_catalog/iops/__init__.py
opteryx_catalog/iops/base.py
opteryx_catalog/iops/fileio.py
opteryx_catalog/iops/gcs.py
opteryx_catalog/maki_nage/__init__.py
opteryx_catalog/maki_nage/distogram.py
opteryx_catalog/maki_nage/tests/_test_histogram.py
opteryx_catalog/maki_nage/tests/test_bounds.py
opteryx_catalog/maki_nage/tests/test_count.py
opteryx_catalog/maki_nage/tests/test_count_at.py
opteryx_catalog/maki_nage/tests/test_quantile.py
opteryx_catalog/maki_nage/tests/test_stats.py
opteryx_catalog/maki_nage/tests/test_update.py
opteryx_catalog/webhooks/__init__.py
opteryx_catalog/webhooks/events.py
scripts/collect_byte_counts.py
scripts/compaction_quick_ref.py
scripts/create_dataset.py
scripts/emit_full_single_file.py
scripts/expiration_quick_ref.py
scripts/find_orphaned_manifests.py
scripts/inspect_manifest_dryrun.py
scripts/inspect_single_file.py
scripts/inspect_single_file_gcs.py
scripts/inspect_snapshots.py
scripts/read_dataset.py
scripts/test_compaction_e2e.py
tests/test_collections.py
tests/test_compaction.py
tests/test_compaction_real.py
tests/test_dataset_metadata.py
tests/test_describe_uncompressed.py
tests/test_expiration_manifest_cleanup.py
tests/test_gcs_fileio_list.py
tests/test_github_events_compaction.py
tests/test_import.py
tests/test_manifest_cache.py
tests/test_pyproject.py
tests/test_refresh_manifest.py
tests/test_webhooks.py