Add JobInfo hierarcy and related classes#442
Conversation
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
Thanks @ajkannan for the comments I fixed all of them (hope so:)) in place. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
|
I am still going over the code, will ping you when done. |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This PR adds model classes for jobs and related entities:
JobInfowith subclasses:CopyJobInfo,ExtractJobInfo,LoadJobInfoandQueryJobInfoone for each type of jobJobStatusandBigQueryErrorto represent the job's status (and possible errors)JobStatisticswith subclassesExtractStatistics,LoadStatisticsandQueryStatisticsUnit tests are added for each class.