You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,13 @@ Currently loads the following data:
15
15
| -- | -- |
16
16
|`persons`| Items of the `user` model of type `person`|
17
17
|`bots`| Items of the `user` model of type `bot`|
18
+
|`database_<name>_<shorthash>`| The database content (pages) of a given database. Columns are all global page columns + selected columns of properties |
19
+
|`databases`| All metadata of each loaded database. Has the title and a reference to the database table as well. |
20
+
|`databases__properties`| Column \<-> Label mapping for each unfiltered database property |
21
+
|`options_<name>_<shorthash>`| All options of a `select` or `multi_select` in one of the loaded databases. |
22
+
23
+
`<shorthash>` refers to the hashed `id` of an entity.
24
+
The hash is a 4-bit BLAKE2b hash.
18
25
19
26
## Why are you not using the `dlt-hub/verified-sources` notion source / Differences
20
27
@@ -26,6 +33,8 @@ has a few drawbacks:
26
33
Once you make changes to it, it effectively becomes a fork,
27
34
making it hard to update after the fact.
28
35
- This makes use of a preexisting client implementation
0 commit comments