Short: How to extract data from postgres and load to Google cloud postgres using google cloud SQL?
I have An airflow dag that extracts data from postgres using sqoop and stores data in AWS cloud
- is there any operator in airflow that would help to extract data from on premise datavase and load directly to postgres database on Google cloud?
- Or Can i reuse data in AWS cloud and put it directly to Google cloud database?
- Or do i need to extract CSV file form RDBMS on premise and use operators in Airflow to insert it in target table in cloud.