Skip to content

Conversation

@Maayan-s
Copy link
Collaborator

@Maayan-s Maayan-s commented Jan 6, 2026

Summary by CodeRabbit

Documentation

  • Updated the Downloads badge in the README to display monthly download metrics instead of total downloads.

✏️ Tip: You can customize this high-level summary in your review settings.

@Maayan-s Maayan-s requested a review from NoyaOffer January 6, 2026 13:55
@github-actions
Copy link
Contributor

github-actions bot commented Jan 6, 2026

👋 @Maayan-s
Thank you for raising your pull request.
Please make sure to add tests and document all user-facing changes.
You can do this by editing the docs files in the elementary repository.

@coderabbitai
Copy link

coderabbitai bot commented Jan 6, 2026

📝 Walkthrough

Walkthrough

A single documentation update replaces the Downloads badge image URL in README.md with an elementary-data badge and changes the tracking period from total to month.

Changes

Cohort / File(s) Summary
Documentation Badge Update
README.md
Replaced Downloads badge image URL from previous lineage badge to elementary-data badge; adjusted period tracking from total to month

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

A badge shiny, new, and bright,
Elementary data in sight!
📊 Monthly counts now we see,
The README hops with glee! 🐰✨

Pre-merge checks

❌ Failed checks (1 inconclusive)
Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'Update README.md' is vague and generic, referring only to the file being modified without describing the actual change made (badge URL update). Consider a more descriptive title that explains the specific change, such as 'Update Downloads badge in README to elementary-data monthly stats' or 'Replace Downloads badge with elementary-data monthly badge'.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI Agents
In @README.md:
- Line 8: The img tag has malformed HTML: the src attribute is prematurely
closed leaving &left_text=Downloads outside the quotes; fix the <img> element by
moving the &left_text=Downloads query parameter inside the src attribute value
and ensure the src value is wrapped in quotes and the tag is properly closed
(refer to the img element and its src attribute and the left_text parameter).
📜 Review details

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Disabled knowledge base sources:

  • Linear integration is disabled by default for public repositories

You can enable these sources in your CodeRabbit configuration.

📥 Commits

Reviewing files that changed from the base of the PR and between a45c384 and 59d007e.

📒 Files selected for processing (1)
  • README.md
🧰 Additional context used
🧠 Learnings (1)
📚 Learning: 2025-09-15T06:06:05.601Z
Learnt from: arbiv
Repo: elementary-data/dbt-data-reliability PR: 861
File: macros/edr/tests/test_utils/clean_elementary_test_tables.sql:45-50
Timestamp: 2025-09-15T06:06:05.601Z
Learning: In the Elementary dbt-data-reliability codebase, the team prefers simpler, direct approaches over creating helper macros for centralized quoting logic, even when it might provide better maintainability across multiple use cases. They value code simplicity and readability over abstraction.

Applied to files:

  • README.md
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (14)
  • GitHub Check: test (latest_official, bigquery) / test
  • GitHub Check: test (fusion, databricks_catalog) / test
  • GitHub Check: test (latest_official, databricks_catalog) / test
  • GitHub Check: test (latest_official, athena) / test
  • GitHub Check: test (fusion, snowflake) / test
  • GitHub Check: test (latest_official, clickhouse) / test
  • GitHub Check: test (fusion, bigquery) / test
  • GitHub Check: test (latest_official, redshift) / test
  • GitHub Check: test (latest_pre, postgres) / test
  • GitHub Check: test (latest_official, postgres) / test
  • GitHub Check: test (fusion, redshift) / test
  • GitHub Check: test (latest_official, snowflake) / test
  • GitHub Check: test (latest_official, dremio) / test
  • GitHub Check: test (latest_official, trino) / test

<a href="https://docs.elementary-data.com/data-tests/dbt/quickstart-package"><img src="https://img.shields.io/badge/docs-quickstart-orange"/></a>
<img alt="License" src="https://img.shields.io/badge/license-Apache--2.0-ff69b4"/>
<img alt="Downloads" src="https://static.pepy.tech/personalized-badge/elementary-lineage?period=total&units=international_system&left_color=grey&right_color=orange"&left_text=Downloads/>
<img alt="Downloads" src="https://static.pepy.tech/personalized-badge/elementary-data?period=month&units=international_system&left_color=grey&right_color=orange"&left_text=Downloads/>
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🔴 Critical

Fix malformed HTML syntax in the Downloads badge.

The src attribute is incorrectly closed, with the &left_text=Downloads query parameter positioned outside the attribute quotes. This breaks the HTML syntax and prevents the badge from rendering.

Current (incorrect):

<img alt="Downloads" src="https://static.pepy.tech/personalized-badge/elementary-data?period=month&units=international_system&left_color=grey&right_color=orange"&left_text=Downloads/>

Expected (correct):

<img alt="Downloads" src="https://static.pepy.tech/personalized-badge/elementary-data?period=month&units=international_system&left_color=grey&right_color=orange&left_text=Downloads" />
🔎 Proposed fix
-<img alt="Downloads" src="https://static.pepy.tech/personalized-badge/elementary-data?period=month&units=international_system&left_color=grey&right_color=orange"&left_text=Downloads/>
+<img alt="Downloads" src="https://static.pepy.tech/personalized-badge/elementary-data?period=month&units=international_system&left_color=grey&right_color=orange&left_text=Downloads" />
🤖 Prompt for AI Agents
In @README.md at line 8, The img tag has malformed HTML: the src attribute is
prematurely closed leaving &left_text=Downloads outside the quotes; fix the
<img> element by moving the &left_text=Downloads query parameter inside the src
attribute value and ensure the src value is wrapped in quotes and the tag is
properly closed (refer to the img element and its src attribute and the
left_text parameter).

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