diff --git a/modules/other-integrations/images/configure-a-teradata-connection-in-datahub/finish-up.png b/modules/other-integrations/images/configure-a-teradata-connection-in-datahub/finish-up.png index b9d0aa83c..bf30308fa 100644 Binary files a/modules/other-integrations/images/configure-a-teradata-connection-in-datahub/finish-up.png and b/modules/other-integrations/images/configure-a-teradata-connection-in-datahub/finish-up.png differ diff --git a/modules/other-integrations/images/configure-a-teradata-connection-in-datahub/lineage-example.png b/modules/other-integrations/images/configure-a-teradata-connection-in-datahub/lineage-example.png new file mode 100644 index 000000000..d6bea3d66 Binary files /dev/null and b/modules/other-integrations/images/configure-a-teradata-connection-in-datahub/lineage-example.png differ diff --git a/modules/other-integrations/pages/configure-a-teradata-vantage-connection-in-datahub.adoc b/modules/other-integrations/pages/configure-a-teradata-vantage-connection-in-datahub.adoc index 7444f090f..3f59eb67e 100644 --- a/modules/other-integrations/pages/configure-a-teradata-vantage-connection-in-datahub.adoc +++ b/modules/other-integrations/pages/configure-a-teradata-vantage-connection-in-datahub.adoc @@ -2,7 +2,7 @@ :experimental: :page-author: Paul Ibberson :page-email: paul.ibberson2@teradata.com -:page-revdate: Deccember 19th, 2023 +:page-revdate: August 30th 2024 :page-image-directory: configure-a-teradata-connection-in-datahub :description: Configure a Teradata Vantage connection in DataHub. :keywords: data warehouses, compute storage separation, teradata, vantage, cloud data platform, object storage, business intelligence, enterprise analytics, datahub, data catalog, data lineage @@ -35,15 +35,19 @@ pip install 'acryl-datahub[teradata]' ---- CREATE USER datahub FROM AS PASSWORD = PERM = 20000000; -GRANT SELECT ON dbc.columns TO datahub; -GRANT SELECT ON dbc.databases TO datahub; -GRANT SELECT ON dbc.tables TO datahub; -GRANT SELECT ON DBC.All_RI_ChildrenV TO datahub; +GRANT SELECT ON DBC.DatabasesV TO datahub; +GRANT SELECT ON DBC.TablesV TO datahub; GRANT SELECT ON DBC.ColumnsV TO datahub; GRANT SELECT ON DBC.IndicesV TO datahub; GRANT SELECT ON dbc.TableTextV TO datahub; -GRANT SELECT ON dbc.TablesV TO datahub; -GRANT SELECT ON dbc.dbqlogtbl TO datahub; -- if lineage or usage extraction is enabled +GRANT SELECT ON DBC.All_RI_ChildrenV TO datahub; + + +-- if lineage or usage extraction is enabled +GRANT SELECT ON dbc.dbqlogtbl TO datahub; +GRANT SELECT ON dbc.QryLogV TO datahub; +GRANT SELECT ON dbc.QryLogSqlV TO datahub; + ---- * If you want to run profiling, you need to grant select permission on all the tables you want to profile. @@ -53,7 +57,7 @@ GRANT SELECT ON dbc.dbqlogtbl TO datahub; -- if lineage or usage extraction is e ---- -- set up query logging on all -REPLACE QUERY LOGGING LIMIT SQLTEXT=2000 ON ALL; +REPLACE QUERY LOGGING WITH SQL LIMIT SQLTEXT=2000 ON ALL; ---- == Add a Teradata connection to DataHub @@ -124,7 +128,7 @@ image::{page-image-directory}/entities-list.png[Entities, width=75%] image::{page-image-directory}/schema.png[Schema display, width=75%] .. Lineage providing a visual representation of how data is linked between tables and views + -image::{page-image-directory}/lineage-weather.png[Lineage picture, width=75%] +image::{page-image-directory}/lineage-example.png[Lineage picture, width=75%] == Summary