Andrew Chen
Andrew Chen
Sounds reasonable assuming `parameters.json` includes `notebook_params` as a top level key.
Sounds good. If you would like, feel free to make a small PR adding this feature, you'd probably need to make a small change https://github.com/databricks/databricks-cli/blob/master/databricks_cli/jobs/api.py and here https://github.com/databricks/databricks-cli/blob/master/databricks_cli/jobs/cli.py.
Some nits: - I think the command name should be `events` to be consistent with the API naming. - `--event-types` would be better as `--event-type` and be a https://click.palletsprojects.com/en/5.x/options/#multiple-options I...
@hagridaaron, as it is, this PR isn't ready to merge (merge conflicts and changes to `workspace/api.py`. Is your goal just to make the docker image build?
Unfortunately it's hard to get alignment right with tab delimiters. `ls -l` will use space delimiters too. Would a new output format called --json work better? That way you can...