Skip to content

Commit

Permalink
use TA timeseries models in new TA tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-sentry committed Feb 11, 2025
4 parents 35bab8a + f21ee54 + 37bf24e + 7552eec commit b8083f9
Showing 19 changed files with 817 additions and 1,363 deletions.
2 changes: 0 additions & 2 deletions requirements.in
Original file line number Diff line number Diff line change
@@ -12,8 +12,6 @@ coverage
Django>=4.2.16
django-postgres-extra>=2.0.8
factory-boy
google-cloud-bigquery>=3.27.0
google-cloud-bigquery-storage>=2.27.0
google-cloud-pubsub
google-cloud-storage>=2.10.0
grpcio>=1.66.2
26 changes: 5 additions & 21 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.in -o requirements.txt
amplitude-analytics==1.1.4
# via shared
amqp==5.2.0
# via kombu
analytics-python==1.3.0b1
@@ -113,28 +115,18 @@ freezegun==1.5.0
# via pytest-freezegun
google-api-core==2.23.0
# via
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-core
# google-cloud-pubsub
# google-cloud-storage
google-auth==2.36.0
# via
# google-api-core
# google-cloud-bigquery
# google-cloud-bigquery-storage
# google-cloud-core
# google-cloud-pubsub
# google-cloud-storage
# shared
google-cloud-bigquery==3.27.0
# via -r requirements.in
google-cloud-bigquery-storage==2.27.0
# via -r requirements.in
google-cloud-core==2.4.1
# via
# google-cloud-bigquery
# google-cloud-storage
# via google-cloud-storage
google-cloud-pubsub==2.27.1
# via
# -r requirements.in
@@ -148,9 +140,7 @@ google-crc32c==1.1.2
# google-cloud-storage
# google-resumable-media
google-resumable-media==2.7.2
# via
# google-cloud-bigquery
# google-cloud-storage
# via google-cloud-storage
googleapis-common-protos==1.66.0
# via
# google-api-core
@@ -240,9 +230,7 @@ orjson==3.10.11
# -r requirements.in
# shared
packaging==24.1
# via
# google-cloud-bigquery
# pytest
# via pytest
platformdirs==3.11.0
# via virtualenv
pluggy==1.5.0
@@ -261,13 +249,11 @@ proto-plus==1.25.0
# via
# -r requirements.in
# google-api-core
# google-cloud-bigquery-storage
# google-cloud-pubsub
protobuf==5.29.2
# via
# -r requirements.in
# google-api-core
# google-cloud-bigquery-storage
# google-cloud-pubsub
# googleapis-common-protos
# grpc-google-iam-v1
@@ -331,7 +317,6 @@ python-dateutil==2.9.0.post0
# django-postgres-extra
# faker
# freezegun
# google-cloud-bigquery
# time-machine
python-json-logger==0.1.11
# via -r requirements.in
@@ -359,7 +344,6 @@ requests==2.32.3
# -r requirements.in
# analytics-python
# google-api-core
# google-cloud-bigquery
# google-cloud-storage
# shared
# stripe
2 changes: 2 additions & 0 deletions rollouts/__init__.py
Original file line number Diff line number Diff line change
@@ -16,3 +16,5 @@
NEW_TA_TASKS = Feature("new_ta_tasks")

PARALLEL_COMPONENT_COMPARISON = Feature("parallel_component_comparison")

TA_TIMESERIES = Feature("ta_timeseries")
183 changes: 0 additions & 183 deletions services/bigquery.py

This file was deleted.

Loading
Oops, something went wrong.

0 comments on commit b8083f9

Please sign in to comment.