[ ] Apps with name different from default do not work for authentication
[ ] Error handling for when no new items are found needs better messaging (currently: UnboundLocalError: local variable 'item' referenced before assignment)
[ ] since_id logic (to avoid bringing duplicate items) works for a doctype in general, but does not consider the actual table. For example: if I bring tweets from one table (for one query) and then try to bring tweets from another table (another query), this second attempt will only bring tweets that have an id higher than the ones in the first table.
List of issues with SQL_ingestion testing:
UnboundLocalError: local variable 'item' referenced before assignment
)