Luigi執行方法的順序是什麼(run,output,require)。我明白需求是作爲檢查任務DAG的有效性的第一次檢查運行的,但不應該在run()之後運行輸出? 我實際上正在嘗試等待運行中的kafka消息,並基於該消息觸發一堆其他任務並返回LocalTarget。就像這樣: def run(self):
for message in self.consumer:
self
sqlalchemy.exc.IntegrityError: (pyodbc.IntegrityError) ('23000', '[23000] [FreeTDS][SQL Server]Cannot insert an explicit value into a timestamp column. Use INSERT with a column list to exclude the tim