Metadata-Version: 2.1
Name: datalake-bundle
Version: 0.5.0a10
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,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: console-bundle (>=0.3.1,<0.4.0)
Requires-Dist: databricks-bundle (>=0.6.1,<0.7.0)
Requires-Dist: injecta (>=0.9.1,<0.10.0)
Requires-Dist: pyfony-bundles (>=0.3.2,<0.4.0)
Requires-Dist: simpleeval (>=0.9.10,<1.0.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)

