Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Salesforce connection using Apache-Airflow UI

I was trying to follow along the tutorial for Salesforce integration to Redshift on https://www.astronomer.io/guides/salesforce-to-redshift/. I have successfully setup Amazon S3 connection on Apache-Airflow like the answer here. But there is no Conn Type of Salesforce. enter image description here

Does anyone know what the steps are to create a Salesforce connection on the Apache-Airflow UI?

Don't know if it helps but my Airflow is installed on an Ubuntu Amazon EC2 environment.

like image 821
HighAbove Avatar asked Mar 06 '26 13:03

HighAbove


1 Answers

I figured it out. The trick is to leave the Conn Type empty. I started by filling out the Host, Login and Password. Then on Extra, I added a dictionary that had my login's security token. It will look like the screenshot below. enter image description here

like image 156
HighAbove Avatar answered Mar 08 '26 16:03

HighAbove