Every time I define a new source in my dbt model source file it never immediately shows up. I have watched demo after demo and have yet to see my source immediately show up.
As you can imagine, iterative development is hard to achieve when you can’t import new sources.
I’ve already tried:
dbt clean
dbt deps
dbt compile
dbt source freshness
dbt source freshness --[specific model]
dbt run
dbt run -full_refresh
I’ve tried each of these multiple times and in varying order. I cannot seem to get the model to register new sources. In addition, within the source.yml file itself when you add a new table, some gray text pops up over the table name that says “generate model” and clicking this for ANY source results in a “generate model failed” message
Please advise, I want to have the clear data lineage but I’m basically being forced to just hard code the values.