mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-10 15:59:57 +00:00
MINOR: Fix trino requirement docs (#15088)
This commit is contained in:
parent
e4e96b25c6
commit
8bea265f0a
@ -44,12 +44,7 @@ Configure and schedule Trino metadata and profiler workflows from the OpenMetada
|
|||||||
|
|
||||||
### Metadata
|
### Metadata
|
||||||
|
|
||||||
To extract metadata, the user needs to be able to have `SELECT` permission to the following tables:
|
To extract metadata, the user needs to be able to have `SELECT` privilege on all the tables that you would like to ingest in OpenMetadata as well as `SELECT` privilege `system.metadata.table_comments` table.
|
||||||
- `information_schema.schemata`
|
|
||||||
- `information_schema.columns`
|
|
||||||
- `information_schema.tables`
|
|
||||||
- `information_schema.views`
|
|
||||||
- `system.metadata.table_comments`
|
|
||||||
|
|
||||||
Access to resources will be based on the user access permission to access specific data sources. More information regarding access and security can be found in the Trino documentation [here](https://trino.io/docs/current/security.html).
|
Access to resources will be based on the user access permission to access specific data sources. More information regarding access and security can be found in the Trino documentation [here](https://trino.io/docs/current/security.html).
|
||||||
|
|
||||||
|
|||||||
@ -56,12 +56,7 @@ pip3 install "openmetadata-ingestion[trino]"
|
|||||||
|
|
||||||
{% tilesContainer %}
|
{% tilesContainer %}
|
||||||
|
|
||||||
To ingest metadata from the Trino source, the user must have select privileges for the following tables.
|
To extract metadata, the user needs to be able to have `SELECT` privilege on all the tables that you would like to ingest in OpenMetadata as well as `SELECT` privilege `system.metadata.table_comments` table.
|
||||||
- `information_schema.schemata`
|
|
||||||
- `information_schema.columns`
|
|
||||||
- `information_schema.tables`
|
|
||||||
- `information_schema.views`
|
|
||||||
- `system.metadata.table_comments`
|
|
||||||
|
|
||||||
{% /tilesContainer %}
|
{% /tilesContainer %}
|
||||||
|
|
||||||
|
|||||||
@ -44,12 +44,7 @@ Configure and schedule Trino metadata and profiler workflows from the OpenMetada
|
|||||||
|
|
||||||
### Metadata
|
### Metadata
|
||||||
|
|
||||||
To extract metadata, the user needs to be able to have `SELECT` permission to the following tables:
|
To extract metadata, the user needs to be able to have `SELECT` privilege on all the tables that you would like to ingest in OpenMetadata as well as `SELECT` privilege `system.metadata.table_comments` table.
|
||||||
- `information_schema.schemata`
|
|
||||||
- `information_schema.columns`
|
|
||||||
- `information_schema.tables`
|
|
||||||
- `information_schema.views`
|
|
||||||
- `system.metadata.table_comments`
|
|
||||||
|
|
||||||
Access to resources will be based on the user access permission to access specific data sources. More information regarding access and security can be found in the Trino documentation [here](https://trino.io/docs/current/security.html).
|
Access to resources will be based on the user access permission to access specific data sources. More information regarding access and security can be found in the Trino documentation [here](https://trino.io/docs/current/security.html).
|
||||||
|
|
||||||
|
|||||||
@ -56,12 +56,7 @@ pip3 install "openmetadata-ingestion[trino]"
|
|||||||
|
|
||||||
{% tilesContainer %}
|
{% tilesContainer %}
|
||||||
|
|
||||||
To ingest metadata from the Trino source, the user must have select privileges for the following tables.
|
To extract metadata, the user needs to be able to have `SELECT` privilege on all the tables that you would like to ingest in OpenMetadata as well as `SELECT` privilege `system.metadata.table_comments` table.
|
||||||
- `information_schema.schemata`
|
|
||||||
- `information_schema.columns`
|
|
||||||
- `information_schema.tables`
|
|
||||||
- `information_schema.views`
|
|
||||||
- `system.metadata.table_comments`
|
|
||||||
|
|
||||||
{% /tilesContainer %}
|
{% /tilesContainer %}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user