apache_beam.runners.interactive.testing.test_cache_manager module
- class apache_beam.runners.interactive.testing.test_cache_manager.InMemoryCache[source]
- Bases: - CacheManager- A cache that stores all PCollections in an in-memory map. - This is only used for checking the pipeline shape. This can’t be used for running the pipeline isn’t shared between the SDK and the Runner. 
- class apache_beam.runners.interactive.testing.test_cache_manager.NoopSink(label: str | None = None)[source]
- Bases: - PTransform