Skip to content
This repository was archived by the owner on Jan 20, 2026. It is now read-only.

Commit 6f7f511

Browse files
Update README.md
1 parent 8fcefb7 commit 6f7f511

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Apache License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![dbt logo and version](https://img.shields.io/static/v1?logo=dbt&label=dbt-version&message=0.20.x&color=orange)
1+
[![Apache License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0) ![dbt logo and version](https://img.shields.io/static/v1?logo=dbt&label=dbt-version&message=>=1.0.0,<2.0.0&color=orange)
22
# Jira (Source)
33

44
This package models Jira data from [Fivetran's connector](https://fivetran.com/docs/applications/jira). It uses data in the format described by [this ERD](https://fivetran.com/docs/applications/jira/#schemainformation).
@@ -25,7 +25,7 @@ Add the following to your `packages.yml` file:
2525
# packages.yml
2626
packages:
2727
- package: fivetran/jira_source
28-
version: [">=0.3.0", "<0.4.0"]
28+
version: [">=0.4.0", "<0.5.0"]
2929
```
3030
3131
Check [dbt Hub](https://hub.getdbt.com/) for the latest installation instructions, or [read the dbt docs](https://docs.getdbt.com/docs/package-management) for more information on installing packages.

0 commit comments

Comments
 (0)