apache-airflow-providers-salesforce

Package apache-airflow-providers-salesforce

Salesforce

Release: 2.0.0

Provider package

This is a provider package for salesforce provider. All classes for this provider package are in airflow.providers.salesforce python package.

Installation

You can install this package on top of an existing airflow 2.* installation via pip install apache-airflow-providers-salesforce

PIP requirements

PIP package

Version required

simple-salesforce

>=1.0.0

tableauserverclient

Cross provider package dependencies

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:

pip install apache-airflow-providers-salesforce[tableau]

Dependent package

Extra

apache-airflow-providers-tableau

tableau

Changelog

2.0.0

Tableau provider moved to separate 'tableau' provider

Things done:

  • Tableau classes imports classes from 'tableau' provider with deprecation warning

Breaking changes

You need to install apache-airflow-providers-tableau provider additionally to get Tableau integration working.

1.0.1

Updated documentation and readme files.

1.0.0

Initial version of the provider.

Was this entry helpful?