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 <[email protected]> AuthorDate: Sun Jan 10 02:20:34 2021 -0800 Salesforce provider requires tableau (#13593) Co-authored-by: Daniel Standish <[email protected]> (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',
