0.1.dev2192+g7c539c3.d20250403

flytekit.models.core.catalog

Directory

Classes

Class Description
CatalogArtifactTag
CatalogMetadata

flytekit.models.core.catalog.CatalogArtifactTag

class CatalogArtifactTag(
    artifact_id: str,
    name: str,
)
Parameter Type
artifact_id str
name str

Methods

Method Description
from_flyte_idl()
serialize_to_string()
short_string() :rtype: Text.
to_flyte_idl()
verbose_string() :rtype: Text.

from_flyte_idl()

def from_flyte_idl(
    p: flyteidl.core.catalog_pb2.CatalogArtifactTag,
) -> CatalogArtifactTag
Parameter Type
p flyteidl.core.catalog_pb2.CatalogArtifactTag

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

:rtype: Text

to_flyte_idl()

def to_flyte_idl()

verbose_string()

def verbose_string()

:rtype: Text

Properties

Property Type Description
artifact_id
is_empty
name

flytekit.models.core.catalog.CatalogMetadata

class CatalogMetadata(
    dataset_id: flytekit.models.core.identifier.Identifier,
    artifact_tag: flytekit.models.core.catalog.CatalogArtifactTag,
    source_task_execution: flytekit.models.core.identifier.TaskExecutionIdentifier,
)
Parameter Type
dataset_id flytekit.models.core.identifier.Identifier
artifact_tag flytekit.models.core.catalog.CatalogArtifactTag
source_task_execution flytekit.models.core.identifier.TaskExecutionIdentifier

Methods

Method Description
from_flyte_idl()
serialize_to_string()
short_string() :rtype: Text.
to_flyte_idl()
verbose_string() :rtype: Text.

from_flyte_idl()

def from_flyte_idl(
    pb: flyteidl.core.catalog_pb2.CatalogMetadata,
) -> CatalogMetadata
Parameter Type
pb flyteidl.core.catalog_pb2.CatalogMetadata

serialize_to_string()

def serialize_to_string()

short_string()

def short_string()

:rtype: Text

to_flyte_idl()

def to_flyte_idl()

verbose_string()

def verbose_string()

:rtype: Text

Properties

Property Type Description
artifact_tag
dataset_id
is_empty
source_execution
This is a one of but for now there’s only one thing in the one of
source_task_execution