Skip to content

Commit

Permalink
Merge pull request #65 from openearthplatforminitiative/fix/no-storag…
Browse files Browse the repository at this point in the history
…e-ops

Fix/no storage ops
  • Loading branch information
giltinde authored May 23, 2024
2 parents 72700a1 + c4e64be commit 15eccb6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion data_pipelines/assets/basin/hydrobasins.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ def basins(context: AssetExecutionContext) -> MaterializeResult:

basins[["id", "downstream", "basin_area", "upstream_area", "geometry"]].to_parquet(
basins_output_path.as_uri(),
storage_options=basins_output_path.storage_options,
index=False,
)

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.45"
tag: "0.3.46"
pullPolicy: Always
dagsterApiGrpcArgs:
- "--module-name"
Expand Down

0 comments on commit 15eccb6

Please sign in to comment.