feluelle opened a new issue #10029: URL: https://github.com/apache/airflow/issues/10029
**Description** As of the related issue on adding a custom connection (see issue link below) we need a how-to guide on setting up a connection to salesforce. To be more specific we need to add a `salesforce.rst` to the `docs/howto/connection` directory explaining the fields you need to set to setup a proper connection to salesforce. A connection will be established through the `airflow/providers/salesforce/hooks/salesforce.py`. Check this file to see how the connection is established and describe this in the guide you are adding. You can check other how-to connection guides in the directory to see how it works. If you have further questions do not hesitate to ask. :) **Use case / motivation** If you simply want to connect to salesforce services you should be able to do so without investigating the code and instead just read a proper howto docs explaining what to do. **Related Issues** https://github.com/apache/airflow/issues/8766 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
