Skip to content

Commit eb9fba5

Browse files
committed
chore: regenerate models from latest typedefs
- New Context subtypes: ContextDimension, ContextFilter, ContextInstruction, ContextMetric, ContextProduct, ContextRelationship, ContextStudio - Cloud, Google, GCPDataplex, GCPDataplexAspectType moved to core/ - Dremio subtypes moved to core/ - Updated enums and structs from latest server typedefs
1 parent 1eb7989 commit eb9fba5

44 files changed

Lines changed: 3089 additions & 1259 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/api/assets/cloud-storage.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232

3333
::: pyatlan.model.assets.a_d_l_s_object.ADLSObject
3434

35-
## GCS
36-
37-
::: pyatlan.model.assets.g_c_s.GCS
38-
3935
## GCSBucket
4036

4137
::: pyatlan.model.assets.g_c_s_bucket.GCSBucket
@@ -52,14 +48,6 @@
5248

5349
::: pyatlan.model.assets.a_w_s.AWS
5450

55-
## Google
56-
57-
::: pyatlan.model.assets.google.Google
58-
5951
## Azure
6052

6153
::: pyatlan.model.assets.azure.Azure
62-
63-
## Cloud
64-
65-
::: pyatlan.model.assets.cloud.Cloud

docs/api/assets/other-bi.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -348,10 +348,6 @@
348348

349349
::: pyatlan.model.assets.sisense_widget.SisenseWidget
350350

351-
## DataStudio
352-
353-
::: pyatlan.model.assets.data_studio.DataStudio
354-
355351
## DataStudioAsset
356352

357353
::: pyatlan.model.assets.data_studio_asset.DataStudioAsset

docs/api/assets/other-connectors.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -11,27 +11,3 @@
1111
## DataverseEntity
1212

1313
::: pyatlan.model.assets.dataverse_entity.DataverseEntity
14-
15-
## DremioVirtualDataset
16-
17-
::: pyatlan.model.assets.dremio_virtual_dataset.DremioVirtualDataset
18-
19-
## DremioColumn
20-
21-
::: pyatlan.model.assets.dremio_column.DremioColumn
22-
23-
## DremioSpace
24-
25-
::: pyatlan.model.assets.dremio_space.DremioSpace
26-
27-
## DremioPhysicalDataset
28-
29-
::: pyatlan.model.assets.dremio_physical_dataset.DremioPhysicalDataset
30-
31-
## DremioFolder
32-
33-
::: pyatlan.model.assets.dremio_folder.DremioFolder
34-
35-
## DremioSource
36-
37-
::: pyatlan.model.assets.dremio_source.DremioSource

pyatlan/model/assets/__init__.py

Lines changed: 26 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"core": [
77
"Referenceable",
88
"Asset",
9+
"Agentic",
910
"Process",
1011
"AtlasGlossaryCategory",
1112
"AccessControl",
@@ -16,6 +17,11 @@
1617
"Flow",
1718
"AtlasGlossary",
1819
"AtlasGlossaryTerm",
20+
"Cloud",
21+
"Context",
22+
"Skill",
23+
"SkillArtifact",
24+
"Artifact",
1925
"FlowDatasetOperation",
2026
"BIProcess",
2127
"ColumnProcess",
@@ -48,6 +54,9 @@
4854
"FlowReusableUnit",
4955
"FlowFieldOperation",
5056
"FlowControlOperation",
57+
"Google",
58+
"ContextRepository",
59+
"ContextArtifact",
5160
"Stakeholder",
5261
"ApplicationField",
5362
"Application",
@@ -59,6 +68,7 @@
5968
"AdfPipeline",
6069
"AdfLinkedservice",
6170
"AdfActivity",
71+
"DataStudio",
6272
"PowerBI",
6373
"Fabric",
6474
"SemanticDimension",
@@ -76,6 +86,7 @@
7686
"DbtMetric",
7787
"DbtSource",
7888
"FivetranConnector",
89+
"GCS",
7990
"Anomalo",
8091
"MonteCarlo",
8192
"DataQualityRuleTemplate",
@@ -126,6 +137,7 @@
126137
"SparkJob",
127138
"SchemaRegistrySubject",
128139
"SchemaRegistryVersion",
140+
"GCPDataplex",
129141
"AtlanAppWorkflow",
130142
"AtlanAppTool",
131143
"PowerBIReport",
@@ -174,20 +186,20 @@
174186
"SnowflakeAIModelVersion",
175187
"SnowflakeAIModelContext",
176188
"DatabricksAIModelContext",
189+
"DremioVirtualDataset",
190+
"DremioColumn",
191+
"DremioSpace",
192+
"DremioPhysicalDataset",
193+
"DremioFolder",
194+
"DremioSource",
177195
"SnowflakeDynamicTable",
178196
"StarburstDataset",
179197
"DatabricksMetricView",
180198
"StarburstDatasetColumn",
181199
"BigqueryRoutine",
182200
"DatabricksVolume",
183201
"DatabricksVolumePath",
184-
"Agentic",
185-
"Artifact",
186-
"Skill",
187-
"SkillArtifact",
188-
"Context",
189-
"ContextRepository",
190-
"ContextArtifact",
202+
"GCPDataplexAspectType",
191203
"IndistinctAsset",
192204
],
193205
"task": ["Task"],
@@ -206,7 +218,6 @@
206218
"workflow_run": ["WorkflowRun"],
207219
"response": ["Response"],
208220
"connection_process": ["ConnectionProcess"],
209-
"cloud": ["Cloud"],
210221
"incident": ["Incident"],
211222
"dbt_process": ["DbtProcess"],
212223
"purpose": ["Purpose"],
@@ -220,10 +231,10 @@
220231
"multi_dimensional_dataset": ["MultiDimensionalDataset"],
221232
"custom": ["Custom"],
222233
"a_p_i": ["API"],
234+
"context_studio": ["ContextStudio"],
223235
"collection": ["Collection"],
224236
"flow_folder": ["FlowFolder"],
225237
"flow_project": ["FlowProject"],
226-
"google": ["Google"],
227238
"azure": ["Azure"],
228239
"a_w_s": ["AWS"],
229240
"business_policy_incident": ["BusinessPolicyIncident"],
@@ -245,7 +256,6 @@
245256
"domo": ["Domo"],
246257
"redash": ["Redash"],
247258
"sisense": ["Sisense"],
248-
"data_studio": ["DataStudio"],
249259
"metabase": ["Metabase"],
250260
"quick_sight": ["QuickSight"],
251261
"thoughtspot": ["Thoughtspot"],
@@ -268,7 +278,6 @@
268278
"asset_grouping_collection": ["AssetGroupingCollection"],
269279
"s3": ["S3"],
270280
"a_d_l_s": ["ADLS"],
271-
"g_c_s": ["GCS"],
272281
"databricks_notebook": ["DatabricksNotebook"],
273282
"sage_maker_unified_studio": ["SageMakerUnifiedStudio"],
274283
"dataverse": ["Dataverse"],
@@ -290,6 +299,12 @@
290299
"a_p_i_path": ["APIPath"],
291300
"a_p_i_field": ["APIField"],
292301
"source_tag": ["SourceTag"],
302+
"context_instruction": ["ContextInstruction"],
303+
"context_relationship": ["ContextRelationship"],
304+
"context_metric": ["ContextMetric"],
305+
"context_filter": ["ContextFilter"],
306+
"context_dimension": ["ContextDimension"],
307+
"context_product": ["ContextProduct"],
293308
"data_studio_asset": ["DataStudioAsset"],
294309
"atlan_app_deployment": ["AtlanAppDeployment"],
295310
"atlan_app_installed": ["AtlanAppInstalled"],
@@ -447,12 +462,6 @@
447462
"sage_maker_feature": ["SageMakerFeature"],
448463
"sage_maker_feature_group": ["SageMakerFeatureGroup"],
449464
"sage_maker_model_deployment": ["SageMakerModelDeployment"],
450-
"dremio_virtual_dataset": ["DremioVirtualDataset"],
451-
"dremio_column": ["DremioColumn"],
452-
"dremio_space": ["DremioSpace"],
453-
"dremio_physical_dataset": ["DremioPhysicalDataset"],
454-
"dremio_folder": ["DremioFolder"],
455-
"dremio_source": ["DremioSource"],
456465
"iceberg_table": ["IcebergTable"],
457466
"iceberg_namespace": ["IcebergNamespace"],
458467
"iceberg_column": ["IcebergColumn"],

0 commit comments

Comments
 (0)