文件名称:pybigquery-merge-into:向pybigquery添加MERGE INTO支持
文件大小:26KB
文件格式:ZIP
更新时间:2024-04-30 23:03:23
Python
Pybigquery合并支持 免责声明:这只是我在玩SQLAlchemy的自定义SQL功能。 使用后果自负,等等。 推介会 该存储库(旨在)将功能添加到 / 。 用法 主要类是pybigquery_merge_into.merge_clause.MergeInto() 。 例子 >> > query = MergeInto ( target = target , source = source , onclause = target . c . t1 == source . c . s1 , when_clauses = [ WhenMatched ( update ( target ). values ({ target . c . t2 : source . c .
【文件预览】:
pybigquery-merge-into-main
----.github()
--------dependabot.yml(502B)
--------workflows()
----poetry.lock(46KB)
----LICENSE(1KB)
----README.md(1KB)
----tests()
--------__init__.py(0B)
--------conftest.py(352B)
--------unit()
--------system()
----pybigquery_merge_into()
--------__init__.py(0B)
--------merge_clause.py(4KB)
----.gitignore(12B)
----pyproject.toml(574B)