Jason Brill

Results 4 issues of Jason Brill

Allows the package to be installed and deployed as an npm package. Adds some linting for eslint styling

https://github.com/databricks/databricks-sdk-py/blame/193c3fbc255262de506b9bb927c87392c2c26720/databricks/sdk/service/serving.py#L1654 When attempting to call with an example: ``` ServedModelInput( model_name=model_name, model_version=latest_model_version, workload_size="Small", scale_to_zero_enabled=True, environment_vars={} ) ``` We receive: ``` 1652 if self.name is not None: body['name'] = self.name 1653...

Resolves https://github.com/databricks/databricks-sdk-py/issues/494

## Change Description This PR adds route hints to the add invoice cli. This change mimics the RPC addinvoice method, which allows for route hints to be added. Several things...