Daniel Standish

Results 38 issues of Daniel Standish

tried out 2.0.0-pre but seems we cannot auth through okta.... is that correct?

splitting out to other PR so as not to block main one

area:kubernetes

Moves dataset-triggered dagrun creation to the main scheduler loop so that the _target_ dag can be locked. Makes the run_id of the dataset-triggered dagrun deterministic. Adds a table to map...

area:scheduler/executor

After switching my aws eks cluster endpoint from public to private, I confirmed I was still able to call `get pods` and `get ns`. But when i try to switch...

tried this chart using k3d scheduler, worker and webserver are unable to start stuck waiting for container `wait-for-airflow-migrations`, which fails with this error ``` sqlalchemy.exc.OperationalError: (psycopg2.OperationalError) ERROR: No such database:...

cleanup/greg

Won't install after installing pyarrow and numpy. Triied first with pyarrow 2.0.0 then again with 3.0.0 and always same result. seems same as https://github.com/blue-yonder/turbodbc/issues/276 but on mac. ``` include -I/usr/local/opt/[email protected]/Frameworks/Python.framework/Versions/3.7/include/python3.7m...

### Body Currently if you clear a task, it won't clear the executor config. The executor config is pickled and added to the ti row at time of dag run...

kind:meta

Currently, if your dags_folder differs from that used by the dag processor, then task_run --local will fail to find the dag, because it uses the fileloc value stored in the...

area:CLI

This allows us to derive the dag run logical date from the event timestamp rather than the queue record created_at, which allows us to be slightly more precise when associating...

area:scheduler/executor
kind:documentation
AIP-48

### Body This warning is emitted when running a task instance, at least on mysql: ``` [2022-09-21, 05:22:56 UTC] {logging_mixin.py:117} WARNING - /home/airflow/.local/lib/python3.8/site-packages/airflow/models/renderedtifields.py:258 SAWarning: Coercing Subquery object into a select()...

kind:meta