We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b592c5d commit 1ce8768Copy full SHA for 1ce8768
airbyte_cdk/sources/file_based/file_types/excel_parser.py
@@ -139,7 +139,7 @@ def file_read_mode(self) -> FileReadMode:
139
@staticmethod
140
def dtype_to_json_type(
141
current_type: Optional[str],
142
- dtype: Union[pd.ExtensionDtype, str],
+ dtype: Union[pd.DataFrame.dtypes, str],
143
) -> str:
144
"""
145
Convert Pandas DataFrame types to Airbyte Types.
0 commit comments