From 91a98a82ad787d7346a6dbaf1f930a28a38c6955 Mon Sep 17 00:00:00 2001 From: Imri Paran Date: Wed, 24 Apr 2024 09:30:54 +0200 Subject: [PATCH] delete ingestion/src/metadata/__init__.py (#16004) --- ingestion/pyproject.toml | 1 + ingestion/src/metadata/__init__.py | 0 ingestion/src/metadata/profiler/processor/core.py | 2 ++ 3 files changed, 3 insertions(+) delete mode 100644 ingestion/src/metadata/__init__.py diff --git a/ingestion/pyproject.toml b/ingestion/pyproject.toml index a612b94ca0a..e888255fb1f 100644 --- a/ingestion/pyproject.toml +++ b/ingestion/pyproject.toml @@ -101,6 +101,7 @@ max-public-methods = 25 ignore-paths = [ "ingestion/src/metadata/generated", # 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/ingestion/ometa/mixins/es_mixin.py", "ingestion/src/metadata/ingestion/api/topology_runner.py", diff --git a/ingestion/src/metadata/__init__.py b/ingestion/src/metadata/__init__.py deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/ingestion/src/metadata/profiler/processor/core.py b/ingestion/src/metadata/profiler/processor/core.py index e1bda12a9cd..efa225dce15 100644 --- a/ingestion/src/metadata/profiler/processor/core.py +++ b/ingestion/src/metadata/profiler/processor/core.py @@ -78,6 +78,8 @@ class Profiler(Generic[TMetric]): - A tuple of metrics, from which we will construct queries. """ + # pylint: disable=too-many-instance-attributes + def __init__( self, *metrics: Type[TMetric],