Skip to content

Commit

Permalink
Revert old changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sultan Iman committed Feb 6, 2024
1 parent ef2308c commit c180df7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dlt/extract/hints.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,11 +292,6 @@ def new_table_template(
clean_columns = columns
if columns is not None:
clean_columns = ensure_table_schema_columns_hint(columns)
# TODO: extract all schema items with container_type set
# and and create tables
for column_name, column_schema in clean_columns.items(): # type: ignore[union-attr]
if column_schema.get("container_type") is not None:
clean_columns.pop(column_name) # type: ignore[union-attr]

if not callable(clean_columns):
clean_columns = clean_columns.values() # type: ignore
Expand Down

0 comments on commit c180df7

Please sign in to comment.