File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66## [ Unreleased]
77
8+ ### Fixed
9+ - Google Drive connector in static mode now correctly displays in jupyter visualizations.
10+
811## [ 0.16.3] - 2025-01-02
912
1013### Added
Original file line number Diff line number Diff line change @@ -296,6 +296,10 @@ def _session_type(self) -> SessionType:
296296 def _with_metadata (self ) -> bool :
297297 return self ._append_metadata
298298
299+ @property
300+ def _deletions_enabled (self ) -> bool :
301+ return self ._mode == "streaming"
302+
299303 def run (self ) -> None :
300304 client = _GDriveClient (
301305 self ._credentials_factory (),
You can’t perform that action at this time.
0 commit comments