datajunction-server 0.0.199__tar.gz → 0.0.201__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: datajunction-server
3
- Version: 0.0.199
3
+ Version: 0.0.201
4
4
  Summary: DataJunction server library for running to a DataJunction server
5
5
  Project-URL: Homepage, https://datajunction.io
6
6
  Project-URL: Repository, https://github.com/DataJunction/dj
@@ -382,6 +382,7 @@ type NodeRevision {
382
382
  primaryKey: [String!]!
383
383
  metricMetadata: MetricMetadata
384
384
  isDerivedMetric: Boolean!
385
+ isMeasure: Boolean!
385
386
  extractedMeasures: DecomposedMetric
386
387
  cubeMetrics: [NodeRevision!]!
387
388
  cubeFilters: [String!]!