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 9798333 commit ca32148Copy full SHA for ca32148
kcbq-connector/test/docker/connect/connect-docker.sh
@@ -20,5 +20,7 @@ connect-standalone \
20
/etc/kafka-connect-bigquery/standalone.properties \
21
/etc/kafka-connect-bigquery/connector.properties &
22
23
+# Time (seconds) to wait for the process for inserting rows into BigQuery to be done.
24
+# This time can be adjusted if necessary.
25
sleep 180
26
kill $!
0 commit comments