Do I have to create models manually after connecting a so

Do I have to create models manually after connecting a source?

Unlikely, @julia_marks

After introspection, you can add models directly with ddn model add "*" or ddn model add <connector_name> <model_name>.

You’ll then need to create a new build before using these models in your application.