-
Notifications
You must be signed in to change notification settings - Fork 81
Closed
Labels
SQLSupport for SQL taps and targetsSupport for SQL taps and targetskind/FeatureNew feature or requestNew feature or requeststalevaluestream/SDK
Description
Feature scope
Taps (catalog, state, stream maps, tests, etc.)
Description
The function here
sdk/singer_sdk/connectors/sql.py
Lines 82 to 85 in 0285704
| @contextmanager | |
| def _connect(self) -> t.Iterator[sa.engine.Connection]: | |
| with self._engine.connect().execution_options(stream_results=True) as conn: | |
| yield conn |
I'd like to change to the name connect as we use this in different taps.
See
Metadata
Metadata
Assignees
Labels
SQLSupport for SQL taps and targetsSupport for SQL taps and targetskind/FeatureNew feature or requestNew feature or requeststalevaluestream/SDK