Michael Connell

Results 13 comments of Michael Connell

I think the best workaround I found for this is making `index.mdx` look like this ```markdown --- type: posts title: Posts date: 2024-03-28 --- ``` and then moving the about...

Anything else needed from me on this PR?

Additionally, if we use the `create_clustered_index` macro then the dbt run fails completely. Adding the below to a model ``` "{{ create_clustered_index(columns = ['date_key'], unique=True) }}" ``` causes the dbt...