databrickslabs / cicd-templates

Manage your Databricks deployments and CI with code.
Other
202 stars 100 forks source link

Introduce self-hosted pypi repo scenario #27

Closed renardeinside closed 3 years ago

renardeinside commented 3 years ago

Some users might use a self-hosted PyPI repository.

API changes

Introduce a new parameter for dbx deploy, which will disable the automated editing of job spec with package location:

dbx deploy --no-rebuild --no-package

This change is backward-compatible.

Doc changes

We need to add the documentation example for the self-hosted PyPI repo.

Acceptance criteria:

renardeinside commented 3 years ago

Added in the following commit