Skip to main content
Version: Beta 🚧

Attribute

Summary​

The Attribute class describes an attribute feature that is applied to a Batch or Stream Feature View, Realtime Feature View or Feature Table via features param.

Example​

from tecton import Attribute, batch_feature_view
from tecton.types import String


@batch_feature_view(
# ...
features=[Attribute(column="my_column", column_dtype=String)],
)
def my_fv(data_source):
pass

Methods​

__init__(...)​

Parameters​

  • column (str) – The name of the input/feature column
  • column_dtype (SdkDataType) - The data type of the column

Was this page helpful?

🧠 Hi! Ask me anything about Tecton!

Floating button icon