We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad8ca9b commit 2b20795Copy full SHA for 2b20795
butterfree/_cli/migrate.py
@@ -115,7 +115,6 @@ class Migrate:
115
116
def __init__(self, pipelines: Set[FeatureSetPipeline],) -> None:
117
self.pipelines = pipelines
118
- self.spark_client = spark_client or SparkClient()
119
120
def _send_logs_to_s3(self, file_local: bool, debug_mode: bool) -> None:
121
"""Send all migration logs to S3."""
0 commit comments