Skip to content

Commit

Permalink
Merge branch 'current' into Snowflake-External-Oauth-trobleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
runleonarun authored Nov 8, 2024
2 parents 5405a5f + 63c55da commit ae95190
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 83 deletions.
15 changes: 0 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,18 +62,3 @@ You can click a link available in a Vercel bot PR comment to see and review your

Advisory:
- If you run into an `fatal error: 'vips/vips8' file not found` error when you run `npm install`, you may need to run `brew install vips`. Warning: this one will take a while -- go ahead and grab some coffee!

## Running the Cypress tests locally

Method 1: Utilizing the Cypress GUI
1. `cd` into the repo: `cd docs.getdbt.com`
2. `cd` into the `website` subdirectory: `cd website`
3. Install the required node packages: `npm install`
4. Run `npx cypress open` to open the Cypress GUI, and choose `E2E Testing` as the Testing Type, before finally selecting your browser and clicking `Start E2E testing in {broswer}`
5. Click on a test and watch it run!

Method 2: Running the Cypress E2E tests headlessly
1. `cd` into the repo: `cd docs.getdbt.com`
2. `cd` into the `website` subdirectory: `cd website`
3. Install the required node packages: `npm install`
4. Run `npx cypress run`
67 changes: 0 additions & 67 deletions contributing/developer-blog.md

This file was deleted.

2 changes: 1 addition & 1 deletion website/docs/docs/build/incremental-strategy.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Click the name of the adapter in the below table for more information about supp
| Data platform adapter | `append` | `merge` | `delete+insert` | `insert_overwrite` | `microbatch` <Lifecycle status="beta"/> |
|-----------------------|:--------:|:-------:|:---------------:|:------------------:|:-------------------:|
| [dbt-postgres](/reference/resource-configs/postgres-configs#incremental-materialization-strategies) |||| ||
| [dbt-redshift](/reference/resource-configs/redshift-configs#incremental-materialization-strategies) |||| | |
| [dbt-redshift](/reference/resource-configs/redshift-configs#incremental-materialization-strategies) |||| | |
| [dbt-bigquery](/reference/resource-configs/bigquery-configs#merge-behavior-incremental-models) | || |||
| [dbt-spark](/reference/resource-configs/spark-configs#incremental-models) ||| |||
| [dbt-databricks](/reference/resource-configs/databricks-configs#incremental-models) ||| || |
Expand Down

0 comments on commit ae95190

Please sign in to comment.