Skip to content

Commit

Permalink
MagicBot/add-model-counts updates (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-catfritz authored Jan 22, 2025
1 parent b5d2049 commit 5e8bc43
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# dbt_jira_source version.version

## Documentation
- Corrected references to connectors and connections in the README. ([#42](https://github.com/fivetran/dbt_jira_source/pull/42))

# dbt_jira_source v0.7.0
[PR #39](https://github.com/fivetran/dbt_jira_source/pull/39) introduces the following changes:
## 🚨 Breaking Changes 🚨
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
## How do I use the dbt package?
### Step 1: Prerequisites
To use this dbt package, you must have the following:
- At least one Fivetran Jira connector syncing data into your destination.
- At least one Fivetran Jira connection syncing data into your destination.
- A **BigQuery**, **Snowflake**, **Redshift**, **PostgreSQL**, or **Databricks** destination.

#### Databricks Dispatch Configuration
Expand Down Expand Up @@ -55,7 +55,7 @@ vars:
jira_schema: your_schema_name
```
### Step 4: Disable models for non-existent sources
Your Jira connector may not sync every table that this package expects. If you do not have the `SPRINT`, `COMPONENT`, or `VERSION` tables synced, add the following variable to your root `dbt_project.yml` file:
Your Jira connection may not sync every table that this package expects. If you do not have the `SPRINT`, `COMPONENT`, or `VERSION` tables synced, add the following variable to your root `dbt_project.yml` file:

```yml
vars:
Expand Down

0 comments on commit 5e8bc43

Please sign in to comment.