Skip to content

Commit

Permalink
add uv en
Browse files Browse the repository at this point in the history
  • Loading branch information
dataders committed Dec 18, 2024
1 parent b10e53d commit 705e3eb
Show file tree
Hide file tree
Showing 3 changed files with 2,067 additions and 0 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3.11
14 changes: 14 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[project]
name = "dbt-external-tables"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"dbt-bigquery>=1.9.0",
"dbt-core>=1.9.1",
"dbt-redshift>=1.9.0",
"dbt-snowflake>=1.9.0",
"dbt-synapse>=1.8.2",
"tox>=4.23.2",
]
Loading

0 comments on commit 705e3eb

Please sign in to comment.