jj.lee
jj.lee
@wangxiaoyou1993 Could you review the #5218 my colleague created to fix issue?
#41377 was closed because branch was renamed
@o-nikolas you're right. - Deferrable logic was inherited throught the k8s pod operator. ([execute](https://github.com/apache/airflow/blob/c0ffa9c5d96625c68ded9562632674ed366b5eb3/airflow/providers/amazon/aws/operators/eks.py#L1075) in eks.py EksPodOperator) - It seems that issue in this PR was resolved by the fix...
Sorry for late reply! 🥲 > What exactly is still broken? Can you describe that more, it would help me provide further direction. Thanks for sticking with this! The issue...
Hi @rahul-ve , I hope you don’t mind — I started exploring an implementation based on your idea here. The main functionality is working, and it just needs some test...
@johnnyfish Sorry for the late reply! I'll shoot you an email or ping you on Discord soon. Really appreciate your interest! 🙏🏽
``` Error: com.github.cedelsb.integration.Record2JsonStringIT Time elapsed: 49.565 s
knock, knock!
Adding `extra` field in xcoms/variable datamodels, test passed.. so I added only task_instance test. Do i miss anything? e.g in, [TestGetVariable.test_variable_get_from_db](), request with `params` extra fields but test passed (expected...
@pierrejeambrun Thanks for sharing issue. > I suggest to consolidate the approach for all of our APIs. > > Most likely Bodies / input payloads have `forbid_extra=True`, but Responses do...