Skip to content

Commit

Permalink
Merge pull request #66 from openearthplatforminitiative/fix/add-id-to…
Browse files Browse the repository at this point in the history
…-field

fix: add id to field
  • Loading branch information
giltinde authored May 23, 2024
2 parents 15eccb6 + 96c2aca commit 19f0063
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data_pipelines/assets/basin/hydrobasins.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def basins(context: AssetExecutionContext) -> MaterializeResult:
basins: gpd.GeoDataFrame = basins.rename(
columns={
"HYBAS_ID": "id",
"NEXT_DOWN": "downstream",
"NEXT_DOWN": "downstream_id",
"SUB_AREA": "basin_area",
"UP_AREA": "upstream_area",
}
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.46"
tag: "0.3.47"
pullPolicy: Always
dagsterApiGrpcArgs:
- "--module-name"
Expand Down

0 comments on commit 19f0063

Please sign in to comment.