如何处理或调试此红移错误代码15004?
红移以很少的方式从气流dag执行的常规查询中抛出了此错误,例如:
SELECT * FROM schema_name.table_name
WHERE date_field = '2022-06-02'
AND category_field ilike '%category_name%';
DETAIL:
-----------------------------------------------
error: Redshift format: AQUA Scan Error: File not found
code: 15004
context: Block not found.
query: 91201921
location: dory_util.cpp:1226
process: worker_thread [pid=88882]
我在互联网上找不到任何相关的内容,也没有AWS RedShift文档。
我正在使用pythonoperator,其中包括Postgres钩子。 更新编辑以回答Pankaj
In an infrequent way, Redshift throws this error executing from an Airflow DAG a regular query like:
SELECT * FROM schema_name.table_name
WHERE date_field = '2022-06-02'
AND category_field ilike '%category_name%';
DETAIL:
-----------------------------------------------
error: Redshift format: AQUA Scan Error: File not found
code: 15004
context: Block not found.
query: 91201921
location: dory_util.cpp:1226
process: worker_thread [pid=88882]
I dont find anything related on internet nor the aws redshift docs.
I'm using the PythonOperator, with the postgres hook.
Update edit to answer to Pankaj
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论