Changes
- Pipeline create/get/update: will only create/update the pipeline input structure, not the pipeline version, attachments and objects
- Log filters:
- Add
--pipeline_version_name
(-pv
) option to filter on a pipeline version - Rename
--version_name
to--deployment_version_name
(-dv
) option to filter on a deployment version --pipeline_request_id
(-pid
) option can only be used in combination with both--pipeline_name
(-p
) and--pipeline_version_name
(-pv
)
- Add
- Requests and batch requests: The version option has become optional in all request methods (direct/batch and deployment/pipeline). If the version is not provided, the default version is used.
Additions
- Pipeline versions:
ubiops pipeline_versions
(orubiops pversions
) with create, get, update, list, and delete ubiops pipelines complete
(orubiops ppl complete
)
This method is most similar to the oldubiops ppl create
andubiops ppl update
. It will directly create the pipeline, the pipeline version, and the objects and attachments based on a single yaml file. It will update them when using--overwrite
. You can addversion_name
,version_description
, andversion_labels
to your pipeline yaml file, or pass the version name as command option.- Overwrite an existing blob:
ubiops blobs update
Upload a new file to the same blob id.