Skip to content

Commit

Permalink
Update Confluence READMEs (#841)
Browse files Browse the repository at this point in the history
* update readmes

* bump version

* Revert "bump version"

This reverts commit 3cde55c.
  • Loading branch information
rishimo authored Apr 24, 2024
1 parent a19b45b commit 06264e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion metaphor/confluence/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 06264e8

Please sign in to comment.