Skip to content

Commit 208e423

Browse files
committed
fix: add Agentic types and Dremio to _CORE_ASSETS in class_generator
Without these entries, the code generator moves Context, ContextArtifact, ContextRepository, Skill out of core/ and incorrectly pulls GCPDataplex into core/ via transitive propagation. Adding them to the seed set keeps the generated layout stable.
1 parent eddb715 commit 208e423

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

pyatlan/generator/class_generator.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,14 @@ class AssetInfo:
269269
"FabricDataflowEntityColumn",
270270
"FabricReport",
271271
"FabricSemanticModel",
272+
"Agentic",
273+
"Artifact",
274+
"Skill",
275+
"SkillArtifact",
276+
"Context",
277+
"ContextRepository",
278+
"ContextArtifact",
279+
"Dremio",
272280
}
273281
_IGNORE_ASSETS = {} # type: ignore[var-annotated]
274282

0 commit comments

Comments
 (0)