Daniel Imberman
Daniel Imberman
tl;dr of part 1: How we've improved DAG running We've added https://github.com/apache/airflow/pull/26400 to the open source airflow project that will be released in Airflow 2.5. This feature felt like a...
Ok so speaking with @tatiana further I think we have an even better solution. We're going to include the dag running script in the SQL CLI project initially. Since the...
I second @ash on this. Having to debug R tests would add an extra barrier for contributors since it's not a common language for system developers.
Hello all, We have had multiple airflow users report this bug on Airflow 1.10.10, which is running Celery 4.4.6. Is it possible that there has been a regression since 4.4.5...
Hey @sunank200 what is this airflow instance? this doesn't appear to be a part of our CI/CD? Do we need to upload creds separately to this perhaps?
When I run this DAG locally with personal creds it runs fine, but fails in CI https://github.com/astronomer/astro-sdk/pull/1585. My best guess is that the credentials are expired for S3. I'm gonna...
@tatiana not yet, but we can discuss in our 1:1
@tatiana @kaxil so this PR runs fine in my local set up but it fails in CI due to https://github.com/astronomer/astro-sdk/issues/1744. Should we wait until we've solved #1744 before merging this...