Source tables not available in Practice lab: Data Visualization with DBT and Superset

When I ran the dbt run in practice lab: Data Visualization with DBT and Superset, it failed 5 out of 7 tasks:

my postgres is properly configured:

when I query to check the tables of source schema, it returns empty:

so apparently data is not loading in source schema also that rechecked every step didn’t found any missed step etc.

hi, based on the schema you provide it looks the configuration is wrong. you don’t have classimodels table in your schema.

Can you go to profiles.yml and put the postgress endpoint value from the cloudformation → stack. it should be something like de-c4w4lab1

Please let me know if this helps