Skip to content

Commit

Permalink
Passing query params alongside the request
Browse files Browse the repository at this point in the history
  • Loading branch information
atulya-astronomer committed Jan 24, 2025
1 parent b854d53 commit c941861
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astronomer_starship/starship.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ def proxy(self):
request_method,
url,
headers=request_headers,
params=request.args if request.args else None,
**({"data": request.data} if request.data else {}),
)
response_headers = dict(response.headers)
Expand Down

0 comments on commit c941861

Please sign in to comment.