Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Certain MorningStar Fundamentals not available in pipeline

Hi - getting the error below - is there a list I can pull to see which can be run in pipeline from https://www.quantopian.com/help/fundamentals#fundamentals-overview?

Runtime exception: NotPipelineCompatible: 0079 asset_classification.profitability_grade is not currently available in the Pipeline API  
1 response

sorry, I should read more...

fyi for others:

Note: The Pipeline API currently only supports columns that can be represented as one of the following numpy dtypes:

float64
int64
bool_
datetime64
Notably, we do not yet support string-based fields in Pipelines. We expect to remove this restriction in a future update.