sfguide-twitter-auto-ingest icon indicating copy to clipboard operation
sfguide-twitter-auto-ingest copied to clipboard

Learn how to auto-ingest streaming data into Snowflake using Snowpipe.

Results 2 sfguide-twitter-auto-ingest issues
Sort by recently updated
recently updated
newest added

1. tweepy.StreamListener has been replaced with tweepy.StreamingClient and requires bearertoken attribute. 2. tweepy.Stream requires auth attributes, instead of just auth object. But listerner isn't used, causing a 404 error. 3....

Getting errors while running docker image. Fixed by using specific python and tweepy version. Top of DockerFile: ``` FROM python:3.6 RUN pip install -U pip RUN pip install --no-cache-dir boto3...