Commit 0da07b5f authored by Klaus Wölfel's avatar Klaus Wölfel

Allow more than one analysis per ingestion in not-optimiced way

parent 4c70234f
......@@ -11,7 +11,7 @@ query = AndQuery(
Query(**{"stock.quantity": "!=0"}),
Query(resource_portal_type = "Data Product"),
# Should be improved to support mor than one analysis per ingestion
SimpleQuery(parent_causality_related_relative_url = None),
#SimpleQuery(parent_causality_related_relative_url = None),
OrQuery(
Query(simulation_state = "stopped",
use_relative_url = "use/big_data/ingestion/batch"),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment