shaofengshi opened a new issue, #64:
URL: https://github.com/apache/gravitino-playground/issues/64

   Start Gravitino playground, open Jupyter notebook, open 
"gravitino-fileset-example.ipynb", and then execute step by step.
   
   When execute the second step, "```
   metalake = gravitino_admin_client.create_metalake(name=metalake_name,
                                                     comment="metalake 
comment", 
                                                     properties={})
   ```" , it reported error:
   
   ```
   TypeError                                 Traceback (most recent call last)
   Cell In[6], line 9
         7 # Create metalake via Gravitino admin client
         8 metalake_name="default"
   ----> 9 metalake = gravitino_admin_client.create_metalake(name=metalake_name,
        10                                                   comment="metalake 
comment", 
        11                                                   properties={})
        12 print(metalake)
   
   TypeError: GravitinoAdminClient.create_metalake() got an unexpected keyword 
argument 'name'
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to