I run two instances, one on the cloud for data downloading and one locally for analysis.
If I run this command on my cloud instance it shows the data I have
quantrocket fundamental estimates 'EPS' -u 'sfb' -s '2014-01-01' -e '2017-01-01'
I then
quantrocket db s3push 'fundamental'
On the cloud instance and then
quantrocket db s3pull 'fundamental' -f
on the local instance.
After waiting for the download to finish I run the original command on the local instance
quantrocket fundamental estimates 'EPS' -u 'sfb' -s '2014-01-01' -e '2017-01-01'
msg: No estimates match the query parameters
status: error
Am I missing something?