From 2474d676ef52c5122841a9cf333269814f160ade Mon Sep 17 00:00:00 2001 From: Sitaram Shelke Date: Wed, 10 Jan 2024 15:43:21 +0530 Subject: [PATCH 1/3] Mention that DBT Worker not supported on K8s. Adds a note that DBT currently is not supported in Kubernetes cluster to save people time setting up the Airbyte in Kubernetes cluster. --- docs/deploying-airbyte/on-kubernetes-via-helm.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/deploying-airbyte/on-kubernetes-via-helm.md b/docs/deploying-airbyte/on-kubernetes-via-helm.md index 818dec3f78f5..e903d7fcaf76 100644 --- a/docs/deploying-airbyte/on-kubernetes-via-helm.md +++ b/docs/deploying-airbyte/on-kubernetes-via-helm.md @@ -10,6 +10,8 @@ If you don't want to configure your own Kubernetes cluster and Airbyte instance, Alternatively, you can deploy Airbyte on [Restack](https://www.restack.io) to provision your Kubernetes cluster on AWS. Follow [this guide](on-restack.md) to get started. +> Airbyte running on Self-Hosted Kubernetes does't support DBT Transformations. Please refer to [#5901](https://github.com/airbytehq/airbyte/issues/5091) + ## Getting Started ### Cluster Setup From ff1dafe14427e12cb4e81562567800cbb48bb20e Mon Sep 17 00:00:00 2001 From: Sitaram Shelke Date: Wed, 10 Jan 2024 23:30:44 +0530 Subject: [PATCH 2/3] Fix typo --- docs/deploying-airbyte/on-kubernetes-via-helm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/deploying-airbyte/on-kubernetes-via-helm.md b/docs/deploying-airbyte/on-kubernetes-via-helm.md index e903d7fcaf76..549a67d919df 100644 --- a/docs/deploying-airbyte/on-kubernetes-via-helm.md +++ b/docs/deploying-airbyte/on-kubernetes-via-helm.md @@ -10,7 +10,7 @@ If you don't want to configure your own Kubernetes cluster and Airbyte instance, Alternatively, you can deploy Airbyte on [Restack](https://www.restack.io) to provision your Kubernetes cluster on AWS. Follow [this guide](on-restack.md) to get started. -> Airbyte running on Self-Hosted Kubernetes does't support DBT Transformations. Please refer to [#5901](https://github.com/airbytehq/airbyte/issues/5091) +> Note: Airbyte running on Self-Hosted Kubernetes doesn't support DBT Transformations. Please refer to [#5901](https://github.com/airbytehq/airbyte/issues/5091) ## Getting Started From 5550f94d35422e30b8a34b0994d01fa366c58fc1 Mon Sep 17 00:00:00 2001 From: Marcos Marx Date: Thu, 11 Jan 2024 14:53:34 -0300 Subject: [PATCH 3/3] change to use docusaurus note notation --- docs/deploying-airbyte/on-kubernetes-via-helm.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/deploying-airbyte/on-kubernetes-via-helm.md b/docs/deploying-airbyte/on-kubernetes-via-helm.md index 549a67d919df..375a59b8576d 100644 --- a/docs/deploying-airbyte/on-kubernetes-via-helm.md +++ b/docs/deploying-airbyte/on-kubernetes-via-helm.md @@ -10,7 +10,9 @@ If you don't want to configure your own Kubernetes cluster and Airbyte instance, Alternatively, you can deploy Airbyte on [Restack](https://www.restack.io) to provision your Kubernetes cluster on AWS. Follow [this guide](on-restack.md) to get started. -> Note: Airbyte running on Self-Hosted Kubernetes doesn't support DBT Transformations. Please refer to [#5901](https://github.com/airbytehq/airbyte/issues/5091) +:::note +Airbyte running on Self-Hosted Kubernetes doesn't support DBT Transformations. Please refer to [#5901](https://github.com/airbytehq/airbyte/issues/5091) +::: ## Getting Started