Skip to content

Commit

Permalink
support gvfs
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojiebao committed May 24, 2024
1 parent 2a28396 commit 230b4d4
Show file tree
Hide file tree
Showing 4 changed files with 504 additions and 1 deletion.
1 change: 1 addition & 0 deletions clients/client-python/gravitino/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
from gravitino.client.gravitino_admin_client import GravitinoAdminClient
from gravitino.client.gravitino_metalake import GravitinoMetalake
from gravitino.name_identifier import NameIdentifier
from gravitino.filesystem import gvfs
4 changes: 4 additions & 0 deletions clients/client-python/gravitino/filesystem/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
"""
Copyright 2024 Datastrato Pvt Ltd.
This software is licensed under the Apache License version 2.
"""
Loading

0 comments on commit 230b4d4

Please sign in to comment.