What's the best way to replicate cloud composer in a local environment? Before we deploy our code, we want to test it locally, for this, we already use a docker-compose set up with the image apache/airflow:1.10.14, since we use airflow 1.10.14+composer in GCP, However, they don't have the same behavior.
Any tips are appreciated!