Skip to content

Commit

Permalink
updates 2024-11-15 - flood data errors
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Nov 15, 2024
1 parent d0161b1 commit 703b0e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def ea_flood_public_forecast_silver(context: AssetExecutionContext, ea_flood_pub
EA Public Forecast flooding data silver bucket - flattens nested JSON structure
"""
# Extract the statement data
statement = ea_flood_public_forecast_bronze['statement']
statement = ea_flood_public_forecast_bronze['statement'].to_dict()

# Create base output dictionary with top-level fields
output = {
Expand Down

0 comments on commit 703b0e3

Please sign in to comment.