Great Expectations doesn’t support any expectations set against the existence or metadata of a file itself – number of files in a directory, size of those files, whether a given file exists, etc.
Great Expectations does support many expectations set against the data contained within those files, including validating column existence and values within that columns. For more on the expectations provided by GX, see our Expectation Gallery.
Hey @CesarGarcia! Great Q. The *DataAsset classes like FileDataAsset are from a much earlier ( < 0.13 ) version of GX, and no longer actively supported.
Those earlier versions of GX did indeed support certain file-level expectations, and if you rolled back to these early versions of the API & set up your context & datasources appropriately, you may be able to make use of these – however, those versions of the API are significantly less stable & less performant.