added collector looking for custom attribute values and it's settings

This commit is contained in:
Jakub Trllo 2022-04-07 18:55:43 +02:00
parent a34f279685
commit 2ce4704a98
4 changed files with 168 additions and 1 deletions

View file

@ -135,7 +135,7 @@ def query_custom_attributes(
output.extend(
session.query(
(
"select value, entity_id from {}"
"select value, entity_id, configuration_id from {}"
" where entity_id in ({}) and configuration_id in ({})"
).format(
table_name,