Following the instructions here on configuring an s3 data store gave me a success message but creating a new suite based on the s3 data source returns the following error:
if len(value["names"]) > 0:
TypeError: list indices must be integers or slices, not str
Any advice or insight greatly appreciated!
More context below:
s3 config
data_source_name_redacted:
module_name: great_expectations.datasource
data_connectors:
my_data_connector:
bucket: bucket_name_redacted
class_name: InferredAssetS3DataConnector
prefix: bucket/prefix/redacted
module_name: great_expectations.datasource.data_connector
default_regex:
group_names: '*'
reader_method: csv
reader_options:
sep: ','
pattern: (.*)
execution_engine:
module_name: great_expectations.execution_engine
class_name: PandasExecutionEngine
class_name: Datasource