Sigma¶
Base class for Sigma 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 Sigma assets in Atlan. For that, we would suggest starting with either:
classDiagram
direction RL
class Sigma {
<<abstract>>
}
link Sigma "../sigma"
class BI {
<<abstract>>
}
link BI "../entities/bi"
BI <|-- Sigma : extends
class Catalog {
<<abstract>>
}
link Catalog "../entities/catalog"
Catalog <|-- BI : extends
class Asset {
<<abstract>>
}
link Asset "../entities/asset"
Asset <|-- Catalog : extends
class Referenceable {
<<abstract>>
}
link Referenceable "../entities/referenceable"
Referenceable <|-- Asset : extends
class SigmaDatasetColumn
link SigmaDatasetColumn "../entities/sigmadatasetcolumn"
Sigma <|-- SigmaDatasetColumn : extends
class SigmaDataset
link SigmaDataset "../entities/sigmadataset"
Sigma <|-- SigmaDataset : extends
class SigmaWorkbook
link SigmaWorkbook "../entities/sigmaworkbook"
Sigma <|-- SigmaWorkbook : extends
class SigmaDataElementField
link SigmaDataElementField "../entities/sigmadataelementfield"
Sigma <|-- SigmaDataElementField : extends
class SigmaPage
link SigmaPage "../entities/sigmapage"
Sigma <|-- SigmaPage : extends
class SigmaDataElement
link SigmaDataElement "../entities/sigmadataelement"
Sigma <|-- SigmaDataElement : extends
Type-specific properties¶
Following are the properties uniquely available on Sigma
assets in Atlan.
sigmaDataElementName
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
sigmaDataElementName
for aSigma
. -
Retrieve the
sigmaDataElementName
from aSigma
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sigmaDataElementName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sigmaDataElementName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sigmaDataElementQualifiedName
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
sigmaDataElementQualifiedName
for aSigma
. -
Retrieve the
sigmaDataElementQualifiedName
from aSigma
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sigmaDataElementQualifiedName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sigmaDataElementQualifiedName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sigmaPageName
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
sigmaPageName
for aSigma
. -
Retrieve the
sigmaPageName
from aSigma
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sigmaPageName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sigmaPageName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sigmaPageQualifiedName
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
sigmaPageQualifiedName
for aSigma
. -
Retrieve the
sigmaPageQualifiedName
from aSigma
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sigmaPageQualifiedName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sigmaPageQualifiedName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sigmaWorkbookName
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
sigmaWorkbookName
for aSigma
. -
Retrieve the
sigmaWorkbookName
from aSigma
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sigmaWorkbookName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sigmaWorkbookName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sigmaWorkbookQualifiedName
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
sigmaWorkbookQualifiedName
for aSigma
. -
Retrieve the
sigmaWorkbookQualifiedName
from aSigma
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sigmaWorkbookQualifiedName
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sigmaWorkbookQualifiedName
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sigma_data_element_name
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
sigma_data_element_name
for aSigma
. -
Retrieve the
sigma_data_element_name
from aSigma
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sigma_data_element_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sigma_data_element_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sigma_data_element_qualified_name
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
sigma_data_element_qualified_name
for aSigma
. -
Retrieve the
sigma_data_element_qualified_name
from aSigma
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sigma_data_element_qualified_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sigma_data_element_qualified_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sigma_page_name
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
sigma_page_name
for aSigma
. -
Retrieve the
sigma_page_name
from aSigma
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sigma_page_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sigma_page_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sigma_page_qualified_name
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
sigma_page_qualified_name
for aSigma
. -
Retrieve the
sigma_page_qualified_name
from aSigma
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sigma_page_qualified_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sigma_page_qualified_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sigma_workbook_name
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
sigma_workbook_name
for aSigma
. -
Retrieve the
sigma_workbook_name
from aSigma
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sigma_workbook_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sigma_workbook_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sigma_workbook_qualified_name
TBC | |
---|---|
1 2 3 4 |
|
-
Set the
sigma_workbook_qualified_name
for aSigma
. -
Retrieve the
sigma_workbook_qualified_name
from aSigma
.For more details
For more information, see the asset CRUD snippets on retrieving assets.
-
Find all assets in Atlan with their
sigma_workbook_qualified_name
exactly matching the provided value.For more details
For more information, see the searching section on term queries.
-
Find all assets in Atlan with their
sigma_workbook_qualified_name
textually matching the provided value.For more details
For more information, see the searching section on full text queries.
sigmaDataElementName
TBC | |
---|---|
1 2 3 4 5 |
|
-
Set the
sigmaDataElementName
for aSigma
.For more details
For more information, see the asset CRUD snippets.
sigmaDataElementQualifiedName
TBC | |
---|---|
1 2 3 4 5 |
|
-
Set the
sigmaDataElementQualifiedName
for aSigma
.For more details
For more information, see the asset CRUD snippets.
sigmaPageName
TBC | |
---|---|
1 2 3 4 5 |
|
-
Set the
sigmaPageName
for aSigma
.For more details
For more information, see the asset CRUD snippets.
sigmaPageQualifiedName
TBC | |
---|---|
1 2 3 4 5 |
|
-
Set the
sigmaPageQualifiedName
for aSigma
.For more details
For more information, see the asset CRUD snippets.
sigmaWorkbookName
TBC | |
---|---|
1 2 3 4 5 |
|
-
Set the
sigmaWorkbookName
for aSigma
.For more details
For more information, see the asset CRUD snippets.
sigmaWorkbookQualifiedName
TBC | |
---|---|
1 2 3 4 5 |
|
-
Set the
sigmaWorkbookQualifiedName
for aSigma
.For more details
For more information, see the asset CRUD snippets.
Relationships¶
The following illustrates how the various Sigma objects inter-relate with each other:
erDiagram
Connection ||..o{ SigmaWorkbook : ""
Connection ||..o{ SigmaDataset : ""
SigmaWorkbook |o--o{ SigmaPage : sigmaPages
SigmaPage |o--o{ SigmaDataElement : sigmaDataElements
SigmaDataElement |o--o{ SigmaDataElementField : sigmaDataElementFields
SigmaDataset |o--o{ SigmaDatasetColumn : sigmaDatasetColumns