Update Odo documentation/code for sqlalchemy_redshift#489
Update Odo documentation/code for sqlalchemy_redshift#489RAbraham wants to merge 2 commits intoblaze:masterfrom RAbraham:master
Conversation
`redshift_sqlalchemy` is depracated. I have changed references to the latest `sqlalchemy_reshift`. Also see discussion, https://groups.google.com/a/continuum.io/d/msg/blaze-dev/UYVVWBAlabk/BUxsff-0AgAJ
|
@branning I don't know if you get notifications from this PR, but in case you don't, Travis failed on a change made for the travis file commit. |
|
It's because Spark 1.4 and 1.5 aren't available any more (they're very old by now). That's not something we changed. You'll notice that all recent Travis runs have the same problem. Not sure there's much we can do in the context of this PR. Odo's automated testing is basically completely broken. |
|
@RAbraham it looks like the tests are passing now on other PRs. I think we can give this another try. You'll need to pull in the newest commits to blaze/odo that fixed the tests. If it were me, I'd do this:
After changing the target branch, the PR should update automatically. I believe Travis will start again at that point, and we can see if we can get this PR green! 🍏 |
|
We changed how we setup travis so that we don't have this spark issue again. Instead of putting this in the conda call in the .travis file can you move this into a new install target like |
This request combines the work of two authors to update documentation and code to refer to
sqlalchemy_redshift