Skip to content

Commit

Permalink
update storage_account_url
Browse files Browse the repository at this point in the history
  • Loading branch information
m-goggins committed Dec 1, 2023
1 parent 7a46e57 commit fdc47f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serverless-functions/ReadSourceData/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,9 @@ def main(message: func.QueueMessage) -> None:
)

logging.info("starting write to file")
# Write blob data to storage
# Write blob data to storage
container_name = "delta-tables"
storage_account_url = storage_account_url.replace("source-data", "delta-tables")
# filename = f"raw_data/{str(uuid.uuid4())}.json"
filename = "mg_test.json"
parsed_message = message_parser_response.get("bundle")
Expand Down

0 comments on commit fdc47f5

Please sign in to comment.