Skip to content

Commit 440fa2b

Browse files
committed
[changelog] 1.12.7
1 parent 1491beb commit 440fa2b

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
# Changelog
22

3+
## 1.12.7 (core) / 0.28.7 (libraries)
4+
5+
### New
6+
7+
- All dagster libraries have been updated to support Python 3.14.
8+
- Optimized performance of calculating partition keys for time window partitions with exclusions.
9+
- `timedelta` and `datetime` are now available via the `datetime` context when rendering components (Thanks, [@stevenayers](https://github.com/stevenayers)!)
10+
- `FreshnessPolicy` is now available via the `dg` context when rendering components. (Thanks, [@stevenayers](@https://github.com/stevenayers)!)
11+
- Assets may now be annotated with up to 10 kinds (limit was previously 3).
12+
- Arbitrary resource parameters may now be hidden in the UI by setting `json_schema_extra={"dagster__is_secret": True}` on the corresponding `Field` definition in the resource class.
13+
- The `dg docs` cli group has been removed. The `integrations` subcommand has been moved to `dg utils integrations`.
14+
- Bumped the `gql` dependency in `dagster-graphql` to be inclusive of v4 for broader transitive dependency compatibility
15+
- [dagster-omni] Fix issue where retries would terminate while asynchronously gathering metadata.
16+
- [dagster-tableau] The value of resource parameter `TableauWorkspace.connected_app_secret_value` is now hidden in the UI.
17+
- [dagster-tableau] Updated extraction logic to handle hidden sheets. The materializable data sources connected to these sheets are now successfully detected and included as materializable data assets. (Thanks, [@miriamcastel](https://github.com/miriamcastel)!)
18+
19+
### Bugfixes
20+
21+
- Fix an AttributeError when calling `map_asset_specs` on assets defined using the `ins` parameter. (Thanks, [@Jongwan93](https://github.com/Jongwan93)!)
22+
- Fix an issue where backfill runs that incorrectly created unpartitioned materializations of a partitioned asset, or partitioned materializations of an unpartitioned asset due to incorrect asset business logic would move the backfill into an invalid state. Now, the backfill will detect this case and fail the backfill.
23+
- Fixed an issue with `dg plus deploy refresh-defs-state` which could cause errors when refreshing state for components that required CLIs that were only available in the project environment.
24+
- [dagster-dbt] Fixed issue that could cause errors when emitting events for a dbt Cloud job run.
25+
26+
### Dagster Plus
27+
28+
- Dagster Plus Pro users can now create service users. Service users are accounts that can
29+
authenticate API requests but that are not tied to any particular human user.
30+
331
## 1.12.6 (core) / 0.28.6 (libraries)
432

533
### New

0 commit comments

Comments
 (0)