Skip to content

Commit

Permalink
Remove old comment #1055
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Coetzee <[email protected]>
  • Loading branch information
Pipboyguy committed Mar 23, 2024
1 parent 86685fd commit e702d8a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dlt/destinations/impl/clickhouse/clickhouse.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ def __init__(
schema: Schema,
config: ClickhouseClientConfiguration,
) -> None:
# TODO: There are no schemas in Clickhouse. No point in having schemas, only dataset names and table names for example "dataset1_mytable".
self.sql_client: ClickhouseSqlClient = ClickhouseSqlClient(
config.normalize_dataset_name(schema), config.credentials
)
Expand Down

0 comments on commit e702d8a

Please sign in to comment.