Fivetran model¶
Reference documentation
This is reference documentation covering the entire Atlan model. It is not the best place to start when trying to understand how to manage Anomalo assets.
These model elements all deal with Anomalo constructs.
classDiagram
direction RL
class Fivetran {
<<abstract>>
}
class Catalog {
<<abstract>>
}
link Catalog "../entities/catalog"
Catalog <|-- Fivetran : extends
class Asset {
<<abstract>>
}
link Asset "../entities/asset"
Asset <|-- Catalog : extends
class Referenceable {
<<abstract>>
}
link Referenceable "../entities/referenceable"
Referenceable <|-- Asset : extends
class FivetranConnector
link FivetranConnector "../entities/fivetranconnector"
Fivetran <|-- FivetranConnector : extends
Properties¶
These attributes are unique to instances of Fivetran
(and all of its subtypes).
fivetranLastSyncRecordsUpdated ¶
Number of records updated in the latest sync on Fivetran
fivetranLastSyncStatus ¶
Status of the latest sync on Fivetran.
fivetranWorkflowName ¶
Name of the atlan fivetran workflow that updated this asset
Relationships¶
The following illustrates how the various Fivetran objects inter-relate with each other:
erDiagram
Connection ||..o{ FivetranConnector : ""