mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-18 02:58:28 +00:00
delete ingestion/src/metadata/__init__.py (#16004)
This commit is contained in:
parent
c90f1c0010
commit
91a98a82ad
@ -101,6 +101,7 @@ max-public-methods = 25
|
|||||||
ignore-paths = [
|
ignore-paths = [
|
||||||
"ingestion/src/metadata/generated",
|
"ingestion/src/metadata/generated",
|
||||||
# TODO - Remove these as we fix the linting issues
|
# TODO - Remove these as we fix the linting issues
|
||||||
|
"ingestion/src/metadata/data_quality/validations/column/sqlalchemy/columnValuesToBeUnique.py",
|
||||||
"ingestion/src/metadata/clients/azure_client.py",
|
"ingestion/src/metadata/clients/azure_client.py",
|
||||||
"ingestion/src/metadata/ingestion/ometa/mixins/es_mixin.py",
|
"ingestion/src/metadata/ingestion/ometa/mixins/es_mixin.py",
|
||||||
"ingestion/src/metadata/ingestion/api/topology_runner.py",
|
"ingestion/src/metadata/ingestion/api/topology_runner.py",
|
||||||
|
|||||||
@ -78,6 +78,8 @@ class Profiler(Generic[TMetric]):
|
|||||||
- A tuple of metrics, from which we will construct queries.
|
- A tuple of metrics, from which we will construct queries.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# pylint: disable=too-many-instance-attributes
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
*metrics: Type[TMetric],
|
*metrics: Type[TMetric],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user