diff --git a/docs/deployment/agents/airflow.rst b/docs/deployment/agents/airflow.rst index c5a146894f..9db7554cd6 100644 --- a/docs/deployment/agents/airflow.rst +++ b/docs/deployment/agents/airflow.rst @@ -4,3 +4,8 @@ Airflow agent ================= This guide provides an overview of how to set up the Airflow agent in your Flyte deployment. + +Specify agent configuration +---------------------------- + +TK diff --git a/docs/deployment/agents/index.md b/docs/deployment/agents/index.md index 45b14394da..0e114c8d06 100644 --- a/docs/deployment/agents/index.md +++ b/docs/deployment/agents/index.md @@ -7,16 +7,20 @@ To set configure your Flyte deployment for agents, see the documentation below. +:::{note} +If you are using a managed deployment of Flyte, you will need to contact your deployment administrator to configure agents in your deployment. +::: + ```{list-table} :header-rows: 0 :widths: 20 30 * - {ref}`Airflow Agent ` - Configuring your Flyte deployment for the Airflow agent -* - {ref}`Bigquery Agent ` - - Configuring your Flyte deployment for the Bigquery agent. * - {ref}`Databricks Agent ` - Configuring your Flyte deployment for the Databricks agent. +* - {ref}`Google BigQuery Agent ` + - Configuring your Flyte deployment for the BigQuery agent. * - {ref}`MMCloud Agent ` - Configuring your Flyte deployment for the MMCloud agent. * - {ref}`Sensor Agent ` @@ -29,8 +33,8 @@ To set configure your Flyte deployment for agents, see the documentation below. :hidden: airflow -bigquery databricks +bigquery mmcloud sensor snowflake diff --git a/docs/deployment/agents/snowflake.rst b/docs/deployment/agents/snowflake.rst index 48818ac4dc..7b527469c6 100644 --- a/docs/deployment/agents/snowflake.rst +++ b/docs/deployment/agents/snowflake.rst @@ -3,4 +3,9 @@ Snowflake agent ================= -This guide provides an overview of how to set up the Snowflake agent in your Flyte deployment. \ No newline at end of file +This guide provides an overview of how to set up the Snowflake agent in your Flyte deployment. + +Specify agent configuration +---------------------------- + +TK \ No newline at end of file