Skip to content

feat: Make SQLConnector _connect function public  #2262

@visch

Description

@visch

Feature scope

Taps (catalog, state, stream maps, tests, etc.)

Description

The function here

@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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions