DBT not creating a table when `dbt run` is executed
I’m trying to run the default configuration that gets generated from dbt init
, that looks something like this:
Complex loop calc in dbt + postgres
I need to recursively/cyclically calculate data by months with intermediate saves to the database, as the next period will be calculated/saved based on these data.