fix(data-products): remove Lifecycle Stage from Data Products filters - #31703
Conversation
Lifecycle Stage filter was removed from general entity filters in 1.13.2 but was accidentally left in the Data Products-specific filter lists. Removes it from both DATAPRODUCT_DEFAULT_QUICK_FILTERS and DATAPRODUCT_FILTERS. Fixes #31701 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
✅ PR checks passedThe linked issue has a description and all required Shipping project fields set. Thanks! |
|
Hi there 👋 Thanks for your contribution! The OpenMetadata team will review the PR shortly! Once it has been labeled as Let us know if you need any help! |
|
✅ Playwright Results — workflow succeededValidated commit ✅ 551 passed · ❌ 0 failed · 🟡 0 flaky · ⏭️ 0 skipped · 🧰 0 lifecycle flaky PerformanceBlocking targets: ✅ met · Optimization targets: 🟡 in progress Shard-job maxima below are not the full workflow wall time; the linked run includes build, fixture, planning, and reporting. 🕒 Full workflow signal wall (to summary) 53m 55s ⏱️ Max setup 3m 0s · max shard execution 17m 35s · max shard-job elapsed before upload 20m 53s · reporting 4s 🌐 217.19 requests/attempt · 2.83 app boots/UI scenario · 12.89% common-shard skew Optimization targets still in progress:
How to debug locally# Download playwright-test-results-<shard> artifact and unzip
npx playwright show-trace path/to/trace.zip # view trace |
Code Review ✅ ApprovedRemoves the obsolete Lifecycle Stage option from the Data Product filter configuration to align with general entity filter behavior. No issues found. OptionsDisplay: compact → Showing less information. Comment with these commands to change the behavior for this request:
Was this helpful? React with 👍 / 👎 | Powered by Gitar — free for open source |
…#31703) Lifecycle Stage filter was removed from general entity filters in 1.13.2 but was accidentally left in the Data Products-specific filter lists. Removes it from both DATAPRODUCT_DEFAULT_QUICK_FILTERS and DATAPRODUCT_FILTERS. Fixes #31701 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> (cherry picked from commit 0cb1103)
…#31703) Lifecycle Stage filter was removed from general entity filters in 1.13.2 but was accidentally left in the Data Products-specific filter lists. Removes it from both DATAPRODUCT_DEFAULT_QUICK_FILTERS and DATAPRODUCT_FILTERS. Fixes #31701 Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> (cherry picked from commit 0cb1103)



Summary
EntityFields.LIFECYCLE_STAGEfromDATAPRODUCT_DEFAULT_QUICK_FILTERSDATAPRODUCT_FILTERSThe Lifecycle Stage filter was removed from general entity filter lists in 1.13.2 but was accidentally left in the Data Products-specific filter configuration in
DataProduct.constants.ts, causing it to still appear in the Data Products filter panel.Test plan
Fixes #31701
Greptile Summary
Removes the obsolete Lifecycle Stage option from Data Product filters, aligning this listing with the general entity-filter behavior.
Confidence Score: 5/5
The PR appears safe to merge because both Data Product filter configurations remove Lifecycle Stage consistently and no functional regression was identified.
The changed arrays remain aligned across their rendering, URL-state, and query-building consumers, while all other configured filters are preserved.
Important Files Changed
Reviews (1): Last reviewed commit: "Merge branch 'main' into fix/remove-life..." | Re-trigger Greptile