Conversation
| @@ -0,0 +1,3 @@ | |||
| SELECT DISTINCT | |||
| customer_id::INT AS customer_id | |||
| FROM {{ source('raw', 'orders') }} No newline at end of file | |||
There was a problem hiding this comment.
there are no raw orders anymore
There was a problem hiding this comment.
How do you suggest loading raw data for dbt projects in the meantime until we integrate our python models with it?
There was a problem hiding this comment.
Okay, we can handle that later. For now, I'm only using this to test my config parser.
|
What do you think about just removing those empty folders with .gitkeeps in them? I don't see much value in having them there and obviously we can add them later if we need them. |
No strong opinion. We will need to populate them at some point to be able to test adapting a full dbt project. |
No description provided.