...
Go to the Model Details page by clicking on the model from the Models page
View the existing Assets by clicking on Assets tab:
Click on “Add Assets” , which opens a dialog box to select a local file.
presents multiple options for adding assets:
The user is presented with multiple options for adding assets: as a local file upload, by providing a reference (url) to an existing location, as a REST asset, or by providing as SQL query:
...
For Local File Upload:
Click on the “Add File “File Upload”.
Click on “Upload file”:
Select the file from your local computer
Select to Upload the file:
computer’s file system and hit “Open”
The file will be uploaded as a new asset on the model
To Add Asset by Reference:
Click “URL” from the Add Asset menu
Provide the URL to the file.
Select the type of asset: S3, HDFSGoogle Cloud Bucket, Azure Blob Store
Click Add Asset, HDFS. Note that your system administrator may have already pre-configured the type of asset store for your group
Fill in the other pertinent storage information
Click “Save” to save the asset
The file will be uploaded as a new asset on the model
To Add a REST Asset
REST assets are those data sets or other assets that can be retrieved via standard REST API calls
Click “REST” from the Add Asset menu
See the REST asset article for more details on configuring and using REST assets
To Add a SQL Asset
Click “SQL” from the Add Asset menu
Please see Integrate with SQL Databases to understand how ModelOp Center integrates with SQL databases. Once you get familiar with how ModelOp Center handles SQL Assets, follow these steps to add SQL assets to a given model.
Via CLI
Please see the asset command for adding assets using the CLI.
...