Skip to content

Commit

Permalink
feat: bq configurable partitions
Browse files Browse the repository at this point in the history
  • Loading branch information
achettyiitr committed Sep 27, 2024
1 parent 2b99b47 commit c2a3aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions integration_test/warehouse/warehouse_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ import (
"github.com/rudderlabs/rudder-go-kit/testhelper/docker/resource/postgres"
"github.com/rudderlabs/rudder-go-kit/testhelper/docker/resource/sshserver"
"github.com/rudderlabs/rudder-go-kit/testhelper/keygen"

"github.com/rudderlabs/rudder-server/admin"
"github.com/rudderlabs/rudder-server/app"
backendconfig "github.com/rudderlabs/rudder-server/backend-config"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.9"

services:
transformer:
image: "rudderstack/develop-rudder-transformer:fix.populate-users-fields"
image: "rudderstack/rudder-transformer:latest"
ports:
- "9090:9090"
healthcheck:
Expand Down

0 comments on commit c2a3aaf

Please sign in to comment.