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

Add support for querying multiple signals #170

Merged
merged 2 commits into from
Sep 4, 2020

Commits on Sep 3, 2020

  1. Add support for querying multiple signals; cmu-delphi/covidcast-indic…

    …ators#116
    
    * backwards-compatible signal/signals parameter
    * optional 'format' parameter for retrieving results as a tree (preferred by Viz) or as a flat list (backwards-compatible); defaults to flat list
    * client support: coffee, js, R, py
    * integration tests to check multi-signal queries and queries for tree format
    krivard committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    e56dca2 View commit details
    Browse the repository at this point in the history
  2. Fix broken failure handling

    * Correctly fail files with bad headers
    * Streamline files with bad rows: fail without needing to hit the database
    krivard committed Sep 3, 2020
    Configuration menu
    Copy the full SHA
    a57b61a View commit details
    Browse the repository at this point in the history