src/pydolphinscheduler/tasks/dvc.py [89:95]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        *args,
        **kwargs,
    ):
        super().__init__(name, repository, *args, **kwargs)
        self.dvc_data_location = data_path_in_dvc_repository
        self.dvc_load_save_data_path = data_path_in_worker
        self.dvc_version = version
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/pydolphinscheduler/tasks/dvc.py [118:124]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        *args,
        **kwargs,
    ):
        super().__init__(name, repository, *args, **kwargs)
        self.dvc_data_location = data_path_in_dvc_repository
        self.dvc_load_save_data_path = data_path_in_worker
        self.dvc_version = version
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



