fix(dagster): Update dagster (patch) #348
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==0.21.9
->==0.21.10
==0.21.9
->==0.21.10
1.5.9
->1.5.10
Release Notes
dagster-io/dagster (dagster-azure)
v0.21.10
New
MetadataValue.job
metadata type, which can be used to link to a Dagster job from other objects in the UI.schema
metadata set on theasset
orop
, I/O managerschema
/dataset
configuration,key_prefix
set on theasset
. Previously, all methods for setting the schema/dataset were mutually exclusive, and setting more than one would raise an exception.DAGSTER_DBT_PARSE_PROJECT_ON_LOAD=1 dagster dev
in a new scaffolded project fromdagster-dbt project scaffold
, dbt artifacts for loading the project are now created in a statictarget/
directory.Bugfixes
ScheduleEvaluationContext
when testing viabuild_schedule_context
.metadata
from aFailure
exception is now hoisted up to the failure that culminates when retry limits are exceeded.PipesK8sClient
now correctly raises on failed containers.maxCatchupRuns
andmaxTickRetries
configuration options for the scheduler in the Helm chart.DBT_INDIRECT_SELECTION=empty
.@asset(check_specs=...
to not cooperate with thekey_prefix
argument of theload_assets_from_modules
method and it’s compatriots.Deprecations
Community Contributions
define_asset_job
now accepts anop_retry_policy
argument, which specifies a default retry policies for all of the ops in the job. (thanks Eugenio Contreras!)Experimental
observable_source_asset
decorator now accepts akey
argument.implicit_materializations
argument has been added toget_results
andget_materialize_result
to control whether an implicit materialization event is created or not.SlingConnectionResource
to allow reusing sources and targets interoperably.build_dbt_asset_selection
now also selects asset checks based on their underlying dbt tests. E.g.build_dbt_asset_selection([my_dbt_assets], dbt_select="tag:data_quality")
will select the assets and checks for any models and tests tagged with ‘data_quality’.Documentation
EnvVar
vs.os.getenv
to the Environment variables documentation.Dagster Cloud
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.