I have a table referenced in the source.yml file. I like to find the list of files in the project that uses the table. How can I find the dependency. Thanks in advance.
If you have generated your documentation site, you can use the lineage graph viewer. Right click on the green source node and click `Refocus on node. Here’s a cut-down version from our project:
Otherwise, you can use dbt ls on the command line: dbt ls --select source:intercom.admins+
dbt ls isn’t supported by the rpc server that powers dbt cloud unfortunately, so that only works on local installations of dbt


