From f5aba82583afea86d89dd423b1e7058fa5791661 Mon Sep 17 00:00:00 2001 From: Peter Allen Webb Date: Tue, 6 Aug 2024 15:54:34 -0400 Subject: [PATCH] Depend on snowplow-tracker rather than our old fork, minimal-snowplow-tracker. --- .changes/unreleased/Under the Hood-20240806-155406.yaml | 6 ++++++ core/setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .changes/unreleased/Under the Hood-20240806-155406.yaml diff --git a/.changes/unreleased/Under the Hood-20240806-155406.yaml b/.changes/unreleased/Under the Hood-20240806-155406.yaml new file mode 100644 index 00000000000..aafcd955ba9 --- /dev/null +++ b/.changes/unreleased/Under the Hood-20240806-155406.yaml @@ -0,0 +1,6 @@ +kind: Under the Hood +body: Move from minimal-snowplow-tracker fork back to snowplow-tracker +time: 2024-08-06T15:54:06.422444-04:00 +custom: + Author: peterallenwebb + Issue: "8409" diff --git a/core/setup.py b/core/setup.py index 4c2c8acaa97..32e62b830fc 100644 --- a/core/setup.py +++ b/core/setup.py @@ -59,6 +59,7 @@ "networkx>=2.3,<4.0", "protobuf>=4.0.0,<5", "requests<3.0.0", # should match dbt-common + "snowplow-tracker>=1.0.2,<2.0", # ---- # These packages are major-version-0. Keep upper bounds on upcoming minor versions (which could have breaking changes) # and check compatibility / bump in each new minor version of dbt-core. @@ -68,7 +69,6 @@ # These are major-version-0 packages also maintained by dbt-labs. # Accept patches but avoid automatically updating past a set minor version range. "dbt-extractor>=0.5.0,<=0.6", - "minimal-snowplow-tracker>=0.0.2,<0.1", "dbt-semantic-interfaces>=0.6.11,<0.7", # Minor versions for these are expected to be backwards-compatible "dbt-common>=1.6.0,<2.0",