Created
April 26, 2022 11:21
-
-
Save vvgsrk/fd5c87a921e4862d80a85e306a63fea8 to your computer and use it in GitHub Desktop.
Product management product latest incremental model in DBT source layer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{ generate_row_rank_using_event_ts_incremental(ref('src_product_management_product_history'), 'product_id') }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?