This morning when I go to run a pipeline that has any factor included in it, I am getting the following error :
/build/src/qexec_repo/qexec/pipeline/equity_pricing.py in supported_domains(self)
22 # MultiCountryDailyBarReader as our backing reader.
23 countries = self.raw_price_reader.countries
---> 24 return [COUNTRY_TO_DOMAIN[code] for code in countries]
KeyError: u'KR'