diff --git a/dags/fetch_maximo_daily.py b/dags/fetch_maximo_daily.py index 4d3b28f..58b8b70 100644 --- a/dags/fetch_maximo_daily.py +++ b/dags/fetch_maximo_daily.py @@ -20,7 +20,7 @@ def fetch_maximo_data(**context): request_id = str(uuid.uuid4()) # Connection configuration - base_url = "http://10.47.0.65" + base_url = "http://10.47.0.65/envelope" endpoint = "/fetch-maximo-daily" fetch_url = f"{base_url}{endpoint}"