Commit 8e8dac4 1 parent 78878d4 commit 8e8dac4 Copy full SHA for 8e8dac4
File tree 2 files changed +7
-0
lines changed
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.
5
5
This project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
## [ Unreleased]
7
7
8
+ ### Fixed
9
+ - Google Drive connector in static mode now correctly displays in jupyter visualizations.
10
+
8
11
## [ 0.16.3] - 2025-01-02
9
12
10
13
### Added
Original file line number Diff line number Diff line change @@ -296,6 +296,10 @@ def _session_type(self) -> SessionType:
296
296
def _with_metadata (self ) -> bool :
297
297
return self ._append_metadata
298
298
299
+ @property
300
+ def _deletions_enabled (self ) -> bool :
301
+ return self ._mode == "streaming"
302
+
299
303
def run (self ) -> None :
300
304
client = _GDriveClient (
301
305
self ._credentials_factory (),
You can’t perform that action at this time.
0 commit comments