Hi all!
First time here, but god a question. I am running a python script (pycelonis 1.7.6) that needs to push data into a table.
Everything work fine unless the data push:
datamodel.pool.create_table(df_or_path = res,table_name = 'TABLE_NAME',if_exists = 'drop',column_config=column_config)
which returns:
/2024-07-23 16:26:09] INFO: Data push job status: QUEUED...
/2024-07-23 16:26:14] INFO: Data push job status: QUEUED...
/2024-07-23 16:26:19] INFO: Data push job status: QUEUED...
/2024-07-23 16:26:25] INFO: Data push job status: QUEUED...
/2024-07-23 16:26:30] INFO: Data push job status: QUEUED...
/2024-07-23 16:26:35] INFO: Data push job status: QUEUED...
/2024-07-23 16:26:41] INFO: Data push job status: QUEUED...
/2024-07-23 16:26:46] INFO: Data push job status: QUEUED...
/2024-07-23 16:26:51] INFO: Data push job status: QUEUED...
/2024-07-23 16:26:57] INFO: Data push job status: QUEUED...
Same functionality on another table worked flawlessly, for this specific one it queues.
Is there a way to see the queue and eventually kill any relevant activity on this table? Nothing show up as running in the celonis front end.
Thanks!
Filippo