top of page
Enhancing Onboarded Table with Additional Fields
Requirement
Introduction: Existing onboarded table by adding new fields will accommodate additional data attributes required for downstream processing and reporting. The newly added fields will also support improved data validation, reporting, and analytics.
Requirements: Read the table “purgo_playground.patient_data“. Add the following fields to the onboarded patient_data table:
- ingestion_date (Timestamp)
- source_system (String)
- record_status (String)
- created_by (String)
- modified_by (String)
Final Output: Display the output
Prerequisite:
- Drop the table patient_data_clone if exist.
- Create replica of patient_data table in patient_data_clone table and perform the requirement in the replica table.
Unity Catalog: “purgo_playground.patient_data“
Purgo AI Agentic Code
bottom of page