Metadata-Version: 2.1
Name: ecu_sbl_aace_datalake
Version: 0.1.2
Summary: Supporting utilities for the ECU SBL AACE Datalake project
Author-email: Jonathan Mills <support.sbl@itsalljustdata.com>
Maintainer-email: Jonathan Mills <support.sbl@itsalljustdata.com>
License: MIT
Project-URL: Homepage, https://github.com/itsalljustdata/ecu_sbl_aace_datalake
Project-URL: Bug Reports, https://github.com/itsalljustdata/ecu_sbl_aace_datalake/issues
Keywords: utilities
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: >=3.11.8
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Provides-Extra: test

# ECU-SBL-AACE-DataLake

## Overview
ECU-SBL-AACE-DataLake is a Python package designed to facilitate data management and analytics within a data lake environment. This package provides tools for data ingestion, transformation, and querying, making it easier to handle large datasets efficiently.

## Features
- **Data Ingestion**: Easily ingest data from various sources into the data lake.
- **Data Transformation**: Perform data cleaning and transformation operations.
- **Data Querying**: Query data using familiar SQL-like syntax.
- **Scalability**: Handle large datasets with optimized performance.

## Installation
To install ECU-SBL-AACE-DataLake, use pip:
```bash
pip install ecu-sbl-aace-datalake
```

## Usage
Here is a basic example of how to use ECU-SBL-AACE-DataLake:
```python
from ecu.sbl.aace.datalake import getLakehouseId

# get lakehouseId
getLakehouseId (lakehouse_name = 'DaveTheLakehouse', workspace_id = None)

```


## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more information.

## Contact
For any questions or issues, please open an issue on GitHub or contact us at support.sbl@itsalljustdata.com.
