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

DeltaStorageHandler create directory don't seems to be doing anything #3102

Open
djouallah opened this issue Jan 5, 2025 · 0 comments
Open
Labels
binding/python Issues for the Python package bug Something isn't working

Comments

@djouallah
Copy link

djouallah commented Jan 5, 2025

Environment

Delta-rs version: 0.23.1

Binding: Python

Environment:

  • Cloud provider: Fabric
  • OS: Linux
  • Other:

this code works and provide a list of files

from   deltalake.fs import   DeltaStorageHandler
import pyarrow.fs as fs
selector = fs.FileSelector(f'/{schema}', recursive=True)
onelake = DeltaStorageHandler(f'abfss://{ws}@onelake.dfs.fabric.microsoft.com/{lh}.Lakehouse/Files')
onelake.get_file_info_selector(selector)
image

but

onelake.create_dir('newfolder')

do nothing

@djouallah djouallah added the bug Something isn't working label Jan 5, 2025
@rtyler rtyler added the binding/python Issues for the Python package label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/python Issues for the Python package bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants