Microsoft Azure File DataLake Storage Client Library for Python
Overall
score
92%
Build a tool that retrieves and reports properties of files and directories in Azure Data Lake Storage Gen2.
Your solution must:
Your program should accept:
Display the properties in a structured format showing:
Provides Azure Data Lake Storage Gen2 client library for file system operations and property management.
File: test_file_properties.py { .test-file }
Test: Given a valid file path in a file system, retrieve and verify that file properties include size, last modified time, content type, and metadata. { .test-case }
File: test_file_properties.py { .test-file }
Test: Given a valid directory path in a file system, retrieve and verify that directory properties include creation time, owner information, and metadata. { .test-case }
File: test_file_properties.py { .test-file }
Test: When requesting properties for a non-existent path, the program should handle the error gracefully and provide a clear error message. { .test-case }
Install with Tessl CLI
npx tessl i tessl/pypi-azure-storage-file-datalakedocs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10