Skip to content

Commit 1ce8768

Browse files
committed
fix type
1 parent b592c5d commit 1ce8768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/file_based/file_types/excel_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def file_read_mode(self) -> FileReadMode:
139139
@staticmethod
140140
def dtype_to_json_type(
141141
current_type: Optional[str],
142-
dtype: Union[pd.ExtensionDtype, str],
142+
dtype: Union[pd.DataFrame.dtypes, str],
143143
) -> str:
144144
"""
145145
Convert Pandas DataFrame types to Airbyte Types.

0 commit comments

Comments
 (0)