Create your Data Context
As we discussed, Data Contexts are the primary entry point for a Great Expectations deployment, and they are the first step for creating Expectations. In this exercise, you'll practice creating your own Data Context.
Bu egzersiz
Introduction to Data Quality with Great Expectations
kursunun bir parçasıdırEgzersiz talimatları
- Import
great_expectationsasgx. - Create a Data Context, and assign it to the variable
context. - Print out the metadata associated with your Data Context.
Uygulamalı interaktif egzersiz
Bu örnek kodu tamamlayarak bu egzersizi bitirin.
# Import Great Expectations
import ____ as ____
# Create Data Context
context = gx.____()
# Print Data Context metadata
print(____)