Hi all
wondering what difference is between use_v2_audit_metadata = true and false is (for bigquery usage)
looking at the source it just seems like it parses different log version. Are there any tangible differences between the two log types?
h
helpful-optician-78938
03/15/2022, 9:53 PM
@dazzling-judge-80093, could you answer this question?
d
dazzling-judge-80093
03/15/2022, 10:12 PM
There should be no difference between the two except one uses the v1 api while the other uses v2 bigquery api.
I put v2 support quite recently but eventually we should use that one as that is the supported way now.
As v2 is quite new, please let me know if you use and see any issue/difference comparing to v1.
p
plain-farmer-27314
03/16/2022, 1:13 PM
Gotcha - thanks both
plain-farmer-27314
03/16/2022, 2:53 PM
@dazzling-judge-80093 is there still a concept of a "ReadEvent" in v2?