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
{{ message }}
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.
You define fields to export by implementing com.streak.logging.analysis.BigqueryFieldExporter.
But I can only find a com.streak.logging.analysis.LogsFieldExporter, which does say in its comment
A BigqueryFieldExporter converts a RequestLogs entry into a set of fields.
It also defines a few methods (getFieldFields, getFieldNullable, getFieldRepeated) which are not listed in the documentation.
There is a similar issue for BigqueryFieldExporterSet and LogsFieldExporterSet.
It seems like the code I have is not up-to-date, or some classes are missing? Or maybe some class names need to be corrected?
The text was updated successfully, but these errors were encountered:
The readme.md file says:
But I can only find a
com.streak.logging.analysis.LogsFieldExporter
, which does say in its commentIt also defines a few methods (getFieldFields, getFieldNullable, getFieldRepeated) which are not listed in the documentation.
There is a similar issue for
BigqueryFieldExporterSet
andLogsFieldExporterSet
.It seems like the code I have is not up-to-date, or some classes are missing? Or maybe some class names need to be corrected?
The text was updated successfully, but these errors were encountered: