Skip to content

Commit deef03a

Browse files
mypy fix for python < 3.10
1 parent f6db614 commit deef03a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlmesh/integrations/dlt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def generate_dlt_models_and_settings(
1313
dialect: str,
1414
tables: t.Optional[t.List[str]] = None,
1515
dlt_path: t.Optional[str] = None,
16-
) -> t.Tuple[t.Set[t.Tuple[str, str]], str | None, str]:
16+
) -> t.Tuple[t.Set[t.Tuple[str, str]], t.Optional[str], str]:
1717
"""
1818
This function attaches to a DLT pipeline and retrieves the connection configs and
1919
SQLMesh models based on the tables present in the pipeline's default schema.

0 commit comments

Comments
 (0)