我正在尝试使用Singer.io,点击Bigquery并将数据推送到target-s3
我已经安装并测试了tap-Bigquery,它工作正常。
我使用此链接访问targets3 installation https://github.com/transferwise/pipelinewise-target-s3-csv
我点击此链接获取tap-bigquery installation https://github.com/anelendata/tap-bigquery
这两个软件包都安装在不同的venv中
我已将aws-s3的所有必要凭据传递给target-s3 config.json
这就是我想要运行的:
但是我得到了这个错误:
我该怎么解决这个问题呢?
发布于 2021-02-27 21:35:26
pipelinewise不支持bigquery
https://transferwise.github.io/pipelinewise/
您可以使用tap-bigquery和target-s3的pip版本
https://pypi.org/project/tap-bigquery/
https://pypi.org/project/target-s3/
https://stackoverflow.com/questions/66364249
复制相似问题