Are `file-plugins` no longer added to the meltano....
# plugins-general
a
Are
file-plugins
no longer added to the meltano.yml on purpose ?
a
That sounds like a 🐛. Likely related to the new
requires
dependency installation paradigm.
Which plugin did you see this with?
a
My own 😄
I was just setting up a barebones meltano project as test harness in a plugin repo
a
Oh ok. 🙂 Nice! And were you able to confirm the files installed correctly - just the Meltano.yml file didn't get updated with the files bulldogs bundle reference?
a
(not a big deal, just trying to figure out the best way to set something like that up.. borrowing ideas from both SDK generated skeletons and file/utility combo plugins like
files-superset
)
Yeah, everything installed fine; I just didn’t know if an entry for a files plugin should appear in the meltano.yml so the default
add --custom
prompt could be avoided by someone else repeating the pattern. ( in reference to https://github.com/andrewcstewart/files-kedro#development )