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 24d0ae8 commit 9fbb032Copy full SHA for 9fbb032
src/snowflake/snowpark/_internal/analyzer/snowflake_plan.py
@@ -1813,7 +1813,7 @@ def _create_xml_query(
1813
xml_reader_udtf: "UserDefinedTableFunction",
1814
file_path: str,
1815
options: Dict[str, str],
1816
- schema: List[Attribute],
+ schema: Optional[List[Attribute]] = None,
1817
) -> str:
1818
"""
1819
Creates a DataFrame from a UserDefinedTableFunction that reads XML files.
0 commit comments