Skip to content

Commit

Permalink
remove print statments
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Nov 3, 2024
1 parent 311a531 commit db90cae
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dlt/destinations/impl/filesystem/sql_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,6 @@ def open_connection(self) -> duckdb.DuckDBPyConnection:
# set up dataset
if not self.has_dataset():
self.create_dataset()
print("CREATE")
print(self.fully_qualified_dataset_name())
self._conn.sql(f"USE {self.fully_qualified_dataset_name()}")

# create authentication to data provider
Expand Down

0 comments on commit db90cae

Please sign in to comment.