{"anodot_api_token": "PASS the -T flag in the CLI", "collectors": { "sqlv2" : {
    "accounts": { 
        "bank_db": {
        "connection": "postgresql+psycopg2://postgres@172.17.0.2/test",
        "queries": {
            "hourly_summary":{   
                "ver": "101",
                "query_type": "time_range",
                "temporal_field": "hour",
                "extra_params": {
                    "interesting_stuff": [ "list", "elements", "here" ]
                },
                "dimension_defs": [ { "dimension": "action_type" }, { "dimension": "user_type" } ],
                "metric_defs": [ {  "metric": "action_count", 
                                    "target_type": "counter" },
                                 {  "metric": "action_volume",
                                    "target_type": "counter" } ],
                "query": { "file": "query_template.sql" }
            }
        }
    }
    }
}}}









