gpt4 book ai didi

apache-superset - 带有时区列的日期时间的apache超集查询错误

转载 作者:行者123 更新时间:2023-12-02 18:33:30 24 4
gpt4 key购买 nike

我有一个表,其中有一列类型为TIMESTAMP WITH TIME ZONE,我尝试简单地SELECT * FROM table,但收到以下消息:

postgresql error: '>=' not supported between instances of 'datetime.timedelta' and 'int'`

我输入的数据是否错误?

creation_datetime = datetime.now(timezone.utc)

...


new_record = {
"key": valid_value.contract.symbol.lower(),
"datetime_downloaded_from_api": creation_datetime
}

yield new_record

我使用 Meltano 和歌手自定义 TAP 来检索和输入数据.. Melano Taps streams.py 有我描述数据列并执行此操作的部分

    schema = th.PropertiesList(
th.Property("datetime_downloaded_from_api", th.DateTimeType),
th.Property("contract_id", th.IntegerType)
).to_dict()

最佳答案

结果我需要安装特定版本的 python 库

pip install psycopg2-binary==2.8.5

关于apache-superset - 带有时区列的日期时间的apache超集查询错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69124218/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com