Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(dbt Cloud): Including GraphQL path for custom endpoints #303

Merged
merged 1 commit into from
Jun 21, 2024

Conversation

Vitor-Avila
Copy link
Contributor

In the past, dbt had a unique base domain for all API requests:

REST_ENDPOINT = URL("https://cloud.getdbt.com/")
METADATA_GRAPHQL_ENDPOINT = URL("https://metadata.cloud.getdbt.com/graphql")
SEMANTIC_LAYER_GRAPHQL_ENDPOINT = URL(
    "https://semantic-layer.cloud.getdbt.com/api/graphql",
)

They've changed their architecture and now customers have a dedicated URL -- this was already covered in the repo, but we were missing the paths.

@Vitor-Avila Vitor-Avila merged commit 149967a into main Jun 21, 2024
5 checks passed
@Vitor-Avila Vitor-Avila deleted the update-endpoints-fix branch June 21, 2024 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants