fix(dagster): Update dagster (patch)#495
Open
plural-copilot[bot] wants to merge 1 commit into
Open
Conversation
| @@ -1,4 +1,4 @@ | |||
| FROM docker.io/dagster/user-code-example:1.7.12 | |||
| FROM docker.io/dagster/user-code-example:1.7.16 | |||
Check failure
Code scanning / Trivy
Image user should not be 'root' High
| @@ -1,4 +1,4 @@ | |||
| FROM docker.io/dagster/user-code-example:1.7.12 | |||
| FROM docker.io/dagster/user-code-example:1.7.16 | |||
Check notice
Code scanning / Trivy
No HEALTHCHECK defined Low
63c52f5 to
4836554
Compare
0cecc88 to
5d4d209
Compare
5d4d209 to
c169e20
Compare
Signed-off-by: plural-copilot[bot] <172153387+plural-copilot[bot]@users.noreply.github.com>
c169e20 to
f27e3f0
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.23.12->==0.23.16==0.23.12->==0.23.161.7.12->1.7.16Release Notes
dagster-io/dagster (dagster-azure)
v0.23.16Experimental
dagster_aws.v0.23.15New
per_step_k8s_configconfiguration option to thecelery_k8s_job_executor, allowing the k8s configuration of individual steps to be configured at run launch time. Thanks @alekseik1!log_column_level_metadatamacro in favor of the newwith_column_metadataAPI.load_assets_from_airbyte_projectas the Octavia CLI has been deprecated.Bugfixes
RunRequest(...)asNoneEcsRunLauncherwould sometimes fail to launch runs when theinclude_sidecarsoption was set toTrue.Dagster Plus
total_byte_billedortotal_slot_msin the BigQueryINFORMATION_SCHEMA.JOBStable.v0.23.14New
ShellCommandBlueprint, you can now use slashes as a delimiter to generate anAssetKeywith multiple path components.mlflow_run_idattribute (Thanks Joe Percivall!)Bugfixes
dagster devwas logging unexpectedly without thegrpcio<1.65.0pin.ContextVar was created in a different contexterror was raised when executing an async asset.multi_assettype-checker fix from @aksestok, thanks!Documentation
Dagster Plus
v0.23.13New
InputContextpassed to anIOManager’sload_inputfunction when invoking theoutput_valueoroutput_for_nodemethods onJobExecutionResultnow has the name"dummy_input_name"instead ofNone.DbtProjectis adopted and no longer experimental. UsingDbtProjecthelps achieve a setup where the dbt manifest file and dbt dependencies are available and up-to-date, during development and in production. Check out the API docs for more: https://docs.dagster.io/_apidocs/libraries/dagster-dbt#dagster_dbt.DbtProject.—use-dbt-projectflag was introduced for the cli commanddagster-dbt project scaffold. Creating a Dagster project wrapping a dbt project using that flag will include aDbtProject.DAGSTER_UI_EVENT_LOAD_CHUNK_SIZEenvironment variable on the Dagster webserver.RunFailureReason.START_TIMEOUTrun monitoring failure reason. Thanks @jobicarter!Bugfixes
ObserveResultobjects to not be stored with the producedAssetObservationevent.metadatadefined onSourceAssetsto be unavailable when accessed in an IOManager.@graph_assetdecorator overload missing anownersargument, thanks @askvinni!execute_k8s_jobwhen there was a transient failure while loading logs from the launched job. Thanks @piotrmarczydlo!dateutilpackage being installed in the default EMR python evnrionment.AutoMaterializeRule.skip_on_parent_missingrule when a parent asset had itsPartitionsDefinitionchanged.AutomationConditions.AutomationCondition.newly_updated()would trigger on anyASSET_OBSERVATIONevent. Now, it only triggers when the data version on that event changes.Breaking Changes
dagster-dbt project prepare-for-deploymenthas been replaced bydagster-dbt project prepare-and-package.DbtProjectno longer prepares the dbt manifest file and dbt dependencies in its constructor during initialization. This process has been moved toprepare_if_dev(), that can be called on theDbtProjectinstance after initialization. Check out the API docs for more: https://docs.dagster.io/_apidocs/libraries/dagster-dbt#dagster_dbt.DbtProject.prepare_if_dev.Deprecations
GraphDefinitionas thejobargument to schedules and sensors is deprecated. Derive a job from theGraphDefinitionusinggraph_def.to_job()and pass this instead.Documentation
dagster-plus CLIin the sidenav to correctly bedagster-cloud CLI.Dagster Plus
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.