Robert Sutton

Results 4 comments of Robert Sutton

I'm having this exact problem with the `sales_bestsellers_aggregated_yearly.product_type_id` being missing. Why are these columns missing? Is the sample data out of sync with the Magneto code? @gitowiec I made the...

I fixed this issue by installing requirements.txt through `conda`. I'll summarize the steps I followed below: Install `conda` for your platform here: https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html Then I ran the following commands from...

+1 to this issue. I'm currently seeing the same exact problem as @CoderSpinoza running Boto 1.3.29.

We found how to reproduce this bug. If you call boto.opsworks.describe_instances by setting either `LayerId` or `StackId`, you will see the correct output. However, if you call it using `InstanceIds`,...