From 06264e81169ecb2f7f3f314cd0b26d509a20c8ae Mon Sep 17 00:00:00 2001 From: Rishi Mohan <83937556+rishimo@users.noreply.github.com> Date: Wed, 24 Apr 2024 10:30:48 -0700 Subject: [PATCH] Update Confluence READMEs (#841) * update readmes * bump version * Revert "bump version" This reverts commit 3cde55cbda48a90707cd224be9e40c8d08ad2b74. --- README.md | 2 ++ metaphor/confluence/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85f12e74..6a0ed854 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Each connector is placed under its own directory under [metaphor](./metaphor) an | [bigquery](metaphor/bigquery/) | Schema, description, statistics, queries | | [bigquery.lineage](metaphor/bigquery/lineage/) | Lineage | | [bigquery.profile](metaphor/bigquery/profile/) | Data profile | +| [confluence](metaphor/confluence/) | Document embeddings | | [custom.data_quality](metaphor/custom/data_quality/) | Data quality | | [custom.governance](metaphor/custom/governance/) | Ownership, tags, description | | [custom.lineage](metaphor/custom/lineage/) | Lineage | @@ -79,6 +80,7 @@ Each connector is placed under its own directory under [metaphor](./metaphor) an | [snowflake](metaphor/snowflake/) | Schema, description, statistics, queries | | [snowflake.lineage](metaphor/snowflake/lineage/) | Lineage | | [snowflake.profile](metaphor/snowflake/profile/) | Data profile | +| [static_web](metaphor/static_web/) | Document embeddings | | [synapse](metaphor/synapse/) | Schema, queries | | [tableau](metaphor/tableau/) | Dashboard, lineage | | [thought_spot](metaphor/thought_spot/) | Dashboard, lineage | diff --git a/metaphor/confluence/README.md b/metaphor/confluence/README.md index 956a3945..6c33020c 100644 --- a/metaphor/confluence/README.md +++ b/metaphor/confluence/README.md @@ -87,7 +87,7 @@ See [Output Config](../common/docs/output.md) for more information on the option ## Testing -Follow the [installation](../../README.md) instructions to install `metaphor-connectors` in your environment (or virtualenv). Make sure to include the `confluence` or `all` extra (and the `confluence-attachments` extra if desired). +Follow the [installation](../../README.md) instructions to install `metaphor-connectors` in your environment (or virtualenv). Make sure to include the `confluence` or `all` extra. Run the following command to test the connector locally: