You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
=== RUN TestAccBigQueryExternalDataTable_deltaLake
=== PAUSE TestAccBigQueryExternalDataTable_deltaLake
=== CONT TestAccBigQueryExternalDataTable_deltaLake
resource_bigquery_table_test.go:797: Step 1/1 error: Error running apply: exit status 1
Error: googleapi: Error 400: The parent directory gs://tf-test-bucket-8075925552690543463/* is not a valid path for a Delta Lake table. Delta log files could not be found in the subdirectory _delta_log and a checkpoint could not be determined., invalidQuery
with google_bigquery_table.test,
on terraform_plugin_test.tf line 21, in resource "google_bigquery_table" "test":
21: resource "google_bigquery_table" "test" {
--- FAIL: TestAccBigQueryExternalDataTable_deltaLake (9.36s)
FAIL
Looking into it. There is no change to the test or related provider logic in recent past, so most likely a regression in some dependency. I don't have visibility into the test history - is it still 100% failing in Beta but not GA?
Hi @DrFaust92 , we are currently seeing this test failure for BigQuery delta lake tables. I saw that when you added this feature in GoogleCloudPlatform/magic-modules#11215, you saw the same error message and fixed the test in the end. Do you happen to recall anything specific you did or anything in general to share? Thank you.
Impacted tests
TestAccBigQueryExternalDataTable_deltaLake
Affected Resource(s)
google_bigquery_table
Failure rates
Message(s)
Test Debug Log
b/409408059
The text was updated successfully, but these errors were encountered: