Skip to content

Commit 5d43512

Browse files
committed
fix: add Cloud, Google, GCPDataplex to _CORE_ASSETS
Asset has a relationship to GCPDataplexAspectType which causes transitive propagation into core/. Without Google and Cloud in the seed set, GCPDataplex lands in core/ but can't resolve its parent import.
1 parent 208e423 commit 5d43512

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

pyatlan/generator/class_generator.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,10 @@ class AssetInfo:
277277
"ContextRepository",
278278
"ContextArtifact",
279279
"Dremio",
280+
"Cloud",
281+
"Google",
282+
"GCPDataplex",
283+
"GCPDataplexAspectType",
280284
}
281285
_IGNORE_ASSETS = {} # type: ignore[var-annotated]
282286

0 commit comments

Comments
 (0)