Skip to content

Commit 097e5aa

Browse files
committed
add get_paths_or_empty docstring
1 parent 0e6ddc7 commit 097e5aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dbt_docs_to_notion.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def make_request(endpoint, querystring='', method='GET', **request_kwargs):
3232

3333

3434
def get_paths_or_empty(parent_object, paths_array, zero_value=''):
35+
"""Used for catalog_nodes accesses, since structure is variable"""
3536
for path in paths_array:
3637
obj = parent_object
3738
for el in path:

0 commit comments

Comments
 (0)