Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Sep 17, 2024
1 parent 3e44633 commit 8fd0e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operators/derive/to_dp.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def func(ids):
DF.add_field(
'response_categories',
'array',
lambda r: [rr['id'].split(':')[1] for rr in r['responses'] if 'internal' not in rr['id']],
lambda r: [rr['id'].split(':')[1] for rr in r['responses']],
**{'es:itemType': 'string', 'es:keyword': True},
resources=['card_data'],
),
Expand Down

0 comments on commit 8fd0e78

Please sign in to comment.