Dcs-core

Latest version: v0.5.0

Safety actively analyzes 681775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.5.0

New Feature
* feat: Oracle integration by Ryuk-me in https://github.com/datachecks/dcs-core/pull/258
* feat: add delta validation by subhankarb in https://github.com/datachecks/dcs-core/pull/261
* feat: ibm-db2 integration by Ryuk-me in https://github.com/datachecks/dcs-core/pull/262

Fix
* fix: mssql database connect by Ryuk-me in https://github.com/datachecks/dcs-core/pull/260

Security
* build(deps): bump snowflake-connector-python from 3.12.2 to 3.12.3 by dependabot in https://github.com/datachecks/dcs-core/pull/264


**Full Changelog**: https://github.com/datachecks/dcs-core/compare/v0.4.0...v0.5.0

0.4.0

What's Changed
New Features
* feat: add spark integration support by subhankarb in https://github.com/datachecks/dcs-core/pull/207
* feat: [DCS-210] add count_uuid and percent_uuid functions by subhankarb in https://github.com/datachecks/dcs-core/pull/211
* feat: [DCS-222] add valid/invalid values validity functions by Ryuk-me in https://github.com/datachecks/dcs-core/pull/214
* feat: [DCS-220] add count_usa_phone and percent_usa_phone functions by ashank2603 in https://github.com/datachecks/dcs-core/pull/221
* feat: [DCS-225] add count_email and percent_email functions by ashank2603 in https://github.com/datachecks/dcs-core/pull/226
* feat: add string length validators and tests by YamoshiCode in https://github.com/datachecks/dcs-core/pull/223
* feat: [DCS-230] add usa state code and zip code validations by ashank2603 in https://github.com/datachecks/dcs-core/pull/231
* feat: Geolocation Validity Metrics by YamoshiCode in https://github.com/datachecks/dcs-core/pull/228
* feat: [DCS-229] add count_ssn and percent_ssn functions by Ksaurav3380 in https://github.com/datachecks/dcs-core/pull/233
* feat: [DCS-224] add financial information validity functions by Ryuk-me in https://github.com/datachecks/dcs-core/pull/234
* feat: [DCS-232] add count_perm_id and percent_perm_id functions by ashank2603 in https://github.com/datachecks/dcs-core/pull/235
* feat: percentile Numeric validation function by YamoshiCode in https://github.com/datachecks/dcs-core/pull/244
* feat: zero numeric validation function by YamoshiCode in https://github.com/datachecks/dcs-core/pull/249
* feat: negative value numeric validation function by YamoshiCode in https://github.com/datachecks/dcs-core/pull/250
* feat: [DCS-247] add count_all_space and percent_all_space functions by Ksaurav3380 in https://github.com/datachecks/dcs-core/pull/254
* feat: [DCS-248] add count_null_keyword and percent_null_keyword functions by Ksaurav3380 in https://github.com/datachecks/dcs-core/pull/253
* feat: [DCS-245] Timestamp Validity Metric by Ksaurav3380 in https://github.com/datachecks/dcs-core/pull/255
Bug Fix
* fix: sql schema hardcoded in method query_get_table_metadata 212 by Ryuk-me in https://github.com/datachecks/dcs-core/pull/213
* fix: tests configurations issue by WeryZebra-Yue in https://github.com/datachecks/dcs-core/pull/216

Security Fix
* build(deps): bump webpack from 5.89.0 to 5.94.0 in /ui by dependabot in https://github.com/datachecks/dcs-core/pull/238



New Contributors
* ashank2603 made their first contribution in https://github.com/datachecks/dcs-core/pull/221
* YamoshiCode made their first contribution in https://github.com/datachecks/dcs-core/pull/223
* Ksaurav3380 made their first contribution in https://github.com/datachecks/dcs-core/pull/233

**Full Changelog**: https://github.com/datachecks/dcs-core/compare/v0.3.1...v0.4.0

0.3.1

What's Changed
* upgrade: sqlalchemy poetry version by WeryZebra-Yue in https://github.com/waterdipai/datachecks/pull/208


**Full Changelog**: https://github.com/waterdipai/datachecks/compare/v0.3.0...v0.3.1

0.3.0

What's Changed
* Configuration change by subhankarb in https://github.com/waterdipai/datachecks/pull/203
* [DCS-193] fix mssql dependency by subhankarb in https://github.com/waterdipai/datachecks/pull/205

**Full Changelog**: https://github.com/waterdipai/datachecks/compare/v0.2.6...v0.3.0

0.2.6

What's Changed
New Features
* [DCS-193] add snowflake integration by subhankarb in https://github.com/waterdipai/datachecks/pull/194
* [DCS-195] add sql server integration by subhankarb in https://github.com/waterdipai/datachecks/pull/196
Fix
* fix(typo): renamed datasource iris to iris_pgsql by Anu-Ra-g in https://github.com/waterdipai/datachecks/pull/171
* fix(core): added new parsing logic for the configurations files by Anu-Ra-g in https://github.com/waterdipai/datachecks/pull/181
* fix(dependency): added pytz as a direct dependency by Anu-Ra-g in https://github.com/waterdipai/datachecks/pull/180
* fix: white nav icons by driptanil in https://github.com/waterdipai/datachecks/pull/183
* fix(poetry): postgres library issue by WeryZebra-Yue in https://github.com/waterdipai/datachecks/pull/192
Security
* build(deps): bump cryptography from 42.0.0 to 42.0.2 by dependabot in https://github.com/waterdipai/datachecks/pull/185
* build(deps): bump ws from 7.5.9 to 7.5.10 in /ui by dependabot in https://github.com/waterdipai/datachecks/pull/197
* build(deps): bump ejs from 3.1.9 to 3.1.10 in /ui by dependabot in https://github.com/waterdipai/datachecks/pull/188


**Full Changelog**: https://github.com/waterdipai/datachecks/compare/v0.2.5...v0.2.6

0.2.5

What's Changed
New Features:
* feat: add custom SQL metric by subhankarb in https://github.com/waterdipai/datachecks/pull/157
* feat: dashboard design changes by driptanil in https://github.com/waterdipai/datachecks/pull/158
* feat: add metric storage framework by datageek00 in https://github.com/waterdipai/datachecks/pull/142
* feat: add an example for a quick start by datageek00 in https://github.com/waterdipai/datachecks/pull/160
* feat: add support for configuration directory with multiple configuration files by datageek00 in https://github.com/waterdipai/datachecks/pull/161

Bug Fix
* fix(ui): frontend dependency issues by WeryZebra-Yue in https://github.com/waterdipai/datachecks/pull/144
* fix: schema defaults to public if schema is not present by Anu-Ra-g in https://github.com/waterdipai/datachecks/pull/153
* fix(yaml): duplicate datasource names by Anu-Ra-g in https://github.com/waterdipai/datachecks/pull/147
* fix(filters): filter option application fixed by WeryZebra-Yue in https://github.com/waterdipai/datachecks/pull/155
* fix: duplicate metric names by Anu-Ra-g in https://github.com/waterdipai/datachecks/pull/152


Others
* docs: Update README.md by subhankarb in https://github.com/waterdipai/datachecks/pull/133
* build(deps): bump pyarrow from 13.0.0 to 14.0.1 by dependabot in https://github.com/waterdipai/datachecks/pull/138
* build(deps): bump cryptography from 41.0.4 to 41.0.6 by dependabot in https://github.com/waterdipai/datachecks/pull/149
* refactor(dashboard): Update dashboard contracts by WeryZebra-Yue in https://github.com/waterdipai/datachecks/pull/156
* dependency(nivo): updated d3-color dependency by WeryZebra-Yue in https://github.com/waterdipai/datachecks/pull/165
* refactor: example configurations suffixed with data sources type by Ryuk-me in https://github.com/waterdipai/datachecks/pull/164
* dependency(ui): removed unnecessary dependencies by WeryZebra-Yue in https://github.com/waterdipai/datachecks/pull/166
* upgrade to v0.2.5 by datageek00 in https://github.com/waterdipai/datachecks/pull/168

New Contributors
* Anu-Ra-g made their first contribution in https://github.com/waterdipai/datachecks/pull/147
* driptanil made their first contribution in https://github.com/waterdipai/datachecks/pull/158
* Ryuk-me made their first contribution in https://github.com/waterdipai/datachecks/pull/164

**Full Changelog**: https://github.com/waterdipai/datachecks/compare/v0.2.4...v0.2.5

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.