Metadata-Version: 2.1
Name: dbnd-redshift
Version: 1.0.26.2
Summary: Machine Learning Orchestration
Home-page: https://github.com/databand-ai/dbnd
Author: Evgeny Shulman
Author-email: evgeny.shulman@databand.ai
Maintainer: Evgeny Shulman
Maintainer-email: evgeny.shulman@databand.ai
Project-URL: Documentation, https://dbnd.readme.io/
Project-URL: Bug-Tracker, https://github.com/databand-ai/dbnd/issues
Project-URL: Source-Code, https://github.com/databand-ai/dbnd
Keywords: orchestration,data,machinelearning
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: psycopg2-binary
Requires-Dist: dbnd==1.0.26.2
Requires-Dist: redshift_connector
Provides-Extra: tests
Requires-Dist: pandas==1.3.5; python_version < "3.8" and extra == "tests"
Requires-Dist: pandas==1.4.0; (python_version >= "3.8" and python_version < "3.12") and extra == "tests"
Requires-Dist: pandas==2.2.2; python_version >= "3.12" and extra == "tests"
Requires-Dist: numpy==1.21.6; python_version < "3.8" and extra == "tests"
Requires-Dist: numpy==1.22.4; (python_version >= "3.8" and python_version < "3.12") and extra == "tests"
Requires-Dist: numpy==1.26.4; python_version >= "3.12" and extra == "tests"

# DBND Redshift

## The plugin

`dbnd-redshift` logs redshift resource usage of queries using `log_redshift_resource_usage`.

### What does it do?

It uses internal/system redshift tables to get query data after they are completed.

### Installation

```bash
pip install dbnd-redshift
```
