Skip to content

Commit 5eaeb99

Browse files
guysmoilovCopilot
andauthored
Copy the headers dict
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 47008b8 commit 5eaeb99

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dagshub/data_engine/client/data_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def _exec(
185185
if validate:
186186
query.validate_params(params if params else {}, self.query_introspection)
187187
q = gql.gql(query.generate())
188-
headers = config.requests_headers
188+
headers = dict(config.requests_headers)
189189
traceparent = None
190190
if not config.disable_traceparent:
191191
traceparent = build_traceparent()

0 commit comments

Comments
 (0)