Home > Software engineering >  curl command BashOpertor in Cloud Composer
curl command BashOpertor in Cloud Composer

Time:08-12

I am following the tutorial mentioned in this link - enter image description here

The key was to put space between single quote ' and double quote " towards the end of your bash command.

Also, it is recommended to use the Data folder when it comes to mapping out your output file as stated in the GCP documentation:

gs://bucket-name/data /home/airflow/gcs/data: Stores the data that tasks produce and use. This folder is mounted on all worker nodes.

  • Related