文件名称:try-great-expectations
文件大小:462KB
文件格式:ZIP
更新时间:2024-04-05 05:37:26
JupyterNotebook
尝试大期望 get_started 笔记 如果要连接到需要连接凭证的数据库,则这些凭证将存储在great_expectations/uncommitted/config_variables.yml 。 您还可以配置“大期望”以将“期望”存储到其他位置,例如S3,Postgres等。 配置并保存检查点后,您可以在每次要验证数据时加载并运行它。 使用query参数,您可以在数据集“视图”上运行。 要手动构建基于查询的Batch Kwarg,请创建一个字典: batch_kwargs = { "datasource": "my_db", "query": "SELECT * FROM my_schema.my_table WHERE '1988-01-01' <= date AND date < '1989-01-01'; } 要使用查询批处理Kwargs生成器,请调
【文件预览】:
try-great-expectations-main
----.gitattributes(66B)
----.idea()
--------try-great-expectations.iml(336B)
--------workspace.xml(5KB)
--------modules.xml(296B)
----README.md(2KB)
----get_started()
--------great_expectations()
--------data()
----.gitignore(2KB)