Skip to content

Commit

Permalink
#376 related comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Jul 25, 2022
1 parent 0b933b3 commit f04f0bc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions arekit/common/data/row_ids/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ class BaseIDProvider(object):
o1 -- first_text_opinion
i -- index in lined (for example: i=3 => 03)
# TODO. #376. This should be definitely refactored. This implementation
TODO. combines opinion-based and sample-based data sources, which allows
TODO. us to bypass such connection via external foreign keys.
Since we are head to remove opinions, there is a need to refactor so in a
way of an additional column that provides such information for further connection
between rows of different storages.
#
"""

SEPARATOR = '_'
Expand Down

0 comments on commit f04f0bc

Please sign in to comment.