mirror of
https://github.com/datahub-project/datahub.git
synced 2025-11-02 03:39:03 +00:00
52 lines
2.4 KiB
Markdown
52 lines
2.4 KiB
Markdown
|
|
import FeatureAvailability from '@site/src/components/FeatureAvailability';
|
||
|
|
|
||
|
|
# Microsoft Teams App Features
|
||
|
|
|
||
|
|
<FeatureAvailability saasOnly />
|
||
|
|
|
||
|
|
The DataHub Microsoft Teams App brings several of DataHub's key capabilities directly into your Teams experience.
|
||
|
|
The integration enables your team to:
|
||
|
|
|
||
|
|
1. Ask DataHub about your data (by tagging @DataHub)
|
||
|
|
2. Get notified when Data Assets change
|
||
|
|
3. Manage Data Incidents
|
||
|
|
|
||
|
|
The Teams App makes data discovery easier and more accessible, by making DataHub available where you work.
|
||
|
|
Learn more about [how to set up the Teams app](./saas-teams-setup.md).
|
||
|
|
|
||
|
|
## Ask DataHub in Teams
|
||
|
|
|
||
|
|
Simply mention @DataHub in any channel or chat to ask questions about your data. Some popular use cases include:
|
||
|
|
|
||
|
|
- Search for data assets using natural language.
|
||
|
|
- Understand the impact of changes to data assets.
|
||
|
|
- Dig into specific asset context - their glossary terms, owners, and more.
|
||
|
|
- Write SQL queries to perform specific analysis.
|
||
|
|
|
||
|
|
<p align="left">
|
||
|
|
<img width="80%" alt="Example Ask DataHub in Microsoft Teams." src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/teams/ask_datahub.png" />
|
||
|
|
</p>
|
||
|
|
|
||
|
|
## Get Notified
|
||
|
|
|
||
|
|
To get personal notifications via Teams, you must first [connect your teams account](./saas-teams-setup.md#connecting-your-personal-teams-account).
|
||
|
|
|
||
|
|
The DataHub Teams app enables you to be notified in specific Teams channels or direct messages when important changes to your Data Assets occur.
|
||
|
|
Notification preferences & subscriptions [can be configured](../subscription-and-notification.md) in the DataHub UI once the [Teams app is set up](./saas-teams-setup.md).
|
||
|
|
|
||
|
|
<p align="left">
|
||
|
|
<img width="70%" alt="Example DataHub notifications in Microsoft Teams." src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/teams/notification.png" />
|
||
|
|
</p>
|
||
|
|
|
||
|
|
## Manage Data Incidents
|
||
|
|
|
||
|
|
One of the most common use cases for the Teams app is incident management.
|
||
|
|
When an incident is raised, you will get notified about its impact, priority, and more.
|
||
|
|
You will also be able to directly resolve the incident, or dive deeper into DataHub, directly from Teams.
|
||
|
|
|
||
|
|
To learn more about DataHub incident management, check out the [Incidents](https://docs.datahub.com/docs/incidents/incidents/) feature guide.
|
||
|
|
|
||
|
|
<p align="left">
|
||
|
|
<img width="70%" alt="Example of incident notifications in Teams." src="https://raw.githubusercontent.com/datahub-project/static-assets/main/imgs/saas/teams/incident_notification.png" />
|
||
|
|
</p>
|