mozilla / active-data-recipes

A repository of various activedata queries and recipes
Mozilla Public License 2.0
8 stars 24 forks source link

Implement a way for a recipe to define an `immutable` context value #104

Closed ahal closed 5 years ago

ahal commented 5 years ago

Some recipes hardcode a context value that is required by a query. For example, the try_efficiency recipe hardcodes the branches context to try.

However, since the query it uses has a branches eval in it, this context gets added to the cli/webapp even though modifying it has no affect. We should figure out a way for recipes to signal that a query-based context value is going to be hardcoded.

TrangNguyenBC commented 5 years ago

Hi @ahal I think we can close this issue.

ahal commented 5 years ago

Yes, thanks!