We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53cbc21 commit f34a708Copy full SHA for f34a708
dbt_docs_to_notion.py
@@ -227,13 +227,13 @@ def main():
227
"text": {
228
"content": (
229
column_descriptions[col_name]
230
- if col_name in column_descriptions
+ if col_name.lower() in column_descriptions
231
else ''
232
)
233
},
234
"plain_text": (
235
236
237
238
239
}
0 commit comments