Skip to content

Commit

Permalink
Update version documentation and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
robastel committed Aug 9, 2023
1 parent aa27e6c commit 93ce0ec
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,15 @@ creating, updating, and deleting

## Installation

```shell
pip install dbt-invoke
```

- If you are using dbt-core version 1.5.0 or later:
```shell
pip install dbt-invoke
```
- If you are using a dbt-core version earlier than 1.5.0:
```shell
pip install dbt-invoke~=0.2
```


## Usage

Expand Down Expand Up @@ -215,7 +220,4 @@ dbt-invoke properties.delete <options>
ephemeral materializations.
- This may be partially remedied by increasing the value of the `--threads`
option in `dbt-invoke properties.update`.
- dbt-invoke is tested against:
- dbt 1.5 and 1.6
- macos-latest, windows-latest, ubuntu-latest
- dbt-invoke has not been tested across different types of data warehouses.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
url='https://github.com/Dashlane/dbt-invoke',
packages=find_packages(),
install_requires=['invoke>=1.4.1', 'PyYAML>=5.1', 'ruamel.yaml>=0.17.12'],
python_requires='>=3.6.0',
python_requires='>=3.7.0',
entry_points={
'console_scripts': ["dbt-invoke = dbt_invoke.main:program.run"]
},
Expand Down

0 comments on commit 93ce0ec

Please sign in to comment.