Metadata-Version: 2.1
Name: databricks-aws-utils
Version: 1.2.0
Summary: Databricks AWS Utils
Home-page: https://github.com/lucasvieirasilva/databricks-aws-utils
License: Proprietary
Author: Lucas Vieira
Author-email: lucas.vieira94@outlook.com
Maintainer: Lucas Vieira
Maintainer-email: lucas.vieira94@outlook.com
Requires-Python: >=3.7,<3.10
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Project-URL: Repository, https://github.com/lucasvieirasilva/databricks-aws-utils
Description-Content-Type: text/markdown

# Databricks AWS Utils

Databricks AWS Utils is a library to abstract Databricks integration with AWS Services

## Features

- Convert Delta Table to be consumed by AWS Athena with Schema evolution
- Run queries against AWS RDS using AWS Secrets Manager to retrive the connection properties and returns as Spark DataFrame

## Install

`pip install databricks-aws-utils`

## Contributing

- See our [Contributing Guide](CONTRIBUTING.md)

## Change Log

- See our [Change Log](CHANGELOG.md)

