mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 04:26:57 +00:00
GitBook: [#66] Update Python API id type
This commit is contained in:
parent
9bbc676c3b
commit
b4d97b1e2a
@ -341,5 +341,5 @@ my_table = metadata.get_by_name(entity=Table, fqdn="test-service-table.test_db.t
|
||||
Finally, we can clean up by running the `delete` method:
|
||||
|
||||
```python
|
||||
metadata.delete(entity=Table, entity_id=str(my_table.id.__root__))
|
||||
metadata.delete(entity=Table, entity_id=my_table.id)
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user