Skip to content

Commit

Permalink
chore: remove typing-extension dependency (#14757)
Browse files Browse the repository at this point in the history
TeddyCr authored and pmbrull committed Jan 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent bc7d4d4 commit 02d574b
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ingestion/setup.py
Original file line number Diff line number Diff line change
@@ -124,7 +124,6 @@ def get_long_description():
"collate-sqllineage>=1.0.4",
"tabulate==0.9.0",
"typing-compat~=0.1.0", # compatibility requirements for 3.7
"typing_extensions>=4.8.0",
"typing-inspect",
"wheel~=0.38.4",
}
Original file line number Diff line number Diff line change
@@ -18,7 +18,6 @@
from typing import Any, Dict, List, Optional, Union

from sqlalchemy import Column
from typing_extensions import Self

from metadata.generated.schema.entity.data.database import (
Database,
@@ -151,7 +150,7 @@ def create(
service_connection_config,
ometa_client: Optional[OpenMetadata],
**kwargs,
) -> Self:
) -> "ProfilerInterface":
"""create class method is used to dispatch the profiler protocol to the
correct object based on the service connection object

0 comments on commit 02d574b

Please sign in to comment.