You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/06/10 10:56:09 UTC

[GitHub] [airflow] ishiis commented on a diff in pull request #24347: Add salesforce_default to List Connection

ishiis commented on code in PR #24347:
URL: https://github.com/apache/airflow/pull/24347#discussion_r894403626


##########
airflow/utils/db.py:
##########
@@ -533,6 +533,13 @@ def create_default_connections(session: Session = NEW_SESSION):
         ),
         session,
     )
+    merge_conn(
+        Connection(
+            conn_id="salesforce_default",
+            conn_type="salesforce",

Review Comment:
   I have fixed this.



-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org