Skip to content

Commit fabb03f

Browse files
committed
NRL-1268 auto trigger crawler
1 parent bc01aea commit fabb03f

File tree

1 file changed

+1
-1
lines changed
  • terraform/account-wide-infrastructure/modules/glue/src

1 file changed

+1
-1
lines changed

terraform/account-wide-infrastructure/modules/glue/src/pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def __init__(
2525
self.glue = boto3.client(
2626
service_name="glue",
2727
region_name="eu-west-2",
28-
endpoint_url="your-endpoint-url",
28+
endpoint_url="https://glue.eu-west-2.amazonaws.com",
2929
)
3030
self.name_prefix = "-".join(job_name.split("-")[:3])
3131

0 commit comments

Comments
 (0)