Skip to content

Commit

Permalink
updates 2024-10-14 - delta lake mode refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Oct 14, 2024
1 parent 3f632be commit 9884b4e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def carbon_intensity_bronze(context: AssetExecutionContext):
@asset(
group_name="energy_assets",
io_manager_key="DeltaLake",
metadata={"mode": "append"},
metadata={"mode": "overwrite"},
ins={"carbon_intensity_bronze": AssetIn("carbon_intensity_bronze")},
required_resource_keys={"slack"}
)
Expand Down

0 comments on commit 9884b4e

Please sign in to comment.