Is there any way to migrate an existing Airflow instance onto Google Cloud Composer?
We're currently running our own instance of Airflow using postgres for the db. Ideally we'd be able to preserve the existing history of the DAGs, which I believe would require copying the entire database over. Is this possible?