Alex Kennedy
Alex Kennedy
Hi @magdagultekin, I'm not able to recreate this error. When I call `Variable.get("something")` and my `something` keyed variable exists, there are no errors found. Not sure if the existence of...
I can look into this tuesday
Astronaut could probably be a little more centered... Going to work on getting that squared up
Had it pretty good the first time! One space off from center :D
No worries, what's the reason for that? I thought Astronomer and Astro was like directly related to space lol not trying to be sassy just curious.
Most useful when testing and there's going to be parallel processes or threads testing functions that need to write to pins.
+1 on this! Would love to see a feature like this for DAGs that delegate a bunch of work to mapped tasks and have a clear identifier for the work...
Hmmm great question. Customer has the DAG, which I can pull if needed. When I'm testing I usually use `unittest.mock` and related patches from there in context managers. I'll write...
Hi again, I wasn't able to patch. The `test_file_imports` file is defined as part of the CLI rather than the repo itself. They can test separately and then force deploy,...
I believe that this problem is going to be very apparent for many users as [Apache Airflow](https://github.com/apache/airflow) uses `pendulum` for time operations. https://github.com/apache/airflow/issues/30605