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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[0.198.0] - 2024-08-27
Changed
If a polling/push source does not declare a read schema or a preprocess step (which is the case when ingesting data from a file upload) we apply the following new inference rules:
If event_time column is present - we will try to coerce it into a timestamp:
strings will be parsed as RFC3339 date-times
integers will be treated as UNIX timestamps in seconds
Columns with names that conflict with system columns will get renamed
All tests related to databases use the database_transactional_test macro
Some skipped tests will now also be run
Access token with duplicate names can be created if such name exists but was revoked (now for MySQL as well)