Path: blob/main/Data-Product-Hub-L3/1-ImportEnvironment.ipynb
1928 views
Import Assets Data Product Hub Level 3
This notebook helps expedite the process of importing different connections, governance artifacts, and automating metadata import and metadata enrichment for the level 3 IBM Data Product Hub lab.
Creating Connections to Our Catalog: Establishing secure and reliable connections to our data catalog to ensure seamless access and integration of data assets.
Importing Metadata into Our Project: Bringing in relevant metadata into our project to provide context and structure to our data, which is crucial for effective data management and utilization.
Running Metadata Enrichment: Enhancing the imported metadata by adding valuable information, annotations, and classifications. This step improves data quality and discoverability.
Publishing Enriched Data Assets: Once enriched, we will publish these data assets back to our catalog. This makes them readily available for creating data products and ensures that the enriched information is accessible for future use.
By using the helper script to automate these steps, we can significantly reduce the setup time, allowing us to focus on more advanced aspects of the lab.
✰ Note: The helper script is a Python script that uses the Watson Data API to automate the tasks outlined above. It is imperative that the participant ensures that the correct environment variables are entered to enable the script to perform these tasks efficiently. This approach lays a solid foundation for creating a data product, ensuring that all necessary assets are prepared and optimized for efficient use.
Set Environment Variables
Environment Variables Verification
ⓘ Note: Before running the main import process. Ensure that the
client.verify_vars()function returns the expected values.