Metadata-Version: 2.1
Name: datalake-bundle
Version: 0.5.0a7
Summary: DataLake tables management bundle for the Bricksflow Framework
Home-page: https://github.com/bricksflow/datalake-bundle
License: MIT
Author: Jiri Koutny
Author-email: jiri.koutny@datasentics.com
Requires-Python: >=3.7.3,<3.8.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Dist: console-bundle (>=0.3.0a7)
Requires-Dist: databricks-bundle (>=0.6.0a16)
Requires-Dist: injecta (>=0.8.13b2)
Requires-Dist: pyfony-bundles (>=0.2.5a5)
Requires-Dist: simpleeval (>=0.9.10,<0.10.0)
Project-URL: Repository, https://github.com/bricksflow/datalake-bundle
Description-Content-Type: text/markdown

# Datalake bundle

Table & schema management for your Databricks-based data lake (house).

Provides console commands to simplify table creation, update/migration and deletion.

## Installation

Install the bundle via Poetry:

```
$ poetry add datalake-bundle
```

## Usage

1. [Defining DataLake tables](docs/tables.md)
1. [Parsing fields from table identifier](docs/parsing-fields.md)
1. [Console commands](docs/console-commands.md)

