Skip to content

Commit bff80b4

Browse files
authored
Update README.md
1 parent 40f2e77 commit bff80b4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ The dbt Teradata adapter lets you use [dbt](https://getdbt.com) with Teradata Va
99
```
1010
pip install dbt-teradata
1111
```
12-
> **Starting from dbt-teradata 1.8.0 and above, dbt-core will not be installed as a dependency. Therefore, you need to explicitly install dbt-core. Ensure you install dbt-core 1.9.0 or above. You can do this with the following command:**
12+
> **Starting from dbt-teradata 1.8.0 and above, dbt-core will not be installed as a dependency. Therefore, you need to explicitly install dbt-core. Ensure you install dbt-core 1.10.0 or above. You can do this with the following command:**
1313
> ```
14-
> pip install dbt-core>=1.9.0
14+
> pip install dbt-core>=1.10.0
1515
> ```
1616
> Please go through this discussion for more information:
1717
> https://github.com/dbt-labs/dbt-core/discussions/9171
@@ -866,3 +866,4 @@ The adapter was originally created by [Doug Beatty](https://github.com/dbeatty10
866866
## License
867867

868868
The adapter is published using Apache-2.0 License. Please see [the license](LICENSE) for terms and conditions, such as creating derivative work and the support model.
869+

0 commit comments

Comments
 (0)