Matillion¶
Base class for Matillion assets.
Reference documentation
This is reference documentation covering the entire Atlan model. It is not the best place to start when trying to understand managing Matillion assets in Atlan. For that, we would suggest starting with either:
classDiagram
direction RL
class MatillionComponent
link MatillionComponent "../entities/matillioncomponent"
Matillion <|-- MatillionComponent : extends
class MatillionGroup
link MatillionGroup "../entities/matilliongroup"
Matillion <|-- MatillionGroup : extends
class MatillionJob
link MatillionJob "../entities/matillionjob"
Matillion <|-- MatillionJob : extends
class MatillionProject
link MatillionProject "../entities/matillionproject"
Matillion <|-- MatillionProject : extends
class Matillion {
<<abstract>>
}
link Matillion "../entities/matillion"
class Catalog {
<<abstract>>
}
link Catalog "../entities/catalog"
Catalog <|-- Matillion : extends
class Asset {
<<abstract>>
}
link Asset "../entities/asset"
Asset <|-- Catalog : extends
class Referenceable {
<<abstract>>
}
link Referenceable "../entities/referenceable"
Referenceable <|-- Asset : extends
Type-specific properties¶
Following are the properties uniquely available on Matillion
assets in Atlan.
matillionVersion
Current point in time state of a project. | |
---|---|
1 2 3 |
|
-
Set the
matillionVersion
for aMatillion
. -
Retrieve the
matillionVersion
from aMatillion
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
matillionVersion
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
matillion_version
Current point in time state of a project. | |
---|---|
1 2 3 |
|
-
Set the
matillion_version
for aMatillion
. -
Retrieve the
matillion_version
from aMatillion
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
matillion_version
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
matillionVersion
Current point in time state of a project. | |
---|---|
1 2 3 4 5 |
|
-
Set the
matillionVersion
for aMatillion
.For more details
For more information, see the asset CRUD snippets.
Relationships¶
The following illustrates how the various Matillion objects inter-relate with each other:
erDiagram
Connection ||..o{ MatillionGroup : ""
MatillionGroup |o--o{ MatillionProject : matillionProjects
MatillionProject |o--o{ MatillionJob : matillionJobs
MatillionJob |o--o{ MatillionComponent : matillionComponents
MatillionComponent |o--o| LineageProcess : matillionProcess