diff --git a/dlt/extract/hints.py b/dlt/extract/hints.py index 43845c51f6..903c582a49 100644 --- a/dlt/extract/hints.py +++ b/dlt/extract/hints.py @@ -292,7 +292,6 @@ def new_table_template( clean_columns = columns if columns is not None: clean_columns = ensure_table_schema_columns_hint(columns) - if not callable(clean_columns): clean_columns = clean_columns.values() # type: ignore # create a table schema template where hints can be functions taking TDataItem