exasol.slc.api.save¶
- exasol.slc.api.save(flavor_path: tuple[str, ...], save_directory: str | None = None, force_save: bool = False, save_all: bool = False, goal: tuple[str, ...] = (), force_rebuild: bool = False, force_rebuild_from: tuple[str, ...] = (), force_pull: bool = False, output_directory: str = '.build_output', temporary_base_directory: str = '/tmp', log_build_context_content: bool = False, cache_directory: str | None = None, build_name: str | None = None, source_docker_repository_name: str = 'exasol/script-language-container', source_docker_tag_prefix: str = '', source_docker_username: str | None = None, source_docker_password: str | None = None, target_docker_repository_name: str = 'exasol/script-language-container', target_docker_tag_prefix: str = '', target_docker_username: str | None = None, target_docker_password: str | None = None, workers: int = 5, task_dependencies_dot_file: str | None = None, log_level: str | None = None, use_job_specific_log_file: bool = True) dict[str, list[ImageInfo]] [source]¶
This command saves all stages of the script-language-container flavor to a local directory. If the stages do not exists locally, the system will build or pull them before the execution of save. :raises api_errors.TaskFailureError: if operation is not successful. :return: List of image infos per flavor.