Skip to content

Commit

Permalink
fix readmne
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosmarxm committed Aug 31, 2024
1 parent 7e388d0 commit bb5cd15
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions connectors/source_recharge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,15 +95,19 @@ vars:
recharge_order_line_item_identifier: "orders"
recharge_subscription_identifier: "subscriptions"
recharge_subscription_history_identifier: "subscriptions"
```
You need to run the models in steps:
```shell
dbt run --model +source_recharge # create tables needed by Fivetran from Airbyte
dbt run --model +recharge_source # staging tables
dbt run --model +recharge # final analytical model.
```

After run `dbt run`, you can see the models being created.

---

## :package: Package Maintenance

- This package is maintained by the Airbyte Community.
- You can contribute any time please read the Contributing Guidelines or enter the Airbyte Slack Channel `#airbyte-dbt-packages`
- You can contribute any time please read the Contributing Guidelines or enter the Airbyte Slack Channel `#airbyte-dbt-packages`.

0 comments on commit bb5cd15

Please sign in to comment.