Skip to content

Commit

Permalink
Update README to link to CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesse authored Mar 8, 2023
1 parent 71f79e4 commit 9177adb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ These following quick starts will get you up and running with the `dbt-databrick
- [Using Unity Catalog with dbt-databricks](https://github.com/databricks/dbt-databricks/blob/main/docs/uc.md)
- [Using GitHub Actions for dbt CI/CD on Databricks](https://github.com/databricks/dbt-databricks/blob/main/docs/github-actions.md)
- [Loading data from S3 into Delta using the databricks_copy_into macro](https://github.com/databricks/dbt-databricks/blob/main/docs/databricks-copy-into-macro-aws.md)
- [Contribute to this repository](CONTRIBUTING.MD)

### Compatibility

Expand All @@ -84,4 +85,4 @@ def model(dbt, session):
dbt.config(
http_path="sql/protocolv1/..."
)
```
```

0 comments on commit 9177adb

Please sign in to comment.