Skip to content

Commit

Permalink
use new ibis interface
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Jul 23, 2024
1 parent af6a40e commit 270a92e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dlt/helpers/ibis_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,4 @@ def ibis_helper(p: Pipeline) -> Iterator[BaseBackend]:
ibis_backend = cast(BaseBackend, ibis_module.Backend())

with p.sql_client() as c:
ibis_backend.con = c
yield ibis_backend
yield ibis_backend.from_connection(c)

0 comments on commit 270a92e

Please sign in to comment.