Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroMarquesAndrade committed Mar 9, 2021
1 parent b54710c commit c6cfe61
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions butterfree/migrations/cassandra_migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ class CassandraMigration(DatabaseMigration):
The CassandraMigration class will be used, as the name suggests, for applying
changes to a given Cassandra table. There are, however, some remarks that need
to be highlighted:
- If an existing feature is renamed, then it'll be dropped and a new column
will be created, therefore a backfilling job may be required. The same logic
applies to data type changes;
- If an existing feature has its type changed, then it'll be dropped and a new
column with the same name and the new type will be created, therefore a backfilling
job may be required;
- If new features are added to your feature set, then they're going to be added
to the corresponding Cassandra table;
- Since feature sets can be written both to a feature set and an entity table,
Expand Down

0 comments on commit c6cfe61

Please sign in to comment.