Skip to content

Commit

Permalink
Refreshing website content from main repo.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action Website Snapshot committed Nov 12, 2024
1 parent c861808 commit 8242932
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion blog/0.1-release/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ This release includes:

This is only the beginning. We invite everyone interested to [consult and contribute to the roadmap](https://github.com/OpenLineage/OpenLineage/projects). The roadmap currently contains, among other things: adding support for [Kafka](https://github.com/OpenLineage/OpenLineage/issues/152), [BI dashboards](https://github.com/OpenLineage/OpenLineage/issues/207), and [column level lineage](https://github.com/OpenLineage/OpenLineage/issues/148)...but you can influence it by participating!

Follow the [repo](https://github.com/OpenLineage/OpenLineage) to stay updated. And, as always, you can [join the conversation](http://bit.ly/OpenLineageSlack) on Slack.
Follow the [repo](https://github.com/OpenLineage/OpenLineage) to stay updated. And, as always, you can [join the conversation](https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA) on Slack.
2 changes: 1 addition & 1 deletion blog/nyc-meetup/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ to the building is on 19th Street.

#### Getting In
- If you arrive before 6 pm, simply come on up to the third floor! Otherwise, post
a message in [Slack](http://bit.ly/OpenLineageSlack) to let us know you're here,
a message in [Slack](https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA) to let us know you're here,
and someone will let you in.

### Hope to see you there!
2 changes: 1 addition & 1 deletion blog/python-client/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,6 @@ Check out the source code here: https://github.com/OpenLineage/OpenLineage/tree/

Interested in contributing to the project? Read our guide for new contributors: https://github.com/OpenLineage/OpenLineage/blob/main/CONTRIBUTING.md.

Join us on Slack: http://bit.ly/OpenLineageSlack.
Join us on Slack: https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA.

Attend a community meeting: https://bit.ly/OLwikitsc.
2 changes: 1 addition & 1 deletion docs/integrations/airflow/airflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ If you want to expose lineage as a one off in your workflow, [you can also manua

## Feedback

You can reach out to us on [slack](http://bit.ly/OpenLineageSlack) and leave us feedback!
You can reach out to us on [slack](https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA) and leave us feedback!
2 changes: 1 addition & 1 deletion docs/integrations/dbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ Emitted 4 openlineage events

## Feedback

What did you think of this guide? You can reach out to us on [slack](http://bit.ly/OpenLineageSlack) and leave us feedback!
What did you think of this guide? You can reach out to us on [slack](https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA) and leave us feedback!
2 changes: 1 addition & 1 deletion docs/integrations/great-expectations.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ Then run your Great Expecations checkpoint with the CLI or your integration of c
## Feedback
What did you think of this guide? You can reach out to us on [slack](http://bit.ly/OpenLineageSlack) and leave us feedback!
What did you think of this guide? You can reach out to us on [slack](https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA) and leave us feedback!
2 changes: 1 addition & 1 deletion docs/integrations/trino.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ Current documentation on Trino OpenLineage Event Listener with full list of avai

## Feedback

What did you think of this guide? You can reach out to us on [slack](http://bit.ly/OpenLineageSlack) and leave us feedback!
What did you think of this guide? You can reach out to us on [slack](https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA) and leave us feedback!
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const linksSocial = [
{href: 'https://fosstodon.org/@openlineage', label: 'Mastodon', rel: 'me'},
{href: 'https://twitter.com/OpenLineage', label: 'Twitter'},
{href: 'https://www.linkedin.com/groups/13927795/', label: 'LinkedIn'},
{href: 'http://bit.ly/OpenLineageSlack', label: 'Slack'},
{href: 'https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA', label: 'Slack'},
{href: 'https://github.com/OpenLineage/OpenLineage', label: 'GitHub'}
]

Expand Down
2 changes: 1 addition & 1 deletion src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Wall = ({ twoColumnWall = false, capitalizeTitleOnHome = false }) => {
/>
<Button
title="Slack"
to="http://bit.ly/OpenLineageSlack"
to="https://join.slack.com/t/openlineage/shared_invite/zt-2u4oiyz5h-TEmqpP4fVM5eCdOGeIbZvA"
type="link"
iconRight={<Slack />}
/>
Expand Down

0 comments on commit 8242932

Please sign in to comment.