Skip to content

fix(hana-cloud-ecn): repair malformed tags frontmatter list - #24228

Merged
jung-thomas merged 1 commit into
masterfrom
fix/hana-cloud-ecn-tags-frontmatter
Sep 19, 2026
Merged

jung-thomas merged 1 commit into
masterfrom
fix/hana-cloud-ecn-tags-frontmatter

Conversation

@jung-thomas

Copy link
Copy Markdown
Contributor

Problem

Commit e70c6db ("Updates to the SAP HANA Client tutorials", 2026-09-14) corrupted the tags frontmatter of hana-cloud-ecn:

tags: software-product>sap-hana-cloud, software-product>sap-hana-cloud, software-product-function>sap-hana-cloud--sap-hana-database,tutorial>license]

Missing opening [, a duplicated software-product>sap-hana-cloud (already the primary_tag), and a stray trailing ]. YAML parses this as a string, so the portal parser's tags.map() throws tags.map is not a function, the tutorial is dropped from the build, and the content-rebuild guard fails — the tutorial can no longer be published (prod serves stale content; nightly content-drift check fails).

Fix

Restore the known-good list from the parent commit (60d6705):

tags: [tutorial>intermediate, software-product-function>sap-hana-cloud--sap-hana-database,tutorial>license]

One-line frontmatter fix, no content change.

Detected by the scheduled content-drift check (run 35421247052).

e70c6db turned the YAML tags list into a bare string (missing opening [, duplicate software-product>sap-hana-cloud, stray trailing ]). The parser's tags.map() then threw 'tags.map is not a function', dropping the tutorial from the build and blocking content rebuild/publish. Restores the known-good list from parent commit 60d6705.
@jung-thomas
jung-thomas merged commit 61cd27e into master Sep 19, 2026
1 check passed
@sap-tutorials-builder

Copy link
Copy Markdown
Contributor

Markdown (6)

  • tutorials/hana-cloud-ecn/hana-cloud-ecn.md:46 — Trailing spaces
  • tutorials/hana-cloud-ecn/hana-cloud-ecn.md:137 — Trailing spaces
  • tutorials/hana-cloud-ecn/hana-cloud-ecn.md:652 — Trailing spaces
  • tutorials/hana-cloud-ecn/hana-cloud-ecn.md:678 — Trailing spaces
  • tutorials/hana-cloud-ecn/hana-cloud-ecn.md:1584 — Trailing spaces
  • tutorials/hana-cloud-ecn/hana-cloud-ecn.md:1588 — Trailing spaces

Content (1)

  • tutorials/hana-cloud-ecn/hana-cloud-ecn.md:1 — No step headings found (expected at least one '## ' heading that is not 'You will learn' or 'Prerequisites')

Checked 1fcdcbf • notify-only, does not block merge

@jung-thomas

Copy link
Copy Markdown
Contributor Author

Mirrored to the Contribution working copy: sap-tutorials/Tutorials-Contribution#42161 (keeps them in sync so the fix isn't re-introduced on promotion).

@jung-thomas
jung-thomas deleted the fix/hana-cloud-ecn-tags-frontmatter branch September 19, 2026 15:01
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.

1 participant