'execute gsutil from airflow using python callable

we want to run "gsutil ls -L gs://bucket/obj1" command to print the information of gcs object. we are using airflow to connect with gcs. can anyone help with syntax to run above command using python callable function



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source