You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-17Lines changed: 2 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,26 +1,11 @@
1
-
# dbt-oracle version 1.0.0
1
+
# dbt-oracle
2
2
3
-
dbt (data build tool) adapter for the Oracle database.
4
-
dbt "adapters" are responsible for adapting dbt's functionality to a given database. Check
3
+
dbt "adapters" are responsible for adapting dbt's functionality to a given database. `dbt-oracle` implements dbt functionalities for the Oracle database. To learn more about building adapters, check
> 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.
8
7
From version 1.0.0, dbt-oracle is maintained and distributed by Oracle.
9
8
10
-
# Table of contents
11
-
12
-
-[What is dbt?](#what-is-dbt)
13
-
-[dbt features](#core-concepts)
14
-
-[An Example](#an-example)
15
-
-[Installation](#install)
16
-
-[Support](#support)
17
-
-[Core dependencies](#core-dependencies)
18
-
-[Getting Started](#getting-started)
19
-
-[Documentation](#documentation-todo)
20
-
-[Contributing](#contributing)
21
-
-[Security](#security)
22
-
-[License](#license)
23
-
24
9
## What is dbt? <aname='what-is-dbt'></a>
25
10
26
11
dbt does the T in ELT (Extract, Load, Transform). To work with dbt you need a copy of your data already loaded in your warehouse.
0 commit comments