You will need knowledge of your Teradata database credentials, including the host, user, and password.Note: Treat API keys as sensitive information and never commit them to public repositories.
- id: run_query tool: TERADATA_RUN_QUERY config: - name: host value: 100.21.165.28 - name: user value: carnot - name: password value: carnot#123 input: - name: query value: " \ with examples as ( \ select 1 as id, 'jon' as name \ union all \ select 2 as id, 'jane' as name \ ) \ select * from examples; \ "