I am a newbie in Cloud Composer. My use case is: There are several files type in GCS like json, csv, txt,.. but I only want to select csv file, use Dataflow in Python to transform them (such as rename fields,...), then write it to BigQuery. And the main requirement is use Airflow sensors to trigger them whenever a new csv file import to GCS.
Do anyone know how to write it using Cloud Composer - Airflow sensors (no cloud function here): GCS (only csv file) - Dataflow - BigQuery