In the great_expectations.yml file there are no placeholders GX-ARTIFACTS-BUCKET or GX-ARTIFACTS-BUCKET as stated in the notebook instructions
classroom item link: https://www.coursera.org/learn/source-systems-data-ingestion-and-pipelines/gradedLti/9h6IW/graded-programming-assignment-3-testing-data-quality-with-great-expectations
For example the notebook states the expectations_store block should be:
expectations_store:
class_name: ExpectationsStore
store_backend: GX-ARTIFACTS-BUCKET
class_name: TupleS3StoreBackend
bucket:
prefix: expectations/
But in my file it is:
expectations_store:
class_name: ExpectationsStore
store_backend:
class_name: TupleFilesystemStoreBackend
base_directory: expectations/
The S3_site block is missing completely, instead I have:
local_site:
class_name: SiteBuilder
# set to false to hide how-to buttons in Data Docs
show_how_to_buttons: true
store_backend:
class_name: TupleFilesystemStoreBackend
base_directory: uncommitted/data_docs/local_site/
site_index_builder:
class_name: DefaultSiteIndexBuilder
Could you please provide me with the correct .yml file as I cannot proceed with the assignment.