Fix Semantic Layer for Fusion metric discovery#102
Merged
Conversation
4 tasks
C00ldudeNoonan
added a commit
that referenced
this pull request
Jun 16, 2026
…ion migration (#103) * feat: add MetricFlow semantic layer for financial and economic metrics (#85) Implements phase 1 of the dbt semantic layer across four domains: - markets/semantic_models.yml: S&P 500, sector, currency, fixed income daily prices - commodities/semantic_models.yml: input, energy, and agriculture commodity prices - government/semantic_models.yml: FRED monthly economic indicators - signals/semantic_models.yml: inflation (CPI/PCE/breakeven) and labor market signals metrics.yml defines 35 metrics covering equity returns, volatility, inflation gauges (CPI YoY, core PCE, breakeven spreads), and labor market indicators (Sahm Rule, JO/unemployed ratio, quits rate). saved_queries.yml provides 6 pre-built agent queries for equity performance, sector rotation, inflation dashboard, labor market dashboard, macro series scan, and commodity prices. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix: remove stale semantic_models.yml and MetricFlow files superseded by Fusion migration The merge from main (#102) deleted these files in favor of the Fusion schema.yml approach, but the merge kept our branch versions due to diverging history. Manually aligning with main's state. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes #101
Validation
Notes