标签: python apache luigi
luigi可以使用哪个模块更新/删除数据到数据库?我使用copy to table和sql alchemy来插入数据。更新和删除文件不清楚如何实现?请指教。
答案 0 :(得分:0)
如果数据库是Postgres,您可以使用PostgresQuery。 http://luigi.readthedocs.io/en/stable/api/luigi.postgres.html#luigi.postgres.PostgresQuery