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

[CRIMAPP-1513] Metabase metadata update #357

Merged
merged 2 commits into from
Dec 11, 2024

Conversation

hiboabd
Copy link
Contributor

@hiboabd hiboabd commented Dec 11, 2024

Description of change

Adds attributes to metadata json to fix filtering issue in metabase

Metabase restricts the number of filter fields for nested json, see warning message:
WARN metabase.driver.sql-jdbc.sync.describe-table More nested field columns detected than maximum. Limiting the number of nested field columns to 100.

The submitted_application json has exceeded this limit. This meant fields that were previously available to use on metabase to create new reports or filter existing reports were missing or no longer working

As the metadata json is under the limit of 100, making filters of interested available on the metadata should make it possible to filter on those attributes added

Link to relevant ticket

https://dsdmoj.atlassian.net/browse/CRIMAPP-1513

Notes for reviewer / how to test

@hiboabd hiboabd marked this pull request as ready for review December 11, 2024 13:40
@hiboabd hiboabd requested a review from a team as a code owner December 11, 2024 13:40
@hiboabd hiboabd merged commit c25670a into main Dec 11, 2024
7 checks passed
@hiboabd hiboabd deleted the CRIMAPP-1513-metabase-metadata-update branch December 11, 2024 13:45
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