Content¶
Guides
References
Resources
Commits
apache-airflow-providers-salesforce
¶This is a provider package for salesforce
provider. All classes for this provider package
are in airflow.providers.salesforce
python package.
You can install this package on top of an existing airflow 2.* installation via
pip install apache-airflow-providers-salesforce
PIP package |
Version required |
---|---|
|
|
|
Those are dependencies that might be needed in order to use all the features of the package. You need to install the specified provider packages in order to use them.
You can install such cross-provider dependencies when installing from PyPI. For example:
Dependent package |
Extra |
---|---|
|
Tableau provider moved to separate 'tableau' provider
Things done:
Tableau classes imports classes from 'tableau' provider with deprecation warning
You need to install apache-airflow-providers-tableau
provider additionally to get
Tableau integration working.
Updated documentation and readme files.
Initial version of the provider.