Skip to content

Commit f9d7ddf

Browse files
committed
Fixed script chunk processing
1 parent 20f7c8d commit f9d7ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/process_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1272,7 +1272,7 @@ def bigquery_write(self, write_client, datastore, rows, table):
12721272
elif table == 'parsed_css':
12731273
all_parsed_css_pb2.CSSRecord.DESCRIPTOR.CopyToProto(proto_descriptor)
12741274
elif table == 'script_chunks':
1275-
script_chunks_pb2.CSSRecord.DESCRIPTOR.CopyToProto(proto_descriptor)
1275+
script_chunks_pb2.ScriptChunkRecord.DESCRIPTOR.CopyToProto(proto_descriptor)
12761276
proto_schema.proto_descriptor = proto_descriptor
12771277
proto_data = types.AppendRowsRequest.ProtoData()
12781278
proto_data.writer_schema = proto_schema

0 commit comments

Comments
 (0)