meltano / meltano-codespace-ready

Have your first meltano project running within 5 minutes - no setup - no install - no boundaries. All inside GitHub Codespaces. (GitHub account required)
https://meltano.com/
MIT License
27 stars 11 forks source link

Add tests #7

Closed sbalnojan closed 1 year ago

sbalnojan commented 1 year ago

@aaronsteers @WillDaSilva I really want to add some kind of test here, won't be fun if this doesn't work.

And that's totally possible as taps and targets are used that I can't really pin to a version (in a nice way that also works with the tut).

Any ideas on how to best run 1-2 simple tests here?

WillDaSilva commented 1 year ago

@edgarrmondragon Can plugin lockfiles be used here to ensure that the same version of the plugins are used each time?

edgarrmondragon commented 1 year ago

@WillDaSilva not at the moment, pinning of the pip deps hasn't been implemented

sbalnojan commented 1 year ago

https://github.com/meltano/meltano-codespace-ready/pull/9

WillDaSilva commented 1 year ago

pinning of the pip deps hasn't been implemented

@edgarrmondragon Do we have an issue open for that?

edgarrmondragon commented 1 year ago

@WillDaSilva that'd probably be https://github.com/meltano/meltano/issues/6416