...
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:
...
...
Upload a Local File
...
:
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 an 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
The file , 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
Fill in the Asset Name, Asset Role, Request Method, Target URL, Query Params to be sent in the request.
If the REST asset does NOT use standard HAL paging, select the “Requires Custom Paging” option and fill in the details
Click “Save”
The REST asset will be uploaded as a new asset on the model
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.
...