Skip to content

Commit

Permalink
Fix cds-task-schema-publish-disabled (#16469)
Browse files Browse the repository at this point in the history
set AWS_REGION=us-west-2 to avoid retries
  • Loading branch information
kgyrtkirk authored May 21, 2024
1 parent 28473e7 commit c948201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ services:
service: druid-historical
environment:
- DRUID_INTEGRATION_TEST_GROUP=${DRUID_INTEGRATION_TEST_GROUP}
- AWS_REGION=us-west-2
depends_on:
- druid-zookeeper-kafka

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ public IndexerSQLMetadataStorageCoordinator(
CentralizedDatasourceSchemaConfig centralizedDatasourceSchemaConfig
)
{

this.jsonMapper = jsonMapper;
this.dbTables = dbTables;
this.connector = connector;
Expand Down

0 comments on commit c948201

Please sign in to comment.