minwook-shin / notion-database

Python bindings for Notion Database API
https://pypi.org/project/notion-database/
GNU Lesser General Public License v3.0
137 stars 12 forks source link

relation objects not displayed #9

Open viktortsvil opened 1 year ago

viktortsvil commented 1 year ago

Hi! When I am trying to parse a database that has fields of type 'relation', the 'relation' objects are always returned empty even if it is not the case in the database, and so I cannot obtain the value associated with the 'relation' object. Is there any way go obtain the link if I have access to both databases?