or run

tessl search
Log in

Version

Workspace
tessl
Visibility
Public
Created
Last updated
Describes
pypipkg:pypi/azure-storage-file-datalake@12.21.x
tile.json

tessl/pypi-azure-storage-file-datalake

tessl install tessl/pypi-azure-storage-file-datalake@12.21.0

Microsoft Azure File DataLake Storage Client Library for Python

Agent Success

Agent success rate when using this tile

92%

Improvement

Agent success rate improvement when using this tile compared to baseline

0.99x

Baseline

Agent success rate without this tile

93%

rubric.jsonevals/scenario-5/

{
  "context": "This criteria evaluates how well the engineer uses the azure-storage-file-datalake package to manage HTTP headers and content settings for files. The focus is on proper usage of ContentSettings class and file property management methods.",
  "type": "weighted_checklist",
  "checklist": [
    {
      "name": "ContentSettings import",
      "description": "Imports ContentSettings class from azure.storage.filedatalake",
      "max_score": 10
    },
    {
      "name": "ContentSettings instantiation",
      "description": "Creates ContentSettings objects with appropriate parameters (content_type, content_encoding, content_language, content_disposition, cache_control)",
      "max_score": 20
    },
    {
      "name": "set_http_headers usage",
      "description": "Uses DataLakeFileClient.set_http_headers() method to configure content settings on files",
      "max_score": 25
    },
    {
      "name": "get_file_properties usage",
      "description": "Uses DataLakeFileClient.get_file_properties() to retrieve file properties and accesses content_settings attribute",
      "max_score": 20
    },
    {
      "name": "FileSystemClient.get_paths usage",
      "description": "Uses FileSystemClient.get_paths() method to list and iterate through files in the file system",
      "max_score": 15
    },
    {
      "name": "Path filtering logic",
      "description": "Implements logic to filter paths by extension and correctly identifies files (not directories) using path properties",
      "max_score": 10
    }
  ]
}