Paulo Henrique Zen Messerschmidt

Results 12 comments of Paulo Henrique Zen Messerschmidt

Hi @leticiasss. In my case, the k8s cluster network was fixed and it started to work ( the webhook ). I think one possible workaround for it is to generate...

This code do the trick. ``` @condition def evaluate_condition(data,*args, **kwargs) -> bool: if kwargs['parent_block_uuid'].replace('load_','') in ','.join(data): return True else: return False ``` Thanks anyway.

I've been testing some alternatives to do it and I found one, that may be useful for implementation in next releases. Basically, I've made a custom mage image copying only...

I've made a test with data loader in mage, I it worked ```if 'data_loader' not in globals(): from mage_ai.data_preparation.decorators import data_loader if 'test' not in globals(): from mage_ai.data_preparation.decorators import test...

Hello @TheGthr , sorry for the delay. I found out the problem and I've made a workaround here because I was out of time for the production environment, and forgot...

Hi @dy46 , I've commented with my another github account above kk.. but I've made a test ...I've updated again and tested ...without recreate ingress and service resouces and it...

It seems that it's hiting the webserver pod..but the mage ai webserver it's not able to resolve the address. ![image](https://github.com/mage-ai/mage-ai/assets/39966249/7eeee057-2aa7-4893-93f4-e0449bb01de5)

I have two webserver instances..it seems that one instance return 404 and the other one returns the 200, 302 ..but it's not able to load the page. Pod 1 ![image](https://github.com/mage-ai/mage-ai/assets/39966249/4199e9bf-38a7-4628-8d42-9f6cd5ea889f)...

It seems to be the same BUG I've opened here. Right? https://github.com/mage-ai/mage-ai/issues/5518