Skip to content

Commit 5c6816b

Browse files
authored
Merge pull request #124 from oracle/dev/1.7.0
Updated readme
2 parents bfab1fd + d8f1985 commit 5c6816b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![dbt-oracle docs](https://img.shields.io/badge/docs-read-blue)](https://docs.getdbt.com/reference/warehouse-setups/oracle-setup)
66
[![dbt-oracle license](https://img.shields.io/badge/license-Apache%202.0-blue)][4]
77

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

1010
> 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.
1111
From version 1.0.0, dbt-oracle is maintained and distributed by Oracle.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
name = dbt-oracle
33
version = 1.7.0
4-
description = dbt (data build tool) adapter for the Oracle database
4+
description = dbt (data build tool) adapter for Oracle Autonomous Database
55
long_description = file: README.md
66
long_description_content_type = text/markdown
77
keywords = Oracle dbt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
'Programming Language :: Python :: 3.10',
7676
'Programming Language :: Python :: 3.11'
7777
],
78-
description="dbt (data build tool) adapter for the Oracle database",
78+
description="dbt (data build tool) adapter for Oracle Autonomous Database",
7979
install_requires=requirements,
8080
license="Apache Software License 2.0",
8181
long_description=readme,

0 commit comments

Comments
 (0)