Skip to content

Commit bf40a10

Browse files
committed
bigquery cdk bump
1 parent b9bf10d commit bf40a10

File tree

1 file changed

+1
-0
lines changed
  • airbyte-integrations/connectors/destination-bigquery/src/main/kotlin/io/airbyte/integrations/destination/bigquery

1 file changed

+1
-0
lines changed

airbyte-integrations/connectors/destination-bigquery/src/main/kotlin/io/airbyte/integrations/destination/bigquery/BigQueryDestination.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,7 @@ class BigQueryDestination : BaseConnector(), Destination {
380380
}
381381

382382
fun main(args: Array<String>) {
383+
log.info { "dumb change to force CI to actually run" }
383384
addThrowableForDeinterpolation(BigQueryException::class.java)
384385
val destination: Destination = BigQueryDestination()
385386
log.info { "Starting Destination : ${destination.javaClass}" }

0 commit comments

Comments
 (0)