@@ -94,7 +94,30 @@ Feature: GCS sink - Verification of GCS Sink plugin
9494 | avro | application /avro |
9595 | parquet | application /octet -stream |
9696 | orc | application /octet -stream |
97- @PLUGIN-808
97+
98+ @GCS_SINK_TEST @BQ_SOURCE_TEST
99+ Scenario Outline : To verify data is getting transferred successfully from BigQuery to GCS with combinations of contenttype
100+ Given Open Datafusion Project to configure pipeline
101+ When Source is BigQuery
102+ When Sink is GCS
103+ Then Connect source as "BigQuery" and sink as "GCS" to establish connection
104+ Then Open BigQuery source properties
105+ Then Enter the BigQuery source mandatory properties
106+ Then Validate "BigQuery" plugin properties
107+ Then Close the BigQuery properties
108+ Then Open GCS sink properties
109+ Then Enter GCS property projectId and reference name
110+ Then Enter GCS sink property path
111+ Then Select GCS property format "<FileFormat>"
112+ Then Select GCS sink property contentType "<contentType>"
113+ Then Validate "GCS" plugin properties
114+ Then Close the GCS properties
115+ Then Save and Deploy Pipeline
116+ Then Run the Pipeline in Runtime
117+ Then Wait till pipeline is in running state
118+ Then Open and capture logs
119+ Then Verify the pipeline status is "Succeeded"
120+ Then Verify data is transferred to target GCS bucket
98121 Examples :
99122 | FileFormat | contentType |
100123 | csv | application /csv |
0 commit comments