dataassetimport properties
Last updated: Oct 09, 2024
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")
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 . |
Was the topic helpful?
0/1000