Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
A Python SDK which provides easy access to Exabel APIs.
pip install exabel-data-sdk
or download from PyPI.
The SDK requires Python 3.9 or later.
For installation with support for exporting data from a various SQL based data sources, add the data source as a pip extra in brackets after the package name:
# Install the Exabel Python SDK with Snowflake support:
pip install exabel-data-sdk[snowflake]
# Or install multiple data sources at the same time:
pip install exabel-data-sdk[snowflake,bigquery,athena]
Supported data sources are:
snowflake
bigquery
athena
To use the SDK against the Data API, Analytics API or Management API, you need an API key provided by Exabel.
The Exabel Export API can be used by authenticating with username and password.
The first time you run the script a web browser window is opened where you are asked to provide username and password. The script stores an access token in ~/.exabel
, so you will not be asked again
until the token expires.
The Exabel Data API can be used to upload custom data to the Exabel platform. Custom data may include entities, relationships and time series.
The Exabel Export API can be used to export dashboards and signals from the Exabel Platform.
The Exabel Analytics API can be used to manage derived signals and prediction models on the Exabel Platform.
The Exabel Management API can be used to manage the library on the Exabel Platform.
FAQs
Python SDK for the Exabel Data API
We found that exabel-data-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 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
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.