Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Metastore Update documentation #615

Open
antsok opened this issue Apr 12, 2024 · 0 comments
Open

Metastore Update documentation #615

antsok opened this issue Apr 12, 2024 · 0 comments

Comments

@antsok
Copy link

antsok commented Apr 12, 2024

Description
Example given in
https://github.com/databricks/databricks-sdk-py/blame/main/examples/metastores/update_metastores.py produces "AccountMetastoresAPI.update() got an unexpected keyword argument " error

Reproduction
_ = self._account_client.metastores.update(metastore_id=metastore_id, owner="someUPN")

Expected behavior
https://databricks-sdk-py.readthedocs.io/en/latest/account/catalog/metastores.html docs to contain valid example that uses metastore_info:UpdateMetastore parameter type

Is it a regression?
0.24

Debug Logs
AccountMetastoresAPI.update() got an unexpected keyword argument 'owner'

Other Information

  • OS: Windows
  • Version: 0.24.0

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant