You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pipelines: suggest 'pipelines deploy' in run/dry-run (#4277)
## Changes
Add recommendation suggesting to call 'pipelines deploy' before 'run'
and 'dry-run':
```
$ databricks pipelines dry-run
Recommendation: This command runs the last deployed version of the code
If you've made local changes, run 'databricks pipelines deploy' first to ensure they are included.
```
The suggestion is different depending on which entrypoint is used
suggesting to use either "databricks pipelines" or just "pipelines".
## Why
It's a common pitfall, and we haven't yet implemented an option to do
deployment automatically.
## Tests
Existing acceptance tests
0 commit comments