Distinct sub-query type

This commit is contained in:
Dominik Werder
2023-06-22 21:10:58 +02:00
parent d9ac27cd75
commit 0260f4b4d6
20 changed files with 374 additions and 164 deletions

View File

@@ -40,6 +40,7 @@ async fn fetch_data_api_python_blob(
"endDate": end_date,
},
"channels": channels.iter().map(|x| x.name()).collect::<Vec<_>>(),
"create_errors": "nodenet_parse_query",
});
let query_str = serde_json::to_string_pretty(&query)?;
let hp = HostPort::from_node(node0);