-
Notifications
You must be signed in to change notification settings - Fork 17
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
Queries fail when joining tables on data from JSONB columns #352
Comments
A workaround is to use a CTE with
It also works with a materialized view (without the
|
elsewhere: other examples: turbot/steampipe#968 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I have a table with required or optional quals and try to join that with data from another table, it seems like Steampipe thinks that the quals aren't being passed in.
Compared to running a query that pulls data from a string column:
The text was updated successfully, but these errors were encountered: