Skip to content

Commit

Permalink
Merge pull request #60 from openearthplatforminitiative/fix/flood-job…
Browse files Browse the repository at this point in the history
…-naming

Fix/flood job naming
  • Loading branch information
giltinde authored May 21, 2024
2 parents 31aad0d + 6db2e5f commit e5f5d7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions data_pipelines/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

# build a job that materializes all flood assets
all_flood_assets_job = define_asset_job(
"all_assets_job",
"all_flood_assets_job",
selection="flood/raw_discharge*",
)

# define a schedule that runs the all_assets_job every day at 09:30 UTC
all_flood_assets_schedule = ScheduleDefinition(
name="all_assets_schedule",
name="all_flood_assets_schedule",
cron_schedule="30 9 * * *",
job=all_flood_assets_job,
execution_timezone="UTC",
Expand Down
2 changes: 1 addition & 1 deletion deployment/dagster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dagster-user-deployments:
- name: "data-pipelines"
image:
repository: "ghcr.io/openearthplatforminitiative/data-pipelines"
tag: "0.3.40"
tag: "0.3.41"
pullPolicy: Always
dagsterApiGrpcArgs:
- "--module-name"
Expand Down

0 comments on commit e5f5d7c

Please sign in to comment.