Skip to content

Commit

Permalink
update docstr
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed May 24, 2024
1 parent 4551b40 commit a0e5621
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@


class StorageKindTagSet(NamespacedTagSet):
"""Metadata entries which describe how an asset is stored."""
"""Tag entries which describe how an asset is stored.
Args:
storage_kind (Optional[str]): The storage type of the asset.
For example, "snowflake" or "s3".
"""

storage_kind: Optional[str] = None

Expand Down

0 comments on commit a0e5621

Please sign in to comment.