Skip to content

Commit c2c38ad

Browse files
moromimayralphrass
authored andcommitted
Change solution for tracking logs (#308)
* Change tracking logs method. * Change version to generate dev package. * Change path name in S3
1 parent 3f51677 commit c2c38ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

butterfree/_cli/migrate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ class Migrate:
115115

116116
def __init__(self, pipelines: Set[FeatureSetPipeline],) -> None:
117117
self.pipelines = pipelines
118-
self.spark_client = spark_client or SparkClient()
119118

120119
def _send_logs_to_s3(self, file_local: bool, debug_mode: bool) -> None:
121120
"""Send all migration logs to S3."""

0 commit comments

Comments
 (0)