We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5112692 commit 63cc582Copy full SHA for 63cc582
04_APIs_script.md
@@ -91,7 +91,7 @@ We've created a script in `bin/hit_endpoint.sh` that can be used to call the `/g
91
However, you first need to get the IDs of some valid tweets.
92
You can do this by logging into the Cassandra container and starting a `cqlsh` session:
93
94
- $ docker exec -it test_cassandra
+ $ docker exec -it test_cassandra /bin/bash
95
# cqlsh
96
> select id from demo.raw_tweets limit 100;
97
0 commit comments