-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
[Bug] saved queries are always selected as "modified", they should not be #10138
Comments
Potentially related to -> #9548 |
A community member is reporting the exact opposite behavior - saved queries do not show up in state:modified or state:new even when they should. Here's the repro step sequence they provided in the linked Slack thread:
|
Per latest update, it's possible saved queries are no longer picked up by state selectors at all, as running the |
I wasn't able to recreate the "always selected as modified" either. I'll take a look at "never selected as modified" now. |
@dbeatty10 was also not able to reproduce the "always selected as modified" - let me know if you're able to reproduce the opposite! |
It looks like saved_queries have never been included in the "modified" selector. |
We are not able to reproduce this original bug, so I’m going to close it out for now. We can re-open if we get more reports of this bug. I will open a separate issue for the situation you're describing @tlento |
Is this a new bug in dbt-core?
Current Behavior
Saved queries are always selected as "modified"
Expected Behavior
Saved queries should only be selected as "modified" when they have been modified
Relevant log output
No response
Environment
Which database adapter are you using with dbt?
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: