Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(saas-overview) added missing features to observe section #10913

Merged
merged 6 commits into from
Jul 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 11 additions & 4 deletions docs/managed-datahub/managed-datahub-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,17 @@ know.
| Feature | DataHub | Acryl DataHub |
| ---------------------------------------------- | ------- | ------------- |
| Surface data quality results | ✅ | ✅ |
| Build and enforce continuous data SLAs | ❌ | ✅ |
| Continuous monitoring of dataset health | ❌ | ✅ |
| Data observability alerts and notifications | ❌ | ✅ |
| Data Incident management | ❌ | ✅ |
| Create data contracts | ✅ | ✅ |
| Raise and Resolve Data Incidents | ✅ | ✅ |
| Monitor Freshness SLAs | ❌ | ✅ |
| Monitor Table Schemas | ❌ | ✅ |
| Monitor Table Volume | ❌ | ✅ |
| Validate Table Columns | ❌ | ✅ |
Copy link
Collaborator Author

@jayacryl jayacryl Jul 16, 2024

Choose a reason for hiding this comment

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

Monitor Table Column integrity

| Receive Notifications via Email & Slack | ❌ | ✅ |
| Manage Data Incidents via Slack | ❌ | ✅ |
| View Data Health Dashboard | ❌ | ✅ |
| Evaluate data quality checks on-demand (API + UI) | ❌ | ✅ |
| Evaluate data quality checks in your VPC | ❌ | ✅ |


## Enterprise Grade
Expand Down
Loading