dataassetimport properties

Last updated: Oct 09, 2024
dataassetimport properties

Data Asset Import node icon You can use the Data Asset import node to pull in data from remote data sources using connections or from your local computer.

Example

dataassetimport = stream.findByType("dataassetimport", None)
dataassetimport.setPropertyValue("connection_path", "/WNF86544/DRUG1N")
Table 1. dataassetimport properties
dataassetimport properties Data type Property description
connection_path string Name of the data asset (table) you want to access from a selected connection. The value of this property is: /asset_name or /schema_name/table_name.