Skip to content

Commit

Permalink
Merge branch 'dbt-labs:main' into Add-dbt-dlt-stripe-package
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man authored Dec 3, 2024
2 parents 3f78e83 + a69b800 commit 6f56e3b
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.9
1 change: 1 addition & 0 deletions Aptfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
git
7 changes: 6 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ The commands below assume a production application named `dbt-hubcap`. Replace w
- Job: `python3 hubcap.py`
- Schedule: Every hour at :00
- Dyno size: Hobby / Standard-1X
1. Configure the `CONFIG` environment variable: [Settings > Config Vars > Reveal Config Vars](https://dashboard.heroku.com/apps/dbt-hubcap/settings)
1. Configure environment variables: [Settings > Config Vars > Reveal Config Vars](https://dashboard.heroku.com/apps/dbt-hubcap/settings)
- `CONFIG`: copy format from `config.example.json` and adjust values as needed
- `GIT_EXEC_PATH`: `/app/.apt/usr/lib/git-core`
1. Setup `git` to be available at app run time. See [these](https://devcenter.heroku.com/articles/heroku-24-stack#changes-to-git) instructions for context.
```shell
heroku buildpacks:add --index 1 heroku-community/apt --app dbt-hubcap
```
1. (Re-)deploy the application using the instructions below. See [these](https://dashboard.heroku.com/apps/dbt-hubcap/deploy/heroku-git) instructions for context.


Expand Down
6 changes: 4 additions & 2 deletions hub.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"materialize-dbt-utils"
],
"Matts52": [
"dbt-ml-inline-preprocessing"
"dbt-ml-inline-preprocessing",
"dbt-set-similarity"
],
"Montreal-Analytics": [
"dbt-snowflake-utils"
Expand Down Expand Up @@ -349,7 +350,8 @@
"dbt-data-diff",
"dbt-snowflake-evaluator",
"dbt-tags",
"dbt-alert"
"dbt-alert",
"dbt-audit-helper-ext"
],
"irvingpop": [
"dbt_otel_export"
Expand Down
1 change: 0 additions & 1 deletion runtime.txt

This file was deleted.

0 comments on commit 6f56e3b

Please sign in to comment.