Commit 72e8588 1 parent a148c93 commit 72e8588 Copy full SHA for 72e8588
File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -63,16 +63,19 @@ func tableGcpSQLBackup(ctx context.Context) *plugin.Table {
63
63
Name : "enqueued_time" ,
64
64
Description : "Specifies the time when the run was enqueued." ,
65
65
Type : proto .ColumnType_TIMESTAMP ,
66
+ Transform : transform .FromField ("EnqueuedTime" ).NullIfZero (),
66
67
},
67
68
{
68
69
Name : "start_time" ,
69
70
Description : "Specifies the time when the backup operation actually started." ,
70
71
Type : proto .ColumnType_TIMESTAMP ,
72
+ Transform : transform .FromField ("StartTime" ).NullIfZero (),
71
73
},
72
74
{
73
75
Name : "window_start_time" ,
74
76
Description : "Specifies the start time of the backup window during which this the backup was attempted." ,
75
77
Type : proto .ColumnType_TIMESTAMP ,
78
+ Transform : transform .FromField ("WindowStartTime" ).NullIfZero (),
76
79
},
77
80
{
78
81
Name : "self_link" ,
You can’t perform that action at this time.
0 commit comments