Closed Angryrou closed 10 months ago
Before, the graph has to provide the graph_meta_features mandatory in the QueryStructureContainer
graph_meta_features
QueryStructureContainer
Now, we can set the graph_meta_features=None to optionally use it.
graph_meta_features=None
Current dependencies on/for this PR:
trace-parsing-and-modeling-spark
This stack of pull requests is managed by Graphite.
Before, the graph has to provide the
graph_meta_features
mandatory in theQueryStructureContainer
Now, we can set the
graph_meta_features=None
to optionally use it.