Skip to content

Commit

Permalink
add arg to docstring
Browse files Browse the repository at this point in the history
Signed-off-by: niklasvm <niklasvm@gmail.com>
  • Loading branch information
niklasvm committed Dec 12, 2024
1 parent 4d3a5de commit 434af73
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ def __init__(
maintainer.
timestamp_field: Event timestamp field used for point-in-time joins of
feature values.
date_partition_column: The column to partition the data on for faster
retrieval. This is useful for large tables and will limit the number ofi
"""
# If no name, use the table as the default name.
if name is None and table is None:
Expand Down

0 comments on commit 434af73

Please sign in to comment.