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
I want to use the WorkspaceClient to use the table api to communicate with the unity catalog, but I found there is no create table api in the databricks sdk.
So my question is, how to create the table using the sdk? is there any special reason?
The text was updated successfully, but these errors were encountered:
zymap
changed the title
[Question] Why the java sdk tablesImpl doens't have create table API
[Question] Why the java sdk tablesImpl doesn't have create table API
Jan 15, 2025
Thanks @zymap and @thomaseadiealloy for sharing this, I also am running into this as well. @thomaseadiealloy will try your workaround, unless you ended up finding a better solution.
@mgyucht@nfx@tanmay-db Just wanted to confirm is this is the only path for developers? I see that there is a create request for CreateMetastore, CreateCatalog, and CreateSchema so curious as to why there is not one for Table?
Description
I want to use the WorkspaceClient to use the table api to communicate with the unity catalog, but I found there is no create table api in the databricks sdk.
So my question is, how to create the table using the sdk? is there any special reason?
The text was updated successfully, but these errors were encountered: