Skip to content

Commit

Permalink
fixed vars
Browse files Browse the repository at this point in the history
  • Loading branch information
aazam-gh committed Aug 25, 2024
1 parent f43b934 commit ba9952a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 25 deletions.
23 changes: 5 additions & 18 deletions connectors/source_github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ packages:

After you can run `dbt tests` or `dbt docs generate` to have a preview of Airbyte output data.

### Fivetran github Modeling dbt package
### Fivetran Github Modeling dbt package

This package transforms Airbyte connector output data, making it compatible with Fivetran's github dbt package. You can check the analytical models Fivetran creates [here](https://github.com/fivetran/dbt_github/tree/main?tab=readme-ov-file#-what-does-this-dbt-package-do). The link also provides information about how the package works and what is configurable.
This package transforms Airbyte connector output data, making it compatible with Fivetran's Github dbt package. You can check the analytical models Fivetran creates [here](https://github.com/fivetran/dbt_github/tree/main?tab=readme-ov-file#-what-does-this-dbt-package-do). The link also provides information about how the package works and what is configurable.

Create the require files to use Airbyte and Fivetran dbt packages:

Expand Down Expand Up @@ -71,23 +71,10 @@ vars:
github_database: "airbyte_db_default"
github_schema: "airbyte_dbt_github_support"
using_schedules: False
using_domain_names: False
using_user_tags: False
using_ticket_form_history: False
using_organization_tags: False
github_organization_identifier: "organizations"
github_ticket_identifier: "tickets"
github_ticket_comment_identifier: "ticket_comments"
github_ticket_tag_identifier: "tags"
github_ticket_field_history_identifier: "ticket_field_history"
github_ticket_form_history_identifier: "ticket_forms"
github_brand_identifier: "brands"
github_group_identifier: "groups"
github_organization_tag_identifier: "organization_fields"
github_user_identifier: "users"
using_repo_team: False
github_user_tag_identifier: "user_field"
```

After run `dbt run`, you can see the models being created.
Expand Down
5 changes: 3 additions & 2 deletions connectors/source_github/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,6 @@ models:
materialized: view

vars:
database: snowflake
schema: source_github
database: airbyte_dbt_default
schema: airbyte_schema_default
using_fivetran: False
6 changes: 1 addition & 5 deletions connectors/source_github/integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,7 @@ vars:
github_database: "airbyte_db_default"
github_schema: "airbyte_dbt_github"

using_schedules: False
using_domain_names: False
using_user_tags: False
using_ticket_form_history: False
using_organization_tags: False
using_repo_team: False

zendesk_organization_identifier: "organizations"
zendesk_ticket_identifier: "tickets"
Expand Down

0 comments on commit ba9952a

Please sign in to comment.