Replies: 2 comments
-
when i try to update the core:
|
Beta Was this translation helpful? Give feedback.
-
Hey @avnav88, you are correct that dbt-oracle requires Core 1.1.2 exactly. You won't be able to have v1.1 and v1.2 of dbt Core in play simultaneously, but you could install v1.1.x of dbt-postgres and dbt-bigquery instead. If you define all the packages you want in a single command, then pip will work out the highest compatible version for all of them. For example Core:
- installed: 1.1.2
- latest: 1.2.0 - Update available!
Your version of dbt-core is out of date!
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation
Plugins:
- oracle: 1.1.2 - Up to date!
- bigquery: 1.1.1 - Update available!
- postgres: 1.1.2 - Update available!
At least one plugin is out of date or incompatible with dbt-core.
You can find instructions for upgrading here:
https://docs.getdbt.com/docs/installation If you want to pin to a specific minor version, you could also do something like ☝️ fair warning: my pip is a bit shaky so there might be a better option than this |
Beta Was this translation helpful? Give feedback.
-
it seems that oracle's plugin version requires the older core of 1.1.2, while the other ones run on a core of 1.2.0.
so when i try to install the oracle plugin, the core gets downgraded:
Beta Was this translation helpful? Give feedback.
All reactions