Sha256: cbfb0e57f415fa6311395106aa245d0931e11e58574af1861151585515b59c9f
Contents?: true
Size: 772 Bytes
Versions: 2
Compression:
Stored size: 772 Bytes
Contents
vectors: # List the vectors you want to include in this manifold # Example: # - User metrics: - name: # Add your metric name here, e.g. Pageviews id: field: # Identify the field that uniquely identifies each manifold vector type: # Specify the type of that field, e.g. INTEGER interval: type: # Specify the interval type, e.g. TIMESTAMP or DATE expression: # Compute the interval for the entry, e.g. TIMESTAMP_TRUNC(timestamp, HOUR) aggregations: # Add any aggregations this metric should present source: type: BIGQUERY_TABLE project: # Add your project name here dataset: # Add your dataset name here table: # Add your table name filter: # (optional) Add your filter condition here
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
manifold-cli-0.0.8 | lib/manifold/templates/workspace_template.yml |
manifold-cli-0.0.7 | lib/manifold/templates/workspace_template.yml |