Apache Airflow: How to add a connection to Google Cloud with CLI
In order to connect to google cloud platform from airflow operators, we need to register a connection for that. Although of course we can add one for GCP via the airflow web UI, the CLI of airflow-1.8.2rc1 or less…