BigQuery component doesn't allow empty GCSOutputPath #2606
Labels
area/components
kind/bug
status/triaged
Whether the issue has been explicitly triaged
upstream_issue
What happened:
When attempting to run a query using the BigQuery component, omitting the
output_gcs_path
argument results in the query job working but the component fails due to reading an empty output filebigquery/query-output-path.txt
.What did you expect to happen:
output_gcs_path
is listed as an optional argument and therefore not supplying it should be fine and the query results should simply go to the designation table and not be exported to GCS.The text was updated successfully, but these errors were encountered: