Also, looking to get some feedback on <this featur...
# development
r
Also, looking to get some feedback on this feature request and this implementation for said feature request before I go ahead and write unit tests for it. My specific reason for wanting this is I want
pants peek
to show me the dbt unique ID for dbt targets from the aforementioned plugin.
g
I'm sure it's obvious if you know what a
dbt unique ID
is or how it works, but why does this not work with a field? :)
r
The unique ID is derived from the contents of the file itself. A good comparison would be imagine if we wanted to add a field called
classes
to
python_source
targets that reported the names of all the classes defined in the module.