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): Support syncing a project without a semantic layer #301

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

Vitor-Avila
Copy link
Contributor

If the project doesn't have a semantic layer, the query to fetch semantic layer metrics return below response:

{
    "data": null,
    "errors": [
        {
            "message": "Empty semantic manifest was found. Ensure that you have semantic models defined.",
            "locations": [{"line": 3, "column": 17}],
            "path": ["metrics"],
        },
    ],
}

This PR adds support for this scenario.

Copy link
Member

@betodealmeida betodealmeida left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Vitor-Avila Vitor-Avila merged commit 7ed1b97 into main Jun 13, 2024
5 checks passed
@Vitor-Avila Vitor-Avila deleted the fix-project-without-metrics branch June 13, 2024 22:32
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.

2 participants