Elad Kalif

Results 142 comments of Elad Kalif

Solved by https://github.com/great-expectations/airflow-provider-great-expectations/pull/55 @itaise we can close this issue. Thanks @talagluck for helping quickly

@akbarnotopb maybe it will be easier for you to start with this issue?

> im using docker-compose in this repo, will try to make the unit test working first. itll very helpful if you could tell me the easiest way to make it...

We had similar issue with EKS creds expiring after 15 minutes https://github.com/apache/airflow/pull/17951

Yep.. this is why I marked this on as Kubernetes label rather than aws :)

Not sure if it's small thing as you mention. Tags are just text that is taken from the DAG definition. It's not resource that created in the system and has...

I assume you mean something like: `with models.DAG( dag_id="A", ..., tags=[('critical', RED)) as dag:` I don't think this can be a solution as in you might also have: `with models.DAG(...

@spatocode tests are failing. @gitstart-airflow will need to address it first

Please see if you can create a minimal reproduce example otherwise its hard to find the root cause