Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
DUNE_TEAM_NAME=balancer
DUNE_API_KEY=""
4 changes: 2 additions & 2 deletions dbt_project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# Name your project! Project names should contain only lowercase characters
# and underscores. A good package name should reflect your organization's
# name or the intended use of these models
name: 'dbt_template'
name: 'balancer'
version: '1.0.0'

# This setting configures which "profile" dbt uses for this project.
profile: 'dbt_template'
profile: 'balancer'

# SSL certificate validation is disabled by default. It is legacy behavior which will be changed in future releases.
# It is strongly advised to enable `require_certificate_validation` flag or explicitly set `cert` configuration to `True` for security reasons.
Expand Down
2 changes: 1 addition & 1 deletion profiles.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# dbt profile for Dune API connection
dbt_template:
balancer:
target: dev
outputs:
dev:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "dune-dbt-template"
version = "0.1.0"
description = "A dbt project template with Trino adapter and uv dependency management"
requires-python = ">=3.12"
requires-python = ">=3.12,<3.14"
dependencies = [
"dbt-core>=1.10.13",
"dbt-trino>=1.9.3",
Expand Down
Loading