Lars Freier
Lars Freier
Hey, when I apply the clean-up dag only the files insider the folders are deleted but not the folder itself. Is there a setting to do so? THX Lazloo
I tried to create an API object like ``` from freshdesk.api import API a = API(domain='https://xxxx.freshservice.com', api_key='XXXX) ``` and I get the following error: > Freshdesk v2 API works only...
Hey, I would like to display also the description and also other attributes of a column in extra columns. Is this possible with ERDANTIC?
Is it possible to split up chains? I would Imagine something like ``` intermediate_result = chain.state() >> step_1 >> step_2 final_result_1 = intermediate_result >> step_3_1 >> step_4_1 final_result_2 = intermediate_result...
Hello everyone, I have an autogenerate graphml file like: ``` First Second First ... ``` Currenty the node attributes in the final data are represented by the keys (d0 and...
Hello everyone, I like to work with components which can be defined via the parent property (https://js.cytoscape.org/#notation/compound-nodes) However, I do not define my network graph by hand my load a...