Skip to main content
Version: 1.0 prerelease

Connect to data

Great Expectations (GX) differentiates between the locations in which data is stored and the sets of data that are available at those locations. In GX, Data Sources manage the process of accessing locations in which data is stored. Data Assets define sets of data that can be accessed from those Data Sources. To connect to your data you will first define a Data Source to tell GX how to access the data in question and then define one or more Data Assets to tell GX which sets of data to make available.

File system Data Sources

File system Data Sources connect GX to data that is stored as one or more files (such as .csv or .parquet files) within a directory hierarchy.

In memory Data Sources

In memory Data Sources connect GX to data that has been read into memory.

SQL Data Sources

SQL Data Sources connect GX to data stored in SQL databases, with support for some specific SQL dialects.

Request data