Josh Fell
Josh Fell
The easiest, and the most widely-used, way to get that data into an operator link is via `XCom`. If you can push a URL to `XCom` or whatever values would...
Feel free to open a PR!
Sounds great! Feel free to submit a PR.
❤️ this idea! The team is currently giving the Registry a glow-up including slick APIs so once those are stable, the CLI could probably use them. >Would be nice to...
> yes the existing flow will through an error if the topic name exists, Now I have add `try catch` so before creating the topic just checking if the topic...
> Not to my mind. Good tasks are idempotent, so deleting a non-existent topic has achieved the goal: to ensure that the topic does not exist. Fair point.
> Just thinking, overwriting the existing topic is kind of update operation right ? Sure, depending on how Azure Service Bus management operates and/or if someone wanted to patch a...
> > > > Just thinking, overwriting the existing topic is kind of update operation right ? > > > > > > > > > Sure, depending on how...
I take it back, I'd be happy to submit a PR. However, I did a cursory check trying to find where this is coming from, but it wasn't apparent for...
> As for the second static failure it's kinda strange. mypy fails with: > > ``` > airflow/providers/microsoft/azure/hooks/wasb.py:232: error: Argument > "delimiter" to "walk_blobs" of "ContainerClient" has incompatible type >...