@classmethod
    def get_db_schema_translations(cls, filename="/etc/schemas/feed_db_translation.yaml"):  # NOQA
        """Get the feed DB schema translations from file."""
        with open(filename, 'r') as translate_file:
            return yaml.load(translate_file)