We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5106f3a commit 7f713a0Copy full SHA for 7f713a0
e2e/e2e.rb
@@ -51,7 +51,7 @@ def create_table_and_mapping
51
@query_client.execute(@database, ".drop table #{@table} ifexists")
52
sleep(1)
53
@query_client.execute(@database, ".create table #{@table} #{@columns}")
54
- @query_client.execute(@database, ".alter table #{@table} policy ingestionbatching @'{\"MaximumBatchingTimeSpan\":\"00:00:01\", \"MaximumNumberOfItems\": 1, \"MaximumRawDataSizeMB\": 1}'
+ @query_client.execute(@database, ".alter table #{@table} policy ingestionbatching @'{\"MaximumBatchingTimeSpan\":\"00:00:10\", \"MaximumNumberOfItems\": 1, \"MaximumRawDataSizeMB\": 100}'
55
")
56
@query_client.execute(@database, ".create table #{@table} ingestion json mapping '#{@mapping_name}' '#{File.read("dataset_mapping.json")}'")
57
end
0 commit comments