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

Text cards not skipped in pulses #39216

Merged
merged 1 commit into from
Feb 27, 2024
Merged

Conversation

markbastian
Copy link
Contributor

This PR updates the logic of skipping what cards are displayed in a pulse email by ensuring the type of the card being processed is a :card in addition to having no results.

Fixes #39190

This PR updates the logic of skipping what cards are displayed in a pulse email by ensuring the type of the card being processed is a `:card` in addition to having no results.
@metabase-bot metabase-bot bot added the .Team/DashViz Dashboard and Viz team label Feb 27, 2024
@markbastian markbastian added the backport Automatically create PR on current release branch on merge label Feb 27, 2024
Copy link

replay-io bot commented Feb 27, 2024

Status Complete ↗︎
Commit c14982a
Results
⚠️ 2 Flaky
2322 Passed

Copy link
Contributor

@adam-james-v adam-james-v left a comment

Choose a reason for hiding this comment

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

Looks good :)

@markbastian markbastian enabled auto-merge (squash) February 27, 2024 18:39
@markbastian markbastian merged commit 1ea9968 into master Feb 27, 2024
118 of 142 checks passed
@markbastian markbastian deleted the fix-send-text-cards-39190 branch February 27, 2024 18:56
Copy link

@markbastian Did you forget to add a milestone to the issue for this PR? When and where should I add a milestone?

github-actions bot pushed a commit that referenced this pull request Feb 27, 2024
This PR updates the logic of skipping what cards are displayed in a pulse email by ensuring the type of the card being processed is a `:card` in addition to having no results.
metabase-bot bot added a commit that referenced this pull request Feb 27, 2024
This PR updates the logic of skipping what cards are displayed in a pulse email by ensuring the type of the card being processed is a `:card` in addition to having no results.

Co-authored-by: Mark Bastian <markbastian@gmail.com>
@markbastian markbastian added this to the 0.48.8 milestone Feb 27, 2024
@paoliniluis paoliniluis removed this from the 0.48.8 milestone Feb 29, 2024
@adam-james-v
Copy link
Contributor

@metabase-bot backport release-x.48.x

github-actions bot pushed a commit that referenced this pull request Mar 11, 2024
This PR updates the logic of skipping what cards are displayed in a pulse email by ensuring the type of the card being processed is a `:card` in addition to having no results.
metabase-bot bot added a commit that referenced this pull request Mar 11, 2024
* Text cards not skipped in pulses (#39216)

This PR updates the logic of skipping what cards are displayed in a pulse email by ensuring the type of the card being processed is a `:card` in addition to having no results.

* Update test/metabase/pulse/pulse_integration_test.clj

---------

Co-authored-by: Mark Bastian <markbastian@gmail.com>
Co-authored-by: adam-james <21064735+adam-james-v@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Automatically create PR on current release branch on merge .Team/DashViz Dashboard and Viz team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enabling "don't send if there aren't results" in a subscription won't send the text cards
3 participants