Disable the Not Set Filter Option from the UI¶
To disable Not Set filters from appearing in your Alation UI, set the feature flag alation.feature_flags.enable_not_set_ui_filter
to False
as follows:
Enter the Alation shell.
In alation_conf, set the feature flag:
alation_conf alation.feature_flags.enable_not_set_ui_filter -s False
Exit the shell:
exit
Here is a portion of the search filter pane with ‘Not set’ filters showing:

The same search with the enable_not_set_ui_filter
flag set to False
:

You can also control whether the ‘Not Set’ filter is indexed in Alation search. Enable indexing of the Not set filter using alation_conf:
Enter the Alation shell.
In alation_conf, set the Enable Not Set Filter flag:
alation_conf alation.search.enable_not_set_filter_indexing -s True
Restart the celery-beat component:
alation_supervisor restart celery:celery-beat
To disable Not set indexing, re-set the flag as follows:
alation_conf alation.search.enable_not_set_filter_indexing -s False