How to list down all of dbt models and their last person that modified them?

The problem I’m having

Have problem to list down all of the models/files that were created by my team/previous team members.

The context of why I’m trying to do this

We’d like to delete or improve some models, but I cannot list down all of the models/files that were created by my team since those are scattered in a lot of folders.

What I’m trying to get is the list of models/files with their first creator/the first person who created the models/files.

More or less the data would be like:

  • Model/File Name
  • Creator Name
  • Created Date/Time

Use your version control tool for this

Note: @Lenny originally posted this reply in Slack. It might not have transferred perfectly.