Skip to content

feat(gooddata-pipelines): support tags, description and merge into existing LDM#1580

Merged
benkeanna merged 1 commit intomasterfrom
aben/mic-bca
Apr 23, 2026
Merged

feat(gooddata-pipelines): support tags, description and merge into existing LDM#1580
benkeanna merged 1 commit intomasterfrom
aben/mic-bca

Conversation

@benkeanna
Copy link
Copy Markdown
Contributor

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.83%. Comparing base (6d554ce) to head (4ec2144).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1580      +/-   ##
==========================================
+ Coverage   78.71%   78.83%   +0.11%     
==========================================
  Files         230      230              
  Lines       15449    15486      +37     
==========================================
+ Hits        12161    12208      +47     
+ Misses       3288     3278      -10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.


### Merging into an existing child workspace LDM

By default, `process` uploads only the declarative fragment built from your custom dataset definitions. For child workspaces that already inherit an LDM, you typically need to **merge** custom datasets and date instances into the current model instead of replacing it.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This confused me a little bit about what to expect from the functionality. Would perhaps something like

By default, `process` overwrites the entire everything in child workspace LDM based on your inputs. By setting `merge_into_existing_ldm=True` you can change this behavior to append your inputs to existing child workspace LDM extensions. [...]

make it a bit clearer?

manager._sdk.catalog_workspace.put_declarative_workspace.assert_not_called()


def test_relations_check_failure_and_revert(
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is there a reason to remove these tests?

set, datasets that carry ``management_tag`` but are absent from the incoming
fragment are removed first (typical for tooling-owned extension datasets).

Inherited LDM objects that are not touched by the fragment remain unchanged.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you cannot touch the inherited LDM objects anyway. Is this more about the preexisting extensions not being touched by the merge?

@benkeanna benkeanna merged commit 47e8c47 into master Apr 23, 2026
14 checks passed
@benkeanna benkeanna deleted the aben/mic-bca branch April 23, 2026 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants