You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!,
when ingesting the audit data from Starburst, the integration fails silently with the following error:
- Error while parsing TrinoJoinedAccessEvent: 1 validation error for TrinoJoinedAccessEvent
create_time
none is not an allowed value (type=type_error.none.not_allowed)
This integration executes a query that returns a create_time field with a DateTime format, but the code only returns the value if it is an string:
Hi!,
when ingesting the audit data from Starburst, the integration fails silently with the following error:
This integration executes a query that returns a
create_time
field with a DateTime format, but the code only returns the value if it is an string:datahub/metadata-ingestion/src/datahub/ingestion/source/usage/starburst_trino_usage.py
Line 190 in d3fb698
To fix this, I have slightly modified the code to return a value if the value is a DateTime type:
After this change, the integration works as expected.
Should I PR this or is it enough with this issue?
Thanks!
The text was updated successfully, but these errors were encountered: