schuderer/mllaunchpad-template

Should we support api names with slashes?

schuderer opened this issue · 1 comments

Right now, mllaunchpad supports using api names like „something“ but also „some/thing“. But this does not go well here in the build and deployment scripts because slash ends up being part of the artifact name/identifier, which is used as a directory name etc.

Should we use model:name: instead of api:name:? I think that doing so should “just work” (we need to move the underscore check to the model name then).

Added with version 1.0.0