Kalyan R
Kalyan R
@Taragolis , requesting your comments on this. I was working on updating `mssql` provider to use `sqlalchemy_url` property in `get_uri` and got the idea for this issue.
Still trying to understand the exact root issue. Hence hiding my comment till I have something concrete to discuss
I looked into this, and the following is my analysis. This error will happen whenever we are parsing values using `jinja_env.from_string(value)` . This happens when the string is not a...
@potiuk , I think the solution for this is not a code fix. Rather, update the documentation to inform users that the values passed to `op_args` and `op_kwargs` should follow...
@potiuk, I completely forgot about this issue and just started working on it. But, I feel this is definitely not a bug, nor require mention of whether to use Jinja...
I am working on the following 1. get_connection - #42674 2. get_connections - #42677
I've unassigned myself for the config endpoint issue. If no one takes it, I'll pick it up once I finish DagRun and DagWarning endpoints. Issue: https://github.com/apache/airflow/issues/42745
I would like to work on this issue. @sydney-runkle, can you please assign me this issue so that others don't duplicate the effort? Although, I will take a week to...
I think this can be in 3.1+ . I'll pick this up.
> You don't need this in the SimpleAuthManager right? Only FAB and AWS? @pierrejeambrun , currently, "pause/unpause" invokes patch dag endpoint with update_mask having "is_paused" set to True or False....