fix: scheduled delivery filter revert state#16500
Merged
Conversation
|
Your preview environment pr-16500 has been deployed. Preview environment endpoints are available at: |
|
Preview environment logs can be accessed at: https://console.cloud.google.com/logs/query;query=resource.labels.namespace_name%3D%22pr-16500%22;duration=PT30M?project=lightdash-previews |
|
You can ssh into the preview environment by running: |
|
Preview environment logs can be accessed at: https://console.cloud.google.com/logs/query;query=resource.labels.namespace_name%3D%22pr-16500%22;duration=PT30M?project=lightdash-previews |
|
You can ssh into the preview environment by running: |
lightdash-bot
pushed a commit
that referenced
this pull request
Aug 20, 2025
# [0.1942.0](0.1941.0...0.1942.0) (2025-08-20) ### Bug Fixes * scheduled delivery filter revert state ([#16500](#16500)) ([0d1e977](0d1e977)) * table calcs changing names when edited ([#16508](#16508)) ([3b4f063](3b4f063)) ### Features * Introduce artifact panel ([#16493](#16493)) ([3cae21b](3cae21b))
Collaborator
|
🎉 This PR is included in version 0.1942.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
magnew
added a commit
that referenced
this pull request
Aug 25, 2025
magnew
pushed a commit
that referenced
this pull request
Aug 25, 2025
# [0.1942.0](0.1941.0...0.1942.0) (2025-08-20) ### Bug Fixes * scheduled delivery filter revert state ([#16500](#16500)) ([0d1e977](0d1e977)) * table calcs changing names when edited ([#16508](#16508)) ([3b4f063](3b4f063)) ### Features * Introduce artifact panel ([#16493](#16493)) ([3cae21b](3cae21b))
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description:
Fix scheduled delivery filter revert for 'any value' filters. Scheduler filters with 'any value' weren't reverting properly since the UI in Scheduled deliveries doesn't include enable/disable.
This makes it so that if a fitler that requires values has no values, it gets set to disabled.
To see the original issue:
Bug:

The fitler is now in a state of being enabled with no values. This fix enables and disables the filters based on values and operator.
Fixed:
