简体   繁体   中英

How to transfer a CSV file from Azure Data Lake/Blob Storage to PostgreSQL database with Airflow

devs.

I am sorry to bother you guys, but I would like to know how to transfer a CSV file from Azure Data Lake/Blob Storage to the PostgreSQL database with Airflow?

Thanks a lot,

Rodrigo

Using Azure hook you are able to do that

You will need crate a connection and configure it

Reference for Azure hook:

https://airflow.apache.org/docs/apache-airflow-providers-microsoft-azure/stable/_api/airflow/providers/microsoft/azure/hooks/wasb/index.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM