Skip to content

Commit

Permalink
Update sl-graphql.md (#4195)
Browse files Browse the repository at this point in the history
correct link
  • Loading branch information
mirnawong1 authored Oct 5, 2023
2 parents c5ccc9f + 7216cdf commit add730d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/docs/dbt-cloud-apis/sl-graphql.md
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ query_result_request = """
"""

gql_response = requests.post(
"http://localhost:8000/graphql",
"https://semantic-layer.cloud.getdbt.com/api/graphql",
json={"query": query_result_request},
headers=headers,
)
Expand Down

0 comments on commit add730d

Please sign in to comment.