mage.api_resources.asset_connection module

class mage.api_resources.asset_connection.AssetConnection

Bases: mage.api_resources.abstract.mutable_api_resource.MutableAPIResource

id

Unique connection ID

Type

str

created_at

When the connection was created (e.g., ‘2020-01-02T03:04:56.789Z’)

Type

str

updated_at

When the connection was last updated (e.g., ‘2020-01-02T03:04:56.789Z’)

Type

str

discovery_method

How the connection was discovered

Type

mage.schema.DiscoveryMethod

state

The state of the connection

Type

mage.schema.AssetConnectionState

assessment_run_id

ID of the associated assessment run

Type

str

asset_source_id

ID of the source asset

Type

str

asset_destination_id

ID of the destination asset

Type

str

property assessment
property assessment_run

The associated assessment run.

Returns

AssessmentRun

property asset_destination

The associated destination asset.

Returns

Asset

property asset_source

The associated source asset.

Returns

Asset