2022-09-01 18:11:14 -05:00
|
|
|
import FeatureAvailability from '@site/src/components/FeatureAvailability';
|
|
|
|
|
2024-05-14 08:57:53 +09:00
|
|
|
# [Feature Name]
|
2022-09-01 18:11:14 -05:00
|
|
|
|
|
|
|
<!-- All Feature Guides should begin with `About DataHub ` to improve SEO -->
|
|
|
|
|
2025-04-16 16:55:51 -07:00
|
|
|
<!--
|
2024-07-30 09:52:51 +09:00
|
|
|
Update feature availability; by default, feature availabilty is Self-Hosted and DataHub Cloud
|
2022-09-01 18:11:14 -05:00
|
|
|
|
2024-07-30 09:52:51 +09:00
|
|
|
Add in `saasOnly` for DataHub Cloud-only features
|
2022-09-01 18:11:14 -05:00
|
|
|
-->
|
|
|
|
|
|
|
|
<FeatureAvailability/>
|
|
|
|
|
|
|
|
<!-- This section should provide a plain-language overview of feature. Consider the following:
|
|
|
|
|
|
|
|
* What does this feature do? Why is it useful?
|
|
|
|
* What are the typical use cases?
|
|
|
|
* Who are the typical users?
|
|
|
|
* In which DataHub Version did this become available? -->
|
|
|
|
|
|
|
|
## [Feature Name] Setup, Prerequisites, and Permissions
|
|
|
|
|
|
|
|
<!-- This section should provide plain-language instructions on how to configure the feature:
|
|
|
|
|
|
|
|
* What special configuration is required, if any?
|
|
|
|
* How can you confirm you configured it correctly? What is the expected behavior?
|
|
|
|
* What access levels/permissions are required within DataHub? -->
|
|
|
|
|
|
|
|
## Using [Feature Name]
|
|
|
|
|
|
|
|
<!-- Plain-language instructions of how to use the feature
|
|
|
|
|
|
|
|
Provide a step-by-step guide to use feature, including relevant screenshots and/or GIFs
|
|
|
|
|
|
|
|
* Where/how do you access it?
|
|
|
|
* What best practices exist?
|
|
|
|
* What are common code snippets?
|
|
|
|
-->
|
|
|
|
|
|
|
|
## Additional Resources
|
|
|
|
|
|
|
|
<!-- Comment out any irrelevant or empty sections -->
|
|
|
|
|
|
|
|
### Videos
|
|
|
|
|
|
|
|
<!-- Use the following format to embed YouTube videos:
|
|
|
|
|
|
|
|
**Title of YouTube video in bold text**
|
|
|
|
|
|
|
|
<p align="center">
|
|
|
|
<iframe width="560" height="315" src="www.youtube.com/embed/VIDEO_ID" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
2025-04-16 16:55:51 -07:00
|
|
|
</p>
|
2022-09-01 18:11:14 -05:00
|
|
|
|
|
|
|
-->
|
|
|
|
|
2025-04-16 16:55:51 -07:00
|
|
|
<!--
|
|
|
|
NOTE: Find the iframe details in YouTube by going to Share > Embed
|
2022-09-01 18:11:14 -05:00
|
|
|
-->
|
|
|
|
|
|
|
|
### GraphQL
|
|
|
|
|
|
|
|
<!-- Bulleted list of relevant GraphQL docs; comment out section if none -->
|
|
|
|
|
|
|
|
### DataHub Blog
|
|
|
|
|
|
|
|
<!-- Bulleted list of relevant DataHub Blog posts; comment out section if none -->
|
|
|
|
|
|
|
|
## FAQ and Troubleshooting
|
|
|
|
|
|
|
|
<!-- Use the following format:
|
|
|
|
|
|
|
|
**Question in bold text**
|
|
|
|
|
|
|
|
Response in plain text
|
|
|
|
|
|
|
|
-->
|
|
|
|
|
|
|
|
### Related Features
|
|
|
|
|
2025-04-16 16:55:51 -07:00
|
|
|
<!-- Bulleted list of related features; comment out section if none -->
|