-
Notifications
You must be signed in to change notification settings - Fork 13
must has ad attribute odd_metadata #227
Comments
Hi, @Maegor 👋🏻
Was metadata loaded only for one database? |
Hi @Vixtir , I have just upgraded to the latest version. The error message has changed, now it shows the error: "Could not ingest data. Reason: 500, message='Internal Server Error', url=URL('http://xxxxxxx/ingestion/entities')" The BD Server is MySQL5. Other schemas from the same server are read correctly. Could it be a permissions problem? I have tried launching SQL queries to read metadata and there seems to be no problems. The complete log is Thank you!"! |
Hi, @Maegor ! |
Hi @Vixtir
Thank you very much!! |
Reproduced, will fix asap! |
Hello @Vixtir , with the latest version (0.1.43) the problem has been fixed 👍 Thank you very much! |
Hello,
I have set up several MySQL (5.x) databases that are on the same server. The collector collects data from some of them but not from others.
In the log I see messages like this:
sep 28 12:36:38 yyy-xxx-server-gv-1 bash[12663]: 2023-09-28 12:36:38.065 | ERROR | odd_collector_sdk.utils.metadata:extract_metadata:62 - Couldn't extract metadata, Entity Column(table_catalog='def', table_schema='bd_real', table_name='dx_table', name='instrument', type='varchar', is_nullable='NO', default=None, comment='', is_primary_key=False, is_sort_key=False, metadata={'ordinal_position': 1, 'character_maximum_length': 25, 'character_octet_length': 25, 'numeric_precision': None, 'numeric_scale': None, 'datetime_precision': None, 'character_set_name': 'latin1', 'collation_name': 'latin1_swedish_ci', 'column_type': 'varchar(25)', 'column_key': 'PRI', 'extra': '', 'privileges': 'select', 'generation_expression': ''}) must has ad attribute odd_metadata
What does "must has ad attribute odd_metadata" mean?
I'm not sure what version of odd-collector I have. I deployed about 30-40 days ago, how can I check my version?
The text was updated successfully, but these errors were encountered: