v1.7.0: Consolidated reference tables and local mode validation#27
Merged
v1.7.0: Consolidated reference tables and local mode validation#27
Conversation
7eb9ad0 to
92f9d6e
Compare
BREAKING CHANGES:
- visualizations_references replaces visualizations_metrics and visualizations_attributes
- metrics_references replaces metrics_relationships and metrics_ldm_references
New features:
- is_valid defaults to NULL in local mode, computed in post-export
- Date instance support in LDM export
- {label/...} extraction from MAQL
- metrics_is_valid and visualizations_is_valid post-export updates
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
92f9d6e to
3cc5bb9
Compare
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
This release consolidates visualization and metric reference tables into unified schemas and adds
is_validcomputation for local mode exports.Breaking Changes
visualizations_referencesreplacesvisualizations_metricsandvisualizations_attributesobject_type(metric/fact/attribute/label) +source(measure/attribute/filter)gooddata_visualizations_references.csvmetrics_referencesreplacesmetrics_relationshipsandmetrics_ldm_referencesreference_typecolumn (metric/attribute/label/fact)v_metrics_relationshipsandv_metrics_relationships_rootnow filter byreference_type = 'metric'New Features
is_validcomputation for local modeNULLwhenareRelationsValidis absentDate instance support in LDM export
ldm.dateInstancesin addition toldm.datasetsldm_columns{label/date.granularity}references{label/...}extraction from MAQLreference_type='label'ldm_columns(type='attribute') since MAQL{label/id}uses attribute IDValidation Logic
{metric/X}metricstable{attr/X}ldm_columns(type='attribute'){label/X}ldm_columns(type='attribute'){fact/X}ldm_columns(type='fact')metricstableldm_columns(type='fact')ldm_columns(type='attribute')ldm_labelstableTest plan
test_metrics_references.pywith 24 tests covering:is_validcomputation for local mode🤖 Generated with Claude Code