diff --git a/docs/getting_started/kubernetes.rst b/docs/getting_started/kubernetes.rst index 34bbefb3a4..2dd2385e4c 100644 --- a/docs/getting_started/kubernetes.rst +++ b/docs/getting_started/kubernetes.rst @@ -149,3 +149,19 @@ Enable and trigger a run of the `jaffle_shop_k8s `_ to address this) +- Does not emit Airflow datasets, assets, and dataset aliases (there is an `open ticket `_ to address this) +- Does not handle installing dbt deps for users (there is an `open ticket `_ to address this) +- Does not support `ProfileMapping `_ (there is an `open ticket `_ to address this) +- Does not support `Callbacks `_ (there is an `open ticket `_ to address this) +- Does not expose Compiled SQL as a `templated field `_ +- Does not benefit from `Cosmos caching mechanisms `_ +- Does not support `generating dbt docs & uploading to an object store `_ (there is a `PR `_ to solve this for S3) diff --git a/docs/getting_started/watcher-kubernetes-execution-mode.rst b/docs/getting_started/watcher-kubernetes-execution-mode.rst index 5e882ba620..16dbbffd0a 100644 --- a/docs/getting_started/watcher-kubernetes-execution-mode.rst +++ b/docs/getting_started/watcher-kubernetes-execution-mode.rst @@ -174,6 +174,8 @@ The following limitations from ``ExecutionMode.WATCHER`` also apply to ``Executi For more details on these limitations, refer to the :ref:`watcher-execution-mode` documentation. +Additionally, the limitations from ``ExecutionMode.KUBERNETES`` also apply to ``ExecutionMode.WATCHER_KUBERNETES``. For details, refer to the :ref:`kubernetes-known-limitations` documentation. + ------------------------------------------------------------------------------- Example DAG