Hello all. I'm a newbie playing around with the CEO change announcement pipeline in the algorithms view.
I'm running into the error below where I cannot access any properties of the data source in this mode (research mode is fine).
I found another notebook using the data source, cloned it and tried to run it and it is still failing with the same error (this is the one I cloned) https://www.quantopian.com/posts/ceo-change-plus-sentiment-signal#5762f1a2d48cc61a920001ab
example:
gender = CEOChangeAnnouncements.out_ceogender
There was a runtime error.
AttributeError: type object 'CEOChangeAnnouncements' has no attribute 'out_ceogender'
...
what am I missing? any ideas where I could find documentation on the CEOChangeAnnouncements class? thanks!