Skip to main content

A Fabric extension for managing data lakes

Project description

This section describes how to define and register the Teachers Schema in the Schema Registry.

📚 Define the Teachers Schema

class TeachersSchema(BaseSchema):
    columns = [
        DataclassField("teacher_id", StringType(), False),
        DataclassField("teacher_name", StringType(), False),
    ]

📝 Register the Schema

SchemaRegistry.register("teachers", TeachersSchema)

🔍 Retrieve the Teachers Schema

schema = SchemaRegistry.get_schema_for_table("teachers")
print(schema)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fabric_datalake_manager-0.1.0-py3-none-any.whl (21.6 kB view details)

Uploaded Python 3

File details

Details for the file fabric_datalake_manager-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for fabric_datalake_manager-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 fad49f2f46b3445ae5660cda74d1f0d60266417cb5742a20c673e987a0d0e571
MD5 98c355ca85894956ff44be4127a36f65
BLAKE2b-256 342a6f34254a789766242c3f8177641f6f966ba911184b7b3fb2633c7b750c61

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page