Skip to content

Commit 086d113

Browse files
committed
[release] Bump to release 6.0.4
1 parent 9dd0548 commit 086d113

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 6.0.4 (April 22, 2025)
2+
3+
### New Features
4+
5+
- Added a new optional parameter `source_tag_qualified_name` to `tagged_with_value()`, allowing users to explicitly provide the qualified name of the source tag to match (useful when multiple tags share the same name).
6+
- Added support for undefined fields in `DataContract` models by allowing extra fields in `AtlanYamlModel` (`Extra.allow`).
7+
- Added a new method `WorkflowClient.find_runs_by_status_and_time_range()` to search workflow runs based on their status and a specified time range (`started_at` / `finished_at`).
8+
9+
### QOL Improvements
10+
11+
- Regenerated the latest typedef models.
12+
- Fixed an indentation issue in the `DocumentDB` generator Jinja templates.
13+
114
## 6.0.3 (April 15, 2025)
215

316
### New Features

pyatlan/client/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def find_runs_by_status_and_time_range(
169169
size: int = 100,
170170
) -> List[WorkflowSearchResult]:
171171
"""
172-
Find workflows based on their status and interval
172+
Find workflow runs based on their status and time range.
173173
174174
:param status: list of the workflow statuses to filter
175175
:param started_at: (optional) lower bound on 'status.startedAt' (e.g 'now-2h')

pyatlan/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.0.3
1+
6.0.4

0 commit comments

Comments
 (0)