Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
fivetran-joemarkiewicz committed Oct 21, 2024
1 parent 7f746b3 commit a04071a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 18 deletions.
15 changes: 0 additions & 15 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,6 @@ steps:
commands: |
bash .buildkite/scripts/run_models.sh bigquery
- label: ":amazon-redshift: Run Tests - Redshift"
key: "run_dbt_redshift"
plugins:
- docker#v3.13.0:
image: "python:3.8"
shell: [ "/bin/bash", "-e", "-c" ]
environment:
- "BASH_ENV=/tmp/.bashrc"
- "CI_REDSHIFT_DBT_DBNAME"
- "CI_REDSHIFT_DBT_HOST"
- "CI_REDSHIFT_DBT_PASS"
- "CI_REDSHIFT_DBT_USER"
commands: |
bash .buildkite/scripts/run_models.sh redshift
- label: ":databricks: Run Tests - Databricks"
key: "run_dbt_databricks"
plugins:
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Unified RAG dbt Package ([Docs](https://fivetran.github.io/dbt_unified_rag/))

<p align="center">
<a alt="License"
href="https://github.com/fivetran/dbt_unified_rag/blob/main/LICENSE">
Expand All @@ -10,8 +12,6 @@
<img src="https://img.shields.io/badge/Contributions-welcome-blueviolet" /></a>
</p>

# Unified RAG dbt Package ([Docs](https://fivetran.github.io/dbt_unified_rag/))

## What does this dbt package do?

<!--section="unified_rag_transformation_model"-->
Expand Down Expand Up @@ -43,8 +43,9 @@ To use this dbt package, you must have the following:
- [HubSpot](https://fivetran.com/docs/connectors/applications/hubspot) (specifically deals)
- [Jira](https://fivetran.com/docs/connectors/applications/jira)
- [Zendesk Support](https://fivetran.com/docs/connectors/applications/zendesk)
- A **Snowflake**, **BigQuery**, **Redshift**, **Databricks**, or **PostgreSQL** destination.
- A **Snowflake**, **BigQuery**, **Databricks**, or **PostgreSQL** destination.
- Please note, the Cortex Search Service will only be generated for Snowflake destinations.
- Redshift destinations are not currently supported due to the stringent character limitations within string datatypes. If you would like Redshift destinations to be supported, please comment within our logged [Feature Request](https://github.com/fivetran/dbt_unified_rag/issues/3).

### Step 2: Install the package
Include the following package_display_name package version in your `packages.yml` file:
Expand Down

0 comments on commit a04071a

Please sign in to comment.