You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by po...@apache.org on 2021/03/03 09:32:49 UTC

[airflow] 25/41: Salesforce provider requires tableau (#13593)

This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v2-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 01509601785524b06dd3438d057ace8db62129d6
Author: Daniel Standish <ds...@pax.com>
AuthorDate: Sun Jan 10 02:20:34 2021 -0800

    Salesforce provider requires tableau (#13593)
    
    Co-authored-by: Daniel Standish <ds...@users.noreply.github.com>
    (cherry picked from commit 46edea3411498a4c2e1d8840ba0dcd93daa1e25f)
---
 setup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/setup.py b/setup.py
index 628ecd1..75f5db5 100644
--- a/setup.py
+++ b/setup.py
@@ -403,6 +403,7 @@ redis = [
 ]
 salesforce = [
     'simple-salesforce>=1.0.0',
+    'tableauserverclient',
 ]
 samba = [
     'pysmbclient>=0.1.3',