Releases: Exabel/python-sdk
Releases · Exabel/python-sdk
Version 2.2.0
Added
- Upsert method for entities.
- Upsert method for relationships.
- Upsert flag when using the CSV uploader for entities and relationships.
Version 2.1.0
Added
- Added client and methods for managing data sets.
Version 2.0.2
Use POST to export data as query may be too large to fit in URL
Version 2.0.1
Changed
- Change script arguments to consistently use the format
--hyphens-between-words
.
Get the release at PyPI: https://pypi.org/project/exabel-data-sdk/2.0.1/
Version 2.0.0
Added
- Support for inserting time series points with known time for point in time support
- Support for an entity mapping file to override resource name normalisation and identifier lookup against the Exabel API when using the CSV upload scripts
- Option to override API key in the BaseScript
Changed
- When using the CSV upload scripts, a point in time policy must be set
Fixed
- Allow creating relationships on global read-only entities when using the CSV upload scripts
- Validate data points before uploading them to the Exabel API when using the CSV upload scripts
Get the release at PyPI: https://pypi.org/project/exabel-data-sdk/2.0.0/
Version 1.0.0
- Fix for abort when doing bulk import
Get the release at PyPI: https://pypi.org/project/exabel-data-sdk/1.0.0/
Version 0.0.26
- Validate signal names before performing API calls
Version 0.0.25
- Parallel upload requests for faster processing
- Automatic retries of failed requests
- Support mic:ticker company identifiers
- Verify that there are no resource name collisions introduced by identifier normalization
- Read integer only identifier columns as string
- Prefix relationship_type command line argument with namespace
Version 0.0.24
What's Changed
- Create new LoadEntitiesFromCsv and LoadRelationshipsFromCsv scripts.
- Simplify the practical usage of the LoadTimeSeriesFromCsv script.
- Add bulk loading methods to the client API classes.
Version 0.0.23
Add missing dependency for Python 3.6
Get the release at PyPI: https://pypi.org/project/exabel-data-sdk/0.0.23/