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

Wrong references in the supplementary materials #13

Open
BALOGHBence opened this issue Feb 13, 2025 · 0 comments
Open

Wrong references in the supplementary materials #13

BALOGHBence opened this issue Feb 13, 2025 · 0 comments

Comments

@BALOGHBence
Copy link

BALOGHBence commented Feb 13, 2025

Hi Zoli!

In the markdown files at the Analyses section, the contents of the file analyses/full_moon_no_sleep.sql are like this:

WITH fullmoon_reviews AS (
    SELECT * FROM {{ ref('fullmoon_reviews') }}
)
SELECT
    is_full_moon,
    review_sentiment,
    COUNT(*) as reviews
FROM
    fullmoon_reviews
GROUP BY
    is_full_moon,
    review_sentiment
ORDER BY
    is_full_moon,
    review_sentiment

The reference is ref('fullmoon_reviews'), but it should be ref("mart_full_moon_reviews") or ref("mart_fullmoon_reviews"), but the "mart" part is certainly missing. This is only a mistake in the markdown file, it is of course correct in the source file.

Sincerely,
Bence from Datapao

@BALOGHBence BALOGHBence changed the title Wrong reference in full_moon_no_sleep.sql Wrong references in the supplementary materials Feb 13, 2025
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

No branches or pull requests

1 participant