List of Contributions

Irakli Chitishvili

Contact Details

My Content

1 to 10 of 10 total
Posted By Irakli Chitishvili 02-27-2024 07:06
Found In Egroup: Data360 Analyze
\ view thread
Hi Adrian, this is really interesting. I am also trying to build a dynamic sql statement from the results from API call->transform and wanted to ask which parts of the sql statements can be parametrized? Is it column names in SELECT, table names in FROM? or it only works with WHERE clause? I couldn't ...
Posted By Irakli Chitishvili 01-30-2024 05:12
Found In Egroup: Data360 Analyze
\ view thread
Thanks, sleep nodes seems to the functionality which might solve my problem. ------------------------------ Irakli Chitishvili Degroof Petercam SA/NV ------------------------------
Posted By Irakli Chitishvili 01-26-2024 04:54
Found In Egroup: Data360 Analyze
\ view thread
Hi, I'm dividing and grouping data flows into relevant projects and scopes and subsequently into relevant Execute Data Flow Nodes , like 7 flows for one specific scope, 8 for another and so on, total 80 flows (which will increase in the future). Those dataflows will be scheduled to run daily after ...
Posted By Irakli Chitishvili 03-21-2023 13:40
Found In Egroup: Data360 Analyze
\ view thread
This is great, thank you! ------------------------------ Irakli Chitishvili Degroof Petercam SA/NV ------------------------------
Posted By Irakli Chitishvili 03-21-2023 09:34
Found In Egroup: Data360 Analyze
\ view thread
Hi,  I'm looking for a way to trigger http node/API call based on a previous node result. In particular, if the column in the database query is empty (any predefined value), then don't trigger http node and subsequent flow. So far I didn't find the method or node which can be passed as an argument ...
Posted By Irakli Chitishvili 01-10-2023 13:56
Found In Egroup: Data360 Analyze
\ view thread
Great, thank you. What is the time granularity of 'duration' field?  ​​​​​ ------------------------------ Irakli Chitishvili Degroof Petercam SA/NV ------------------------------ ------------------------------------------- Original Message: Sent: 01-10-2023 10:26 From: Ernest Jones Subject: ...
Posted By Irakli Chitishvili 01-10-2023 13:53
Found In Egroup: Data360 Analyze
\ view thread
Thank you, this is very useful! ------------------------------ Irakli Chitishvili Degroof Petercam SA/NV ------------------------------ ------------------------------------------- Original Message: Sent: 01-10-2023 03:04 From: Peter Sykes Subject: Accessing flow runtime/statistics outside ...
Posted By Irakli Chitishvili 01-09-2023 05:09
Found In Egroup: Data360 Analyze
\ view thread
Hi,  I'm exploring the possibility of accessing the data flows run times and exporting or visualizing them in PowerBI in order to see which flows take more or less time to run? I know there are statistics available in Analyze for individual flows but with couple of hundred flows I really want to find ...
Posted By Irakli Chitishvili 12-12-2022 02:25
Found In Egroup: Data360 Analyze
\ view thread
Thank you for your response. What I was trying is to join two columns in the table which has total 12 columns and add additional 13th based on the the concatenation. I will try your solution and see how it goes. Thanks again! ------------------------------ Irakli Chitishvili Knowledge Community ...
Posted By Irakli Chitishvili 12-08-2022 11:41
Found In Egroup: Data360 Analyze
\ view thread
Hi, I have seemingly simple question that I'm stuck on.  How to concat in transform node 2 columns into one, new column? Like name and surname into new fullName column? python's for i in zip throws error.  Thanks! ------------------------------ Irakli Chitishvili Knowledge Community ...