v2

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-26192307950.1 KB
artifact_versions

Create Artifact Version

Create a new artifact version.

Args: artifact_version: The artifact version to create.

Returns: The created artifact version.

post/api/v1/artifact_versions

Request body

userstring uuid required
workspacestring uuid required
artifact_idstring uuid required
has_custom_nameboolean
type'DataAnalysisArtifact' | 'DataArtifact' | 'ModelArtifact' | 'SchemaArtifact' | 'ServiceArtifact' | 'StatisticsArtifact' | 'BaseArtifact' required

All possible types an artifact can have.

artifact_store_idstring uuid nullable
uristring required
tagsstring[] nullable

Should be a list of plain strings, e.g., ['tag1', 'tag2']

Response

Successful Response

resourcesArtifactVersionResponseResources

Class for all resource models associated with the artifact version entity.

idstring uuid required
permission_deniedboolean