Currently, our ingestion module and schema both use old TwitterAPI with only text field, while TwitterAPI has published an extended version with another full_text field which contains twice length of characters limit than text. We need to update both the ingestion module Noah and the schema of TwitterMap to include this full_text field.
Currently, our ingestion module and schema both use old TwitterAPI with only
text
field, while TwitterAPI has published an extended version with anotherfull_text
field which contains twice length of characters limit thantext
. We need to update both the ingestion moduleNoah
and the schema ofTwitterMap
to include thisfull_text
field.