mage.api_resources.asset_connection module¶
-
class
mage.api_resources.asset_connection.AssetConnection¶ Bases:
mage.api_resources.abstract.mutable_api_resource.MutableAPIResourceA connection indicating how two assets are related to each other.
-
assessment_run_id¶ ID of the associated assessment run
- Type
str
-
asset_destination_id¶ ID of the destination asset
- Type
str
-
asset_source_id¶ ID of the source asset
- Type
str
-
created_at¶ When the connection was created (e.g., ‘2020-01-02T03:04:56.789Z’)
- Type
str
-
discovery_method¶ How the connection was discovered
-
id¶ Unique connection ID
- Type
str
-
state¶ The state of the connection
-
updated_at¶ When the connection was last updated (e.g., ‘2020-01-02T03:04:56.789Z’)
- Type
str
-
property
assessment¶ Warning
Not Implemented. Use assessment_run instead.
-
property
assessment_run¶ The associated assessment run.
- Returns
-