Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save vvgsrk/fd5c87a921e4862d80a85e306a63fea8 to your computer and use it in GitHub Desktop.
Save vvgsrk/fd5c87a921e4862d80a85e306a63fea8 to your computer and use it in GitHub Desktop.
Product management product latest incremental model in DBT source layer
{{ generate_row_rank_using_event_ts_incremental(ref('src_product_management_product_history'), 'product_id') }}
@sugandhwafai
Copy link

Hi, I am trying to follow your tutorial, I have saved the above piece of code to the source layer by creating a .sql file. I am getting the following error **path ['materialized']: None is not of type 'string'' **. Everything before this line is working fine. Can you please help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment