Release Bot
08/11/2023, 12:59 PM1.4.5
📚 Library Version: 0.20.5
📦 PyPI: https://pypi.org/project/dagster/1.4.5/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.4.5
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.4.5
📖 Docs: https://docs.dagster.io/1.4.5/getting-startedTim Castillo
08/11/2023, 4:00 PM@graph_asset
now supports a config
parameter
💡 Added dynamic_partitions_store
argument for multi-partition run support
🚀 partitionsByAssets
added for ranged partition backfill
🔧 Support for dbt-core==1.6
in dagster-dbt
⚙️ Configurable profiles_dir
in DbtCliResource
Bug Fixes:
🐛 Fixed materializations duplication issue with lazy AutoMaterializePolicy
🐛 Fixed update issue for eager AutoMaterializePolicy
on time-partitioned assets
🐛 Improved efficiency of creating StaticPartitionsDefinition
with many partitions
🐛 Resolved loading error for dbt and Airbyte instances with hyphenated names
More:
📚 Added template for Dagster University starter project
❗ Improved error messaging and guide for Dagster Cloud setup
🪄 Enhanced UI for viewing materialized assets and auto-observation runs
What was your favorite change in this release? React to this message with its emoji!Release Bot
08/17/2023, 7:46 PM1.4.6
📚 Library Version: 0.20.6
📦 PyPI: https://pypi.org/project/dagster/1.4.6/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.4.6
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.4.6
📖 Docs: https://docs.dagster.io/1.4.6/getting-startedTim Castillo
08/17/2023, 7:52 PMNone
now interpret None
as success.
🤾🏽 SensorResult can now accept a string for skip_reason
.
🛞 Added step_k8s_config
field to customize Kubernetes config for each step in a job.
🚗 Launched run pods now have a code location label.
🥤 Improved runs table with the ability to toggle visible tags.
💅🏽 Upgraded dbt scaffold to create multiple files for easier usage.
🐕 Added get_auto_materialize_policy
and get_freshness_policy
to DagsterDbtTranslator
📚 Updated API documentation and fixed outdated K8s documentation links.
☁️ Viewer role now has permission to edit user tokens
🐛 Fixed timeout error when canceling large asset backfills.
🐛 SSHResource
now loads system hosts file and ignores allow_host_key_change parameter.
🐛 Fixed issue with auto-materializing partitioned assets.
What's your favorite change in this release? React with its emoji!Release Bot
08/24/2023, 6:36 PM1.4.8
📚 Library Version: 0.20.8
📦 PyPI: https://pypi.org/project/dagster/1.4.8/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.4.8
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.4.8
📖 Docs: https://docs.dagster.io/1.4.8/getting-startedRelease Bot
08/25/2023, 2:18 AM1.4.9
📚 Library Version: 0.20.9
📦 PyPI: https://pypi.org/project/dagster/1.4.9/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.4.9
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.4.9
📖 Docs: https://docs.dagster.io/1.4.9/getting-startedRelease Bot
08/25/2023, 7:16 PM1.4.10
📚 Library Version: 0.20.10
📦 PyPI: https://pypi.org/project/dagster/1.4.10/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.4.10
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.4.10
📖 Docs: https://docs.dagster.ioRelease Bot
08/31/2023, 7:25 PM1.4.11
📚 Library Version: 0.20.11
📦 PyPI: https://pypi.org/project/dagster/1.4.11/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.4.11
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.4.11
📖 Docs: https://docs.dagster.ioRelease Bot
09/07/2023, 9:20 PM1.4.12
📚 Library Version: 0.20.12
📦 PyPI: https://pypi.org/project/dagster/1.4.12/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.4.12
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.4.12
📖 Docs: https://docs.dagster.ioTim Castillo
09/07/2023, 9:34 PMcontext
object now has an asset_key
property to get the AssetKey
of the current asset.
🚀 Performance improvements to the auto-materialize daemon when running on large asset graphs.
🛠️ dagster dev
command has a --log-level
argument to set the log threshold.
🪲 Fixed an issue where the auto-materialize daemon would sometimes raise a RecursionError when processing asset graphs with long upstream dependency chains
✈️ [dagster-airbyte] AirbyteResource
now includes a poll_interval
key that allows you to configure how often it checks an Airbyte sync’s status.
🦓 [dagster-databricks] Added support for client authentication with OAuth, and workspace
and volumes
init scripts in the databricks client. Thanks @Zach!
✏️ [dagster-dbt] Added reference to explain how a dbt manifest can be created at run time or build time, and how to to deploy with CI/CD
And a special round up on asset checks!
chicken eyebrows Asset checks are now displayed in the asset graph and sidebar.
chicken eyebrows [Breaking] Asset check severity is now set at runtime on AssetCheckResult
instead of in the @asset_check
definition. ERROR
severity no longer causes the run to fail.
chicken eyebrows[Breaking] @asset_check
now requires the asset=
argument, even if the asset is passed as an input to the decorated function.
What was your favorite change in this release? React to this message with its emoji!Release Bot
09/14/2023, 10:25 PM1.4.13
📚 Library Version: 0.20.13
📦 PyPI: https://pypi.org/project/dagster/1.4.13/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.4.13
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.4.13
📖 Docs: https://docs.dagster.ioTim Castillo
09/14/2023, 10:44 PMOpExecutionContext.add_output_metadata
can now be called multiple times per output.
vote Updated dagster-census
to match their new API. Thanks @Nicolas May !
dbt Added support for model dbt tests as Dagster asset checks
🛡️ Added @graph_asset
support. This can be used to implement blocking checks, by raising an exception if the check fails.
☁️ Added support for freeing global op concurrency slots after runs have finished on Dagster Cloud
What was your favorite change in this release? React to this message with its emoji!Release Bot
09/15/2023, 6:46 PM1.4.14
📚 Library Version: 0.20.14
📦 PyPI: https://pypi.org/project/dagster/1.4.14/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.4.14
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.4.14
📖 Docs: https://docs.dagster.ioTim Castillo
09/15/2023, 6:49 PMdagster-ext
module along with subprocess, docker, databricks, and k8s pod integrations are now available. Read more at #16319. Note that the module is temporarily being published to PyPI under dagster-ext-process
, but is available in python as import dagster_ext
.
🏭 Added a new tooltip to asset runs to either view the asset list or lineage
taking a look Added an ‘execute’ button to run checks without materializing the asset. Currently this is only supported for checks defined with @asset_check
or AssetChecksDefinition
What was your favorite change in this release? React to this message with its emoji!Release Bot
09/20/2023, 8:40 PM1.4.15
📚 Library Version: 0.20.15
📦 PyPI: https://pypi.org/project/dagster/1.4.15/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.4.15
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.4.15
📖 Docs: https://docs.dagster.ioRelease Bot
09/22/2023, 10:30 PM1.4.16
📚 Library Version: 0.20.16
📦 PyPI: https://pypi.org/project/dagster/1.4.16/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.4.16
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.4.16
📖 Docs: https://docs.dagster.ioRelease Bot
09/28/2023, 4:27 PM1.4.17
📚 Library Version: 0.20.17
📦 PyPI: https://pypi.org/project/dagster/1.4.17/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.4.17
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.4.17
📖 Docs: https://docs.dagster.ioRelease Bot
10/02/2023, 10:28 PM1.5.0
📚 Library Version: 0.21.0
📦 PyPI: https://pypi.org/project/dagster/1.5.0/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.5.0
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.5.0
📖 Docs: https://docs.dagster.ioRelease Bot
10/04/2023, 10:46 PM1.5.1
📚 Library Version: 0.21.1
📦 PyPI: https://pypi.org/project/dagster/1.5.1/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.5.1
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.5.1
📖 Docs: https://docs.dagster.ioRelease Bot
10/09/2023, 11:12 PM1.5.2
📚 Library Version: 0.21.2
📦 PyPI: https://pypi.org/project/dagster/1.5.2/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.5.2
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.5.2
📖 Docs: https://docs.dagster.ioRelease Bot
10/12/2023, 9:45 PM1.5.3
📚 Library Version: 0.21.3
📦 PyPI: https://pypi.org/project/dagster/1.5.3/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.5.3
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.5.3
📖 Docs: https://docs.dagster.ioRelease Bot
10/19/2023, 7:02 PM1.5.4
📚 Library Version: 0.21.4
📦 PyPI: https://pypi.org/project/dagster/1.5.4/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.5.4
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.5.4
📖 Docs: https://docs.dagster.ioRelease Bot
10/26/2023, 9:04 PM1.5.5
📚 Library Version: 0.21.5
📦 PyPI: https://pypi.org/project/dagster/1.5.5/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.5.5
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.5.5
📖 Docs: https://docs.dagster.ioTim Castillo
10/26/2023, 9:51 PMreport_asset_observation
REST API endpoint for runless external asset observation events
drama swoon Dramatically improved the performance of partition mapping for basic hourly and daily partitions definitions
launch With a list of runs, quickly add the tag in the “Launched by” column as a filter on the list view by hovering over the tag to see a button.
🥓 Fixed an asset backfill bug where certain asset partitions with no targeted parents would hang indefinitely.
🕴🏽 Some fixes for dagster_embedded_elt
badpundog Added a link to Dagster University to the docs landing page
yesss Improved readability of the API docs landing page
What was your favorite change this week? React to this message with its emoji!Release Bot
11/02/2023, 9:07 PM1.5.6
📚 Library Version: 0.21.6
📦 PyPI: https://pypi.org/project/dagster/1.5.6/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.5.6
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.5.6
📖 Docs: https://docs.dagster.ioRelease Bot
11/09/2023, 10:13 PM1.5.7
📚 Library Version: 0.21.7
📦 PyPI: https://pypi.org/project/dagster/1.5.7/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.5.7
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.5.7
📖 Docs: https://docs.dagster.ioRelease Bot
11/15/2023, 6:16 AM1.5.8
📚 Library Version: 0.21.8
📦 PyPI: https://pypi.org/project/dagster/1.5.8/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.5.8
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.5.8
📖 Docs: https://docs.dagster.ioRelease Bot
11/16/2023, 11:05 PM1.5.9
📚 Library Version: 0.21.9
📦 PyPI: https://pypi.org/project/dagster/1.5.9/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.5.9
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.5.9
📖 Docs: https://docs.dagster.ioTim Castillo
11/20/2023, 3:19 PMRelease Bot
11/30/2023, 11:45 PM1.5.10
📚 Library Version: 0.21.10
📦 PyPI: https://pypi.org/project/dagster/1.5.10/
☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/1.5.10
🛠️ Dagster Changelog: https://github.com/dagster-io/dagster/releases/tag/1.5.10
📖 Docs: https://docs.dagster.io