Skip to content

Commit c109bd5

Browse files
chore(develop): release 7.3.0 (#1435)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent c5883e6 commit c109bd5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
## Untagged
44

5+
## [7.3.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.2.0...v7.3.0) (2025-02-19)
6+
7+
8+
### Features
9+
10+
* Print summary information after row validation ([#1417](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1417)) ([edb0b4b](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/edb0b4b71e845e1972638714be44069b9415862d))
11+
12+
13+
### Bug Fixes
14+
15+
* Add PermissionDenied to ignorable exceptions in maybe_secret() ([#1441](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1441)) ([c5883e6](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/c5883e60afa53d2c3aee37393b6af7aa40df6aca))
16+
* Convert Snowflake connect_args to a dict before passing to Ibis ([#1431](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1431)) ([38858f7](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/38858f73e9c431722dc3c5efad5c137b48b14184))
17+
* Prevent exception for COLUMN keyword in Oracle ([#1437](https://github.com/GoogleCloudPlatform/professional-services-data-validator/issues/1437)) ([55e14c4](https://github.com/GoogleCloudPlatform/professional-services-data-validator/commit/55e14c41a5dd8f41cb974c44715c224eb6012be8))
18+
519
## [7.2.0](https://github.com/GoogleCloudPlatform/professional-services-data-validator/compare/v7.1.0...v7.2.0) (2025-02-04)
620

721

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
name = "google-pso-data-validator"
2020
description = "A package to enable easy data validation"
21-
version = "7.2.0"
21+
version = "7.3.0"
2222
release_status = "Development Status :: 4 - Beta"
2323

2424
with open("README.md", "r") as fh:

0 commit comments

Comments
 (0)