ag0n1k
ag0n1k
Also, it's happened with objects types, e.g. ``` "external": { "type": ["boolean", "object"], ``` This is also tranform only into an object and boolean variant not allowed. ``` external: Optional[Union[External,...
+1 for [ramnes/notion-sdk-py](https://github.com/ramnes/notion-sdk-py). Migration took about 6 hours, the code base much simplier.
The creation added in #274, but to sort and changed 'visible', maybe later.
Hi there! My next step is use template on creation, did some CR, if u don't mind. ;)
The same for me. My investigations are: ``` # the collection id in notion-py is 'raw' format LINK = "https://www.notion.so/some_org/70b752520eec4ab0a58d20ec85553228?v=f11274fabdeb41bfb3383f24a5e2672f" client = NotionClient(token_v2=TOKEN_V2) cv = client.get_collection_view(DB_LINK) # the collection id...
Okay, suddenly, the update and deletion works well. Take me some time to understand it