Skip to content

Commit 10cbbd7

Browse files
authoredMay 12, 2024
docs: fix docs utms & slack footer (datahub-project#10481)
1 parent 786fe45 commit 10cbbd7

File tree

7 files changed

+3
-20
lines changed

7 files changed

+3
-20
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ HOSTED_DOCS_ONLY-->
2828
[![PyPI version](https://badge.fury.io/py/acryl-datahub.svg)](https://badge.fury.io/py/acryl-datahub)
2929
[![build & test](https://github.com/datahub-project/datahub/workflows/build%20&%20test/badge.svg?branch=master&event=push)](https://github.com/datahub-project/datahub/actions?query=workflow%3A%22build+%26+test%22+branch%3Amaster+event%3Apush)
3030
[![Docker Pulls](https://img.shields.io/docker/pulls/acryldata/datahub-gms.svg)](https://hub.docker.com/r/acryldata/datahub-gms)
31-
[![Slack](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://datahubproject.io/slack?utm_source=docs&utm_medium=docs&utm_campaign=docs_page_link)
31+
[![Slack](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://datahubproject.io/slack?utm_source=github&utm_medium=readme&utm_campaign=github_readme)
3232
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/datahub-project/datahub/blob/master/docs/CONTRIBUTING.md)
3333
[![GitHub commit activity](https://img.shields.io/github/commit-activity/m/datahub-project/datahub)](https://github.com/datahub-project/datahub/pulls?q=is%3Apr)
3434
[![License](https://img.shields.io/github/license/datahub-project/datahub)](https://github.com/datahub-project/datahub/blob/master/LICENSE)
@@ -106,7 +106,7 @@ We welcome contributions from the community. Please refer to our [Contributing G
106106

107107
## Community
108108

109-
Join our [Slack workspace](https://datahubproject.io/slack?utm_source=docs&utm_medium=docs&utm_campaign=docs_page_link) for discussions and important announcements. You can also find out more about our upcoming [town hall meetings](docs/townhalls.md) and view past recordings.
109+
Join our [Slack workspace](https://datahubproject.io/slack?utm_source=github&utm_medium=readme&utm_campaign=github_readme) for discussions and important announcements. You can also find out more about our upcoming [town hall meetings](docs/townhalls.md) and view past recordings.
110110

111111
## Adoption
112112

‎docs/slack.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The DataHub Slack is a thriving and rapidly growing community - we can't wait for you to join us!
44

5-
_[Sign up here](https://datahubproject.io/slack?utm_source=docs&utm_medium=docs&utm_campaign=docs_page_link) to join us on Slack and to subscribe to the DataHub Community newsletter. Already a member? [Log in here](https://datahubproject.io/slack?utm_source=docs&utm_medium=docs&utm_campaign=docs_page_link)._
5+
_[Sign up here](https://datahubproject.io/slack?utm_source=docs&utm_medium=page_link&utm_campaign=docs_page_link) to join us on Slack and to subscribe to the DataHub Community newsletter. Already a member? [Log in here](https://datahubproject.io/slack?utm_source=docs&utm_medium=docs&utm_campaign=docs_page_link)._
66

77
## Slack Guidelines
88

‎metadata-ingestion/docs/dev_guides/profiling_ingestions.md

-4
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,3 @@ This will generate an interactive HTML file for analysis:
8888

8989
`memray` has an extensive set of features for memory investigation. Take a look at their [documentation](https://bloomberg.github.io/memray/overview.html) to see the full feature set.
9090

91-
92-
## Questions
93-
94-
If you've got any questions on configuring profiling, feel free to ping us on [our Slack](https://datahubproject.io/slack?utm_source=docs&utm_medium=docs&utm_campaign=docs_page_link)!

‎metadata-ingestion/docs/dev_guides/sql_profiles.md

-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@ Extracts:
2828

2929
SQL profiling is supported for all SQL sources. Check the individual source page to verify if it supports profiling.
3030

31-
## Questions
32-
33-
If you've got any questions on configuring profiling, feel free to ping us on [our Slack](https://datahubproject.io/slack?utm_source=docs&utm_medium=docs&utm_campaign=docs_page_link)!

‎metadata-ingestion/docs/sources/hana/hana.md

-3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,3 @@ The implementation uses the [SQLAlchemy Dialect for SAP HANA](https://github.com
55

66
Under the hood, [SQLAlchemy Dialect for SAP HANA](https://github.com/SAP/sqlalchemy-hana) uses the SAP HANA Python Driver hdbcli. Therefore it is compatible with HANA or HANA express versions since HANA SPS 2.
77

8-
## Questions
9-
10-
If you've got any questions on configuring this source, feel free to ping us on [our Slack](https://datahubproject.io/slack?utm_source=docs&utm_medium=docs&utm_campaign=docs_page_link)!

‎metadata-ingestion/sink_docs/console.md

-4
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,3 @@ sink:
2727
## Config details
2828
2929
None!
30-
31-
## Questions
32-
33-
If you've got any questions on configuring this sink, feel free to ping us on [our Slack](https://datahubproject.io/slack?utm_source=docs&utm_medium=docs&utm_campaign=docs_page_link)!

‎metadata-ingestion/sink_docs/file.md

-3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,3 @@ Note that a `.` is used to denote nested fields in the YAML recipe.
3636
| -------- | -------- | ------- | ------------------------- |
3737
| filename | ✅ | | Path to file to write to. |
3838

39-
## Questions
40-
41-
If you've got any questions on configuring this sink, feel free to ping us on [our Slack](https://datahubproject.io/slack?utm_source=docs&utm_medium=docs&utm_campaign=docs_page_link)!

0 commit comments

Comments
 (0)