Skip to content

Commit

Permalink
fix: update lazy_table_creation docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
zabarn committed Oct 22, 2024
1 parent 84e268c commit aafc6e5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,10 @@ class CassandraOnlineStoreConfig(FeastConfigBaseModel):
"""Request timeout in seconds."""

lazy_table_creation: Optional[bool] = False
"""If True, tables will be created on during materialization, rather than registration."""
"""
If True, tables will be created on during materialization, rather than registration.
Table deletion is not currently supported in this mode.
"""

class CassandraLoadBalancingPolicy(FeastConfigBaseModel):
"""
Expand Down

0 comments on commit aafc6e5

Please sign in to comment.