Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WHERE ... IN statements to model requests are required for pathogen field #53

Closed
famulare opened this issue May 9, 2019 · 1 comment
Assignees

Comments

@famulare
Copy link
Member

famulare commented May 9, 2019

Is it possible to get IN statements into the model lookup soon?

(Bad JSON, but like)

{
 "model_type": "smooth",
 "observed": [
   "pathogen": ["all"],
   "residence_cra_name",
   "site_type"
 ]
}

This is deeply important for pathogen, but is optional for now on any other field, as it's part of the deployed model definition:

WHERE =list(COLUMN='pathogen', IN=PATHOGEN),

@devclinton
Copy link
Collaborator

This and spatial_domain are both added now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants