Post-deployment steps
This page guides you through the post-deployment steps of Cortex Framework to execute your data pipelines and verify the results.
After you run your deployment, all transformation templates and configurations are compiled and deployed to your target Dataform repository. However, to materialize the tables and views in BigQuery, you must first execute the Dataform pipeline actions.
Execute the transformations in Dataform
By executing the pipeline, you initiate the logic transformation of raw data into standardized, AI-ready data foundation layers and Data Products, ready for immediate business use.
You can execute actions manually in the Google Cloud console for verification, or configure recurring schedules for production.
Manual execution for verification
To execute a manual verification run of the entire pipeline within your Dataform workspace, follow these steps:
- In the Google Cloud console, go to the Dataform page.
- Confirm that you have selected the correct Google Cloud project from the project drop-down.
- Click the name of the repository created during deployment (e.g.,
cortex). - Click the workspace name (e.g.,
cortex). - Click Start execution.
- Click Execute actions.
- Select All actions. You can also choose key subsets of transformations by selecting specific tags or actions.
- Click Start execution.
Verify execution success
To monitor progress and check whether the pipeline completed successfully, follow these steps:
- Click the Executions tab to view the execution history.
- Verify that the status is Completed successfully.
- Click the execution run link to inspect details of specific actions, compilation errors, or execution timings.
Review data assets in BigQuery
After your Dataform pipeline executes successfully, verify the generated datasets and look at the materialized tables in BigQuery.
- Navigate to BigQuery in the Google Cloud console.
- Locate the target datasets configured in your
config.yamlfile (e.g., the dataset identified bydatasetIdin thedata.targetsentry referenced by the module'sdataTargetId). For example, in the template configurations, these may be:- Data foundation layer: Look for the dataset matching your foundation target ID (configured as
cortex7_sap_data_foundationby default). - Data products layer: Look for the dataset matching your product target ID (configured as
cortex7_data_productsby default).
- Data foundation layer: Look for the dataset matching your foundation target ID (configured as
- Preview the tables and run sample queries to verify that they are populated with the expected records.
Next steps
Now that your data systems are operational, you can explore:
- Deploy consumption case samples: See Consumption data product samples to configure business scenarios.
- Extend your data model: See the Extensibility guide to customize schemas or instantiate new modules.