Organízate con las colecciones
Guarda y clasifica el contenido según tus preferencias.
.
Los procedimientos necesarios para conectar Looker a una base de datos de Teradata dependen de tu implementación de Looker:
En el caso de las instancias de Looker (original) alojadas en Looker, póngase en contacto con el equipo de Asistencia de Looker si quiere habilitar el controlador de Teradata.
Te recomendamos que cifres el tráfico de red entre la aplicación Looker y tu base de datos. Considera una de las opciones descritas en la página de documentación Habilitar el acceso seguro a la base de datos.
Instalar la función definida por el usuario (FDU) hash_md5
Antes de configurar Looker para que funcione con Teradata, debes instalar la hash_md5función definida por el usuario (UDF) en tu servidor Teradata. Puedes consultar las instrucciones para instalar la UDF en esta página de descargas de Teradata.
Instalar el controlador JDBC de Teradata
Si tienes una instancia de Looker (original), tendrás que configurar un controlador de Teradata antes de crear la conexión de Looker. En estas instrucciones se describe ese proceso, suponiendo que se usa una secuencia de comandos de inicio similar a los ejemplos que se proporcionan en la página de GitHub looker-open-source.
Para instalar el controlador, tendrás que obtener dos archivos de Teradata, incluirlos como parte del proceso de inicio y añadir una opción para indicar a Looker que acceda al controlador.
Para crear la conexión de Looker a tu base de datos, sigue estos pasos:
En la sección Administrar de Looker, selecciona Conexiones y, a continuación, haz clic en Añadir conexión.
Seleccione Teradata en el menú desplegable Dialecto.
Rellena los detalles de la conexión. La mayoría de los ajustes son comunes a la mayoría de los dialectos de bases de datos. Consulta la página de documentación Conectar Looker a tu base de datos para obtener información.
Para verificar que la conexión se ha realizado correctamente, haz clic en Probar. Consulta la página de documentación Probar la conectividad de la base de datos para obtener información sobre cómo solucionar problemas.
Para guardar estos ajustes, haz clic en Conectar.
Funciones admitidas
Para que Looker admita algunas funciones, el dialecto de tu base de datos también debe admitirlas.
Teradata admite las siguientes funciones a partir de Looker 25.14:
[[["Es fácil de entender","easyToUnderstand","thumb-up"],["Me ofreció una solución al problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Es difícil de entender","hardToUnderstand","thumb-down"],["La información o el código de muestra no son correctos","incorrectInformationOrSampleCode","thumb-down"],["Me faltan las muestras o la información que necesito","missingTheInformationSamplesINeed","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 2025-08-20 (UTC)."],[],[],null,["# Teradata\n\n| **Note:** See the [Teradata end-user license agreement](/looker/docs/db-teradata-eula).\n\nThe procedures that are required to connect Looker to a Teradata database depend on your Looker deployment:\n\n- For Looker-hosted, Looker (original) instances, contact [Looker Support](/looker/docs/best-practices/looker-support-details) if you want to enable the Teradata driver.\n\n- For [customer-hosted](/looker/docs/glossary#customer-hosted) Looker (original) instances, perform the following procedures:\n\n 1. [Install the `hash_md5` user-defined function (UDF) on your Teradata server](#install-udf).\n 2. [Install the Teradata JDBC driver](#install-jdbc-driver).\n 3. [Create the Looker connection to your database](#creating-the-connection-to-your-database).\n- For [Looker (Google Cloud core)](/looker/docs/looker-core-overview) instances, perform the following procedures:\n\n 1. [Install the `hash_md5` user-defined function (UDF) on your Teradata server](#install-udf).\n 2. [Create the Looker connection to your database](#creating-the-connection-to-your-database).\n\nEncrypting network traffic\n--------------------------\n\nIt is a best practice to encrypt network traffic between the Looker application and your database. Consider one of the options described on the [Enabling secure database access](/looker/docs/enabling-secure-db-access) documentation page.\n\nInstalling the `hash_md5` user-defined function (UDF)\n-----------------------------------------------------\n\nBefore configuring Looker to work with Teradata, you must install the `hash_md5` user-defined function (UDF) on your Teradata server. You can find instructions for installing the UDF on this [Teradata downloads](https://downloads.teradata.com/download/extensibility/md5-message-digest-udf) page.\n\nInstalling the Teradata JDBC driver\n-----------------------------------\n\nIf you have a Looker (original) instance, you will need to configure a Teradata driver before creating the Looker connection. These instructions describe that process, assuming use of a startup script that is similar to the examples that are provided on the [looker-open-source GitHub page](https://github.com/looker-open-source/customer-scripts/tree/master/startup_scripts).\n| **Note:** If you have a [Looker (Google Cloud core)](/looker/docs/looker-core-overview) instance, you can create a connection to a Teradata database without configuring a Teradata driver. After you [install the `hash_md5` user-defined function (UDF) on your Teradata server](#install-udf), you can go right to the [Creating the Looker connection to your database](#creating-the-connection-to-your-database) procedure on this page.\n\nTo install the driver, you will need to acquire two Teradata files, include them as part of the startup process, and add an option to tell Looker to access the driver.\n\nFollow the steps on the [Unpackaged JDBC drivers](/looker/docs/unpackaged-jdbc-drivers) documentation page using the following values:\n\n**driver symbol** : `teradata`\n\n**driver entry**: \n\n - name: teradata\n dir_name: teradata\n module_path: com.teradata.jdbc.TeraDriver\n\nFor the [step to put the driver in your dialect's directory](/looker/docs/unpackaged-jdbc-drivers#driver_directory), the paths to these files will look like this:\n\n- `looker/custom_jdbc_drivers/teradata/tdgssconfig.jar`\n- `looker/custom_jdbc_drivers/teradata/terajdbc4.jar`\n\nCreating the Looker connection to your database\n-----------------------------------------------\n\nTo create the connection from Looker to your database, follow these steps:\n\n1. In the **Admin** section of Looker, select **Connections** , and then click **Add Connection**.\n2. Select **Teradata** from the **Dialect** drop-down menu.\n3. Fill out the connection details. The majority of the settings are common to most database dialects. See the [Connecting Looker to your database](/looker/docs/connecting-to-your-db) documentation page for information.\n4. To verify that the connection is successful, click **Test** . See the [Testing database connectivity](/looker/docs/testing-db-connectivity) documentation page for troubleshooting information.\n5. To save these settings, click **Connect**.\n\nFeature support\n---------------\n\nFor Looker to support some features, your database dialect must also support them.\n\nTeradata supports the following features as of Looker 25.14:"]]