Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Sep 19, 2024
1 parent d6bec38 commit 62ea3ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dlt/common/libs/pyarrow.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,12 +417,13 @@ def columns_to_arrow(
name,
get_py_arrow_datatype(
schema_item,
caps,
caps or DestinationCapabilitiesContext.generic_capabilities(),
timestamp_timezone,
),
nullable=schema_item.get("nullable", True),
)
for name, schema_item in columns.items()
if schema_item.get("data_type") is not None
]
)

Expand Down

0 comments on commit 62ea3ba

Please sign in to comment.