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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file fabric_datalake_manager-0.1.1.tar.gz.
File metadata
- Download URL: fabric_datalake_manager-0.1.1.tar.gz
- Upload date:
- Size: 10.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
798b79c9d2cc0e6c90097b827ef52412af48bc54ca2703b52149ba413d552a74
|
|
| MD5 |
3b3541e24cdb0c7568133070175ed488
|
|
| BLAKE2b-256 |
24aaf4f683d62d672564cc606eade548d7b0c139d54e05fa4a466a335c917202
|
File details
Details for the file fabric_datalake_manager-0.1.1-py3-none-any.whl.
File metadata
- Download URL: fabric_datalake_manager-0.1.1-py3-none-any.whl
- Upload date:
- Size: 21.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
087da85f6df83f1147116c4f821c5c5aecd26d7749fab43da09eca9d627ecfd9
|
|
| MD5 |
3ed273cbe1ccb351e8128c54016bf917
|
|
| BLAKE2b-256 |
d0615d0f568425ad5344d620bd34268b86d8c2d5e855d25922e251b2309ec459
|