Found out about
from quantopian.pipeline.data.eventvestor import CEOChangeAnnouncements
However, it still fails with some assertion error (see attached notebook) - any ideas? Thanks!
Bad response: Computation failed with message:
AssertionError: names = ['event_id', 'asof_date', 'trade_date', 'symbol', 'event_type', 'event_headline', 'change_status', 'change_scenario', 'change_type', 'change_source', 'change_reason', 'in_ceoname', 'in_ceogender', 'out_ceoname', 'out_ceogender', 'effective_date', 'event_rating', 'timestamp', 'sid']
expr._child.fields = ['event_id', 'trade_date', 'symbol', 'event_type', 'event_headline', 'change_status', 'change_scenario', 'change_type', 'change_source', 'change_reason', 'in_ceoname', 'in_ceogender', 'out_ceoname', 'out_ceogender', 'effective_date', 'event_rating', 'sid', 'asof_date', 'timestamp']
File "/home/databazaar/databazaar-clone/submodules/blaze/blaze/server/server.py", line 643, in compserver
**compute_kwargs),
....
File "/home/databazaar/databazaar-clone/submodules/blaze/blaze/compute/sql.py", line 1040, in compute_up
'names = %r\nexpr._child.fields = %r' % (names, expr._child.fields)