In the Constructor Platform data catalog, each object possesses the following information:
To access these attributes from any object created or loaded using the SDK, the following methods are available:
| Python |
def object_id(self) -> str def name(self) -> str def description(self) -> Optional[str] |
| Information | IMPORTANT: Newly created or modified objects may not have an object_id until they are flushed to the data catalog. |