Defining a Git Model - Teradata Vantage

ClearScape Analytics™ ModelOps User Guide

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Vantage
Release Number
7.1
Published
December 2024
ft:locale
en-US
ft:lastEdition
2024-12-13
dita:mapPath
zdn1704469623418.ditamap
dita:ditavalPath
azq1671041405318.ditaval
dita:id
rgn1654191066978
lifecycle
latest
Product Category
ClearScape
To define a new GIT model in ModelOps, you need to use the tmo command line interface (CLI) that is available in https://pypi.org/project/teradatamodelops/ or using pip install teradatamodelops command. And to configure tmo CLI, you need to get its Session Details from the ModelOps user interface.
  1. Select Your Account from the bottom Navigation bar.
    modelops_cli_config
  2. Select Session Details from the menu.
    The Session Details window displays.
  3. Click the note icon next to CLI Config.
    CLI config info is copied to clipboard.
  4. Copy and paste the CLI config at the terminal where tmo is installed.
  5. In the aoa CLI, add a new model using a template from your repository or using the demo model template:
    tmo add -t https://github.com/Teradata/modelops-demo-models -b master

    Follow the instructions to create a model folder structure with the GIT template.

    See tmo documentation at https://pypi.org/project/teradatamodelops/.