Skip to content

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilbert09 committed Jun 17, 2024
1 parent 6ae7cf3 commit ea0c7e4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,7 @@ async def setup_job_1():
BUCKET_URL=f"s3://{BUCKET_NAME}",
AIRBYTE_BUCKET_KEY=settings.OBJECT_STORAGE_ACCESS_KEY_ID,
AIRBYTE_BUCKET_SECRET=settings.OBJECT_STORAGE_SECRET_ACCESS_KEY,
AIRBYTE_BUCKET_DOMAIN="objectstorage:19000",
):
await asyncio.gather(
activity_environment.run(import_data_activity, job_1_inputs),
Expand Down

0 comments on commit ea0c7e4

Please sign in to comment.