madhukar05 commented on issue #11524:
URL: https://github.com/apache/airflow/issues/11524#issuecomment-708528760
here is the code i'm using...
below mentioned task completed successfully but didn't find the output file
in GCS
bq_to_gcs_dag = BigQueryToGCSOperator(
task_id='bq_to_gcs_dag', gcp_conn_id='my_gcp_connection' ,
source_project_dataset_table=XXXXXX ,
destination_cloud_storage_uris=f"gs://XXX",
export_format='CSV',
print_header=False ,
dag=dag
)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]