Metadata-Version: 2.4
Name: dbt-oracle
Version: 1.9.2
Summary: dbt (data build tool) adapter for Oracle Autonomous Database
Home-page: https://github.com/oracle/dbt-oracle
Author: Oracle
License: Apache Software License 2.0
Project-URL: Documentation, https://docs.getdbt.com/reference/warehouse-profiles/oracle-profile
Project-URL: Source, https://github.com/oracle/dbt-oracle
Project-URL: Bug Tracker, https://github.com/oracle/dbt-oracle/issues
Project-URL: CI, https://github.com/oracle/dbt-oracle/actions
Project-URL: Release Notes, https://github.com/oracle/dbt-oracle/releases
Keywords: Oracle dbt
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE.txt
License-File: NOTICE.txt
Requires-Dist: dbt-common<2.0,>=1.1.0
Requires-Dist: dbt-adapters<2.0,>=1.2.1
Requires-Dist: dbt-core<1.10,~=1.9
Requires-Dist: oracledb==3.1.1
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# dbt-oracle

[![PyPI version](https://badge.fury.io/py/dbt-oracle.svg)](https://pypi.python.org/pypi/dbt-oracle)
[![dbt-tests-adapter](https://github.com/oracle/dbt-oracle/actions/workflows/oracle-xe-adapter-tests.yml/badge.svg)](https://github.com/oracle/dbt-oracle/actions/workflows/oracle-xe-adapter-tests.yml)
[![dbt-oracle docs](https://img.shields.io/badge/docs-read-blue)](https://docs.getdbt.com/reference/warehouse-setups/oracle-setup)
[![dbt-oracle license](https://img.shields.io/badge/license-Apache%202.0-blue)][4]

`dbt-oracle` implements [dbt (data build tool)](https://docs.getdbt.com/docs/introduction) functionalities for Oracle Autonomous Database. 

> Prior to version 1.0.0, dbt-oracle was created and maintained by [Indicium](https://indicium.tech/) on [their GitHub repo](https://github.com/techindicium/dbt-oracle). Contributors in this repo are credited for laying the groundwork and maintaining the adapter till version 0.4.3.
From version 1.0.0, dbt-oracle is maintained and distributed by Oracle.


## Installation

```bash
pip install dbt-oracle
```


## Documentation

Please refer to the [Oracle setup on dbt docs website][1] for documentation.

## Help

Questions can be asked either in [db-oracle community Slack channel][6] or in [GitHub Discussions][7]

Bugs reports or feature requests can be raised in [GitHub Issues][8]

## Sample project

To get started, a sample dbt project can be found in the directory [/dbt_adbs_test_project][5].

## Contributing

This project welcomes contributions from the community. Before submitting a pull request, please [review our contribution guide](./CONTRIBUTING.md).

## Security

Please consult the [security guide](./SECURITY.md) for our responsible security vulnerability disclosure process.

## License
dbt-oracle is licensed under Apache 2.0 License which you can find [here][4].

[1]: https://docs.getdbt.com/reference/warehouse-profiles/oracle-profile
[2]: https://github.com/oracle/dbt-oracle/blob/main/CONTRIBUTING.md
[3]: https://github.com/oracle/dbt-oracle/blob/main/SECURITY.md
[4]: https://github.com/oracle/dbt-oracle/blob/main/LICENSE.txt
[5]: https://github.com/oracle/dbt-oracle/tree/main/dbt_adbs_test_project
[6]: https://getdbt.slack.com/archives/C01PWH4TXLY
[7]: https://github.com/oracle/dbt-oracle/discussions
[8]: https://github.com/oracle/dbt-oracle/issues

