使用 great_expectations 时出现问题。
版本 great_expectations==0.13.43 已设置。我尝试使用命令great_expectations checkpoint new,我得到的结果是
命令检查点不存在。请使用以下之一:['checkpoint'、'datasource'、'docs'、'init'、'project'、'store'、'suite'、'validation_operator']
可能是什么问题呢?
使用 great_expectations 时出现问题。
版本 great_expectations==0.13.43 已设置。我尝试使用命令great_expectations checkpoint new,我得到的结果是
命令检查点不存在。请使用以下之一:['checkpoint'、'datasource'、'docs'、'init'、'project'、'store'、'suite'、'validation_operator']
可能是什么问题呢?
据我了解,由于缺少依赖项,这是该版本的某种全球性问题。额外安装 nbformat==5.4.0 后决定