We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b8f3f5 commit b111c1cCopy full SHA for b111c1c
src/dve/pipeline/duckdb_pipeline.py
@@ -21,7 +21,7 @@ class DDBDVEPipeline(BaseDVEPipeline):
21
"""
22
Modified Pipeline class for running a DVE Pipeline with Spark
23
24
-
+ # pylint: disable=R0913
25
def __init__(
26
self,
27
processed_files_path: URI,
src/dve/pipeline/spark_pipeline.py
@@ -23,7 +23,7 @@ class SparkDVEPipeline(BaseDVEPipeline):
Polymorphed Pipeline class for running a DVE Pipeline with Spark
28
29
0 commit comments