From 74be4894999ba4bd614cb5677472e79da6950879 Mon Sep 17 00:00:00 2001 From: johnnyaug Date: Wed, 20 Sep 2023 16:01:57 +0300 Subject: [PATCH] fix broken link --- docs/understand/glossary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/understand/glossary.md b/docs/understand/glossary.md index b24db3316d1..dc2696266c4 100644 --- a/docs/understand/glossary.md +++ b/docs/understand/glossary.md @@ -36,7 +36,7 @@ It is sometimes referred as multi-table transactions. That is, lakeFS offers tra ## Data Lake Governance ### -The goal of data lake governance is to apply policies, standards and processes on the data. This allows creating high-quality data and ensuring that it’s used appropriately across the organization. Data lake governance improves the data quality and increases data usage for business decision-making, leading to operational improvements, better-informed business strategies, and stronger financial performance. lakeFS Cloud offers advanced data lake management features such as: [Role-Based Access Control]({% link reference/security/rbac.md %}), [Branch Aware Managed Garbage Collection]({% link howto/garbage-collection/committed.md %}), [Data Lineage and Audit log]({% link reference/auditing.md %}). +The goal of data lake governance is to apply policies, standards and processes on the data. This allows creating high-quality data and ensuring that it’s used appropriately across the organization. Data lake governance improves the data quality and increases data usage for business decision-making, leading to operational improvements, better-informed business strategies, and stronger financial performance. lakeFS Cloud offers advanced data lake management features such as: [Role-Based Access Control]({% link reference/security/rbac.md %}), [Branch Aware Managed Garbage Collection]({% link howto/garbage-collection/gc.md %}), [Data Lineage and Audit log]({% link reference/auditing.md %}). ## Data Lifecycle Management In data-intensive applications, data should be managed through its entire lifecycle similar to how teams manage code. By doing so, we could leverage the best practices and tools from application lifecycle management (like CI/CD operations) and apply them to data. lakeFS offers data lifecycle management via [isolated data development environments]({% link understand/use_cases/etl_testing.md %}) instead of shared buckets.