Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/dbt-labs/metricflow

MetricFlow allows you to define, build, and maintain metrics in code.
https://github.com/dbt-labs/metricflow

Improve performance of `MetricTimeQueryValidationRule`

plypaul opened this pull request 2 months ago
Add per-measure validation in query validation rules

plypaul opened this pull request 2 months ago
Provide resolved group-by-items to query-validation rules

plypaul opened this pull request 2 months ago
Split `JoinToTimeSpineNode` into two nodes

courtneyholcomb opened this pull request 2 months ago
Support `join_to_timespine` metrics with custom grain

courtneyholcomb opened this pull request 2 months ago
Support conversion metrics with custom grain

courtneyholcomb opened this pull request 2 months ago
Fix bugs in dimension lookup

courtneyholcomb opened this pull request 2 months ago
[SL-3014] [Bug] ID generation is not thread-safe

plypaul opened this issue 2 months ago
Make ID generation thread-safe

plypaul opened this pull request 2 months ago
Update dependencies to require Python `>=3.9`

plypaul opened this pull request 2 months ago
[SL-3013] [Feature] Require Python `>=3.9`

plypaul opened this issue 2 months ago
Move `patch_id_generators_helper` to `SequentialIdGenerator`

plypaul opened this pull request 2 months ago
Share `patch_id_generators` between `metricflow`/`metricflow-semantics`

plypaul opened this pull request 2 months ago
WIP - custom grain for conversion metrics

courtneyholcomb opened this pull request 3 months ago
Additional rendering & check query tests for custom grain

courtneyholcomb opened this pull request 3 months ago
[Bug] Inconsistent `label` requirements between metrics

siljamardla opened this issue 3 months ago
Add classes to represent CTEs

plypaul opened this pull request 3 months ago
Regularize select statement rendering

plypaul opened this pull request 3 months ago
Implement `Mergeable` for `SqlBindParameterSet`

plypaul opened this pull request 3 months ago
Rename `SqlBindParameters` to `SqlBindParameterSet`

plypaul opened this pull request 3 months ago
Make `SqlTable.schema_name` optional

plypaul opened this pull request 3 months ago
Change cache in `MetricTimeQueryValidationRule` to `LruCache`

plypaul opened this pull request 3 months ago
Fix missing snapshots

WilliamDee opened this pull request 3 months ago
Bug fix: Apply `metric_time` filters to time spine when needed

courtneyholcomb opened this pull request 3 months ago
Bug fix: don't prune columns used in join condition or where filters

courtneyholcomb opened this pull request 3 months ago
Remove unneeded group bys from time spine dataset

courtneyholcomb opened this pull request 3 months ago
Don't add measure-level filters to post-agg filters

WilliamDee opened this pull request 3 months ago
Add validation for missing `metric_time` when querying to/through SCD

serramatutu opened this pull request 3 months ago
Apply `metric_time` filters to time spine when needed

courtneyholcomb opened this pull request 3 months ago
Update use cases of `fuctools.lru_cache` to use `LruCache`

plypaul opened this pull request 3 months ago
Cache building operations in `DataflowPlanBuilder`

plypaul opened this pull request 3 months ago
Update more log calls to be lazy

plypaul opened this pull request 3 months ago
Add LRU cache to resolve issues with `fuctools.lru_cache`

plypaul opened this pull request 3 months ago
Write test for time spine filter bug scenario

courtneyholcomb opened this pull request 3 months ago
Support filtering of `LinkableElements` by element name

plypaul opened this pull request 3 months ago
Improve cache for `MetricLookup.linkable_elements_for_measure()`

plypaul opened this pull request 3 months ago
Update patterns to use `LinkableElementFilter`

plypaul opened this pull request 3 months ago
Consolidate property filters into a class

plypaul opened this pull request 3 months ago
Reduce recursive-call overhead in `MetricTimeQueryValidationRule`

plypaul opened this pull request 3 months ago
Don't drop parent attributes when joining to custom granularity

courtneyholcomb opened this pull request 3 months ago
Cache additional methods in `MetricLookup` / `SemanticModelLookup`

plypaul opened this pull request 3 months ago
Cache `SemanticModelLookup.get_defined_time_granularity()`

plypaul opened this pull request 3 months ago
Cache methods in `ExpandedTimeGranularity`

plypaul opened this pull request 3 months ago
Cache `ValidLinkableSpecResolver._get_joined_elements()`

plypaul opened this pull request 3 months ago
Lazy format additional log lines

plypaul opened this pull request 3 months ago
Upgrade DSI

courtneyholcomb opened this pull request 3 months ago
WIP - optimize filter elements node?

courtneyholcomb opened this pull request 3 months ago
Use list for where filters

courtneyholcomb opened this pull request 3 months ago
Custom granularity cleanup

courtneyholcomb opened this pull request 3 months ago
Add empty manifest check for `SavedQueryDependencyResolver`

plypaul opened this pull request 3 months ago
Don't error for lack of time spines

courtneyholcomb opened this pull request 3 months ago
Improved source node logic for custom granularities

courtneyholcomb opened this pull request 3 months ago
Tests for custom grain in where filters

courtneyholcomb opened this pull request 3 months ago
Bug fix: custom granularity join column gets pruned

courtneyholcomb opened this pull request 3 months ago
Add `cprofile_output.bin` to `.gitignore`

plypaul opened this pull request 3 months ago
Cache some properties immutable properties

plypaul opened this pull request 3 months ago
Lazily generate group-by-item candidates for suggestions

plypaul opened this pull request 3 months ago
Allow spec patterns to filter based on linkable element properties

plypaul opened this pull request 3 months ago
Change log calls to use `LazyFormat` and `DEBUG` level

plypaul opened this pull request 3 months ago
Add `LazyFormat` to reduce logging overhead on performance

plypaul opened this pull request 3 months ago
Streamline Object Formatting in Logs

plypaul opened this pull request 3 months ago
Custom grain in where filter

courtneyholcomb opened this pull request 3 months ago
Basic check query tests for custom granularity

courtneyholcomb opened this pull request 3 months ago
Support custom granularity in linkable spec resolution

courtneyholcomb opened this pull request 3 months ago
SQL rendering tests for custom granularity time dimensions requiring join

courtneyholcomb opened this pull request 3 months ago
Query parsing for custom granularities

courtneyholcomb opened this pull request 4 months ago
Court/custom grain parse

courtneyholcomb opened this pull request 4 months ago
SQL rendering tests for no-metric queries with custom granularity

courtneyholcomb opened this pull request 4 months ago
SQL rendering tests for metric queries with custom granularity

courtneyholcomb opened this pull request 4 months ago
Dataflow plan for custom granularities

courtneyholcomb opened this pull request 4 months ago
Add SQL rendering logic for custom granularities

courtneyholcomb opened this pull request 4 months ago
Select appropriate time spine node for `metric_time` queries without metrics

courtneyholcomb opened this pull request 4 months ago
wip - allow grain in where filter

courtneyholcomb opened this pull request 4 months ago
adapted tutorial message to show correct dimension name

pfitzn opened this pull request 4 months ago
Switch query parameter classes onto ExpandedTimeGranularity

tlento opened this pull request 4 months ago
Make SemanticManifestLookup available for spec pattern creation

tlento opened this pull request 4 months ago
Remove unused parse_object_builder_naming_scheme helper function

tlento opened this pull request 4 months ago
Include custom granularities in source nodes

courtneyholcomb opened this pull request 4 months ago
Disable predicate pushdown optimizer

courtneyholcomb opened this pull request 4 months ago
`TimeSpineSource` additions & rename `SqlTableFromClauseNode` -> `SqlTableNode`

courtneyholcomb opened this pull request 4 months ago
WIP

courtneyholcomb opened this pull request 4 months ago
Add `JoinToCustomGranularityNode` to dataflow plan builder

courtneyholcomb opened this pull request 4 months ago
Add SQL rendering logic for custom granularities

courtneyholcomb opened this pull request 4 months ago
Add `JoinToCustomGranularityNode`

courtneyholcomb opened this pull request 4 months ago
Lowercase all names passed into `StructuredLinkableSpecName`

courtneyholcomb opened this pull request 4 months ago
WIP - expose queryable granularities on MFEngine

courtneyholcomb opened this pull request 4 months ago
Upgrade DSI

courtneyholcomb opened this pull request 4 months ago
Use ExpandedTimeGranularity in TimeDimensionSpec

tlento opened this pull request 4 months ago
Remove unused DimensionSpecResolver class

tlento opened this pull request 4 months ago
Foundations for custom granularity

courtneyholcomb opened this pull request 4 months ago
Allow custom granularity names in string name to struct conversion

tlento opened this pull request 4 months ago
Remove `from_name` methods on spec classes

tlento opened this pull request 4 months ago
Add ExpandedTimeGranularity struct to linkable elements

tlento opened this pull request 4 months ago
Bug fix: non-additive dimension with non-default grain

courtneyholcomb opened this pull request 4 months ago
Bug fix: non-additive dimension with non-default grain

courtneyholcomb opened this pull request 4 months ago
`DataflowPlan` for custom granularities

courtneyholcomb opened this pull request 4 months ago
Update aggregated conversion node to only have queried linkable specs

WilliamDee opened this pull request 4 months ago