Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
fivetran-connector-sdk
Advanced tools
The fivetran-connector-sdk allows users to execute custom, self-written Python code within Fivetran's secure cloud environment. Fivetran automatically manages running the connectors on your scheduled frequency and manages the required compute resources.
The Connector SDK service is the best fit for the following use cases:
To learn more, see our Connector SDK documentation
pip install fivetran-connector-sdk
See Quickstart guide to get started.
Import required classes from fivetran_connector_sdk to begin writing your custom data connector
from fivetran_connector_sdk import Connector
from fivetran_connector_sdk import Logging as log
from fivetran_connector_sdk import Operations as op
See our Technical Reference and Best Practices documentation for more details.
You can also refer to our existing examples to better understand Fivetran's Connector SDK and start creating custom data connectors.
This package is actively maintained by Fivetran Developers. Please reach out to our Support team for any inquiries.
FAQs
Build custom connectors on Fivetran platform
We found that fivetran-connector-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.