Skip to content

Commit e526214

Browse files
authored
Update slack link (#767)
1 parent a8203c6 commit e526214

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Follow the [tutorial](https://sqlmesh.readthedocs.io/en/stable/quick_start/) to
1414
## Join our community
1515
We'd love to join you on your data journey. Connect with us in the following ways:
1616

17-
* Join the [Tobiko Slack community](https://join.slack.com/t/tobiko-data/shared_invite/zt-1tofr385z-vi~hDISNABiYIgkfGM3Khg) to ask questions, or just to say hi!
17+
* Join the [Tobiko Slack community](https://tobikodata.com/slack) to ask questions, or just to say hi!
1818
* File an issue on our [GitHub](https://github.com/TobikoData/sqlmesh/issues/new).
1919
* Send us an email at [hello@tobikodata.com](hello@tobikodata.com) with your questions or feedback.
2020

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ SQLMesh was built on three core principles:
7272
## Next steps
7373
* [Jump right in with the quickstart](quick_start.md)
7474
* [Learn more about SQLMesh concepts](concepts/overview.md)
75-
* [Join our Slack community](https://join.slack.com/t/tobiko-data/shared_invite/zt-1tofr385z-vi~hDISNABiYIgkfGM3Khg)
75+
* [Join our Slack community](https://tobikodata.com/slack)

docs/integrations/engines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ sqlmesh_airflow = SQLMeshAirflow(
4949
## Databricks - Local/Built-in Scheduler
5050
If your project contains Python models that use PySpark DataFrames AND you are using the built-in scheduler, then you must run plan/apply on a Databricks cluster.
5151
This can be done using the [Notebook magic](../reference/notebook.md) or by using the [CLI](../reference/cli.md).
52-
This is something we are looking into improving — please leave us feedback in [our Slack channel](https://join.slack.com/t/tobiko-data/shared_invite/zt-1tofr385z-vi~hDISNABiYIgkfGM3Khg) if this impacts you.
52+
This is something we are looking into improving — please leave us feedback in [our Slack channel](https://tobikodata.com/slack) if this impacts you.
5353
A potential workaround until this support is added is to use [Databricks Connect](https://docs.databricks.com/dev-tools/databricks-connect.html). This will make it look like you are running on a cluster, and should theoretically work.
5454

5555
Databricks has a few options for connection types to choose from:

docs/integrations/github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This will be done without copying or rebuilding data using SQLMesh's [Virtual Da
66
Once approved, the CI/CD bot will automatically run [plan/apply](../concepts/plans.md) to the production environment and merge the PR upon completion.
77
This allows you to always have your main branch and prod environments in sync.
88

9-
We will be launching this CI/CD bot soon — in the meantime, please leave any feedback or questions in [our Slack channel](https://join.slack.com/t/tobiko-data/shared_invite/zt-1tofr385z-vi~hDISNABiYIgkfGM3Khg)!
9+
We will be launching this CI/CD bot soon — in the meantime, please leave any feedback or questions in [our Slack channel](https://tobikodata.com/slack)!

docs/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,4 +252,4 @@ Double-check that the data did indeed update in prod by running `sqlmesh fetchdf
252252
Congratulations, you've now conquered the basics of using SQLMesh!
253253
254254
* [Learn more about SQLMesh concepts](concepts/overview.md)
255-
* [Join our Slack community](https://join.slack.com/t/tobiko-data/shared_invite/zt-1tofr385z-vi~hDISNABiYIgkfGM3Khg)
255+
* [Join our Slack community](https://tobikodata.com/slack)

posts/virtual_data_environments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ With **Virtual Data Environments**, SQLMesh is able to provide fully **isolated*
158158

159159
To streamline deploying changes to production, our team is about to release the SQLMesh [CI/CD bot](https://github.com/TobikoData/sqlmesh/blob/main/docs/integrations/github.md), which will help automate this process.
160160

161-
Don't miss out - join our [Slack channel](https://join.slack.com/t/tobiko-data/shared_invite/zt-1tofr385z-vi~hDISNABiYIgkfGM3Khg) and stay tuned!
161+
Don't miss out - join our [Slack channel](https://tobikodata.com/slack) and stay tuned!

0 commit comments

Comments
 (0)