diff --git a/openmetadata-docs/content/v1.2.x/connectors/database/trino/index.md b/openmetadata-docs/content/v1.2.x/connectors/database/trino/index.md index b178bd44b85..70a55e99860 100644 --- a/openmetadata-docs/content/v1.2.x/connectors/database/trino/index.md +++ b/openmetadata-docs/content/v1.2.x/connectors/database/trino/index.md @@ -44,12 +44,7 @@ Configure and schedule Trino metadata and profiler workflows from the OpenMetada ### Metadata -To extract metadata, the user needs to be able to have `SELECT` permission to the following tables: -- `information_schema.schemata` -- `information_schema.columns` -- `information_schema.tables` -- `information_schema.views` -- `system.metadata.table_comments` +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. 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). diff --git a/openmetadata-docs/content/v1.2.x/connectors/database/trino/yaml.md b/openmetadata-docs/content/v1.2.x/connectors/database/trino/yaml.md index 5c5a8a00cac..524c3c09624 100644 --- a/openmetadata-docs/content/v1.2.x/connectors/database/trino/yaml.md +++ b/openmetadata-docs/content/v1.2.x/connectors/database/trino/yaml.md @@ -56,12 +56,7 @@ pip3 install "openmetadata-ingestion[trino]" {% tilesContainer %} -To ingest metadata from the Trino source, the user must have select privileges for the following tables. -- `information_schema.schemata` -- `information_schema.columns` -- `information_schema.tables` -- `information_schema.views` -- `system.metadata.table_comments` +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. {% /tilesContainer %} diff --git a/openmetadata-docs/content/v1.3.x/connectors/database/trino/index.md b/openmetadata-docs/content/v1.3.x/connectors/database/trino/index.md index 0c36518180f..cf488b9913e 100644 --- a/openmetadata-docs/content/v1.3.x/connectors/database/trino/index.md +++ b/openmetadata-docs/content/v1.3.x/connectors/database/trino/index.md @@ -44,12 +44,7 @@ Configure and schedule Trino metadata and profiler workflows from the OpenMetada ### Metadata -To extract metadata, the user needs to be able to have `SELECT` permission to the following tables: -- `information_schema.schemata` -- `information_schema.columns` -- `information_schema.tables` -- `information_schema.views` -- `system.metadata.table_comments` +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. 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). diff --git a/openmetadata-docs/content/v1.3.x/connectors/database/trino/yaml.md b/openmetadata-docs/content/v1.3.x/connectors/database/trino/yaml.md index 83a7067cfdf..b374287a70e 100644 --- a/openmetadata-docs/content/v1.3.x/connectors/database/trino/yaml.md +++ b/openmetadata-docs/content/v1.3.x/connectors/database/trino/yaml.md @@ -56,12 +56,7 @@ pip3 install "openmetadata-ingestion[trino]" {% tilesContainer %} -To ingest metadata from the Trino source, the user must have select privileges for the following tables. -- `information_schema.schemata` -- `information_schema.columns` -- `information_schema.tables` -- `information_schema.views` -- `system.metadata.table_comments` +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. {% /tilesContainer %}