Jessica Smith
Jessica Smith
Adding an email notification gives the options to set the subject and the email_to values, but there is no option for the subject.   
Fwiw, I've seen this issue in Azure Devops pipelines with windows agents in other OSS, notably [Prefect](https://github.com/PrefectHQ/prefect). I ended up monkey patching their code to remove the offending character before...
I believe this can be closed, as it is not an issue caused by click. I wrote up an explanation on [another issue ](https://github.com/databrickslabs/dbx/issues/455) and [a gist](https://gist.github.com/NodeJSmith/e7e37f2d3f162456869f015f842bcf15) but the tldr...
> fwiw, encountered this error for `click.echo('├─')` in the CI of [ddelange/pipgrip#128](https://github.com/ddelange/pipgrip/pull/128). > > It's on Github Actions `windows-latest` runners, which will return `sys.getfilesystemencoding() == 'utf-8'`, meaning it's running python...
@ddelange +1 I think that's a fantastic idea
Oh, another frustration, the `State` column shows the values in all uppercase, even when running with `--state Running`, which makes it very easy to assume that uppercase is required when...
@zzstoatzz We've upgrade our httpcore library to 1.0.5 but we're still seeing this. We are on prefect 2.16.4 - was anything changed on the Prefect side in tandem with this...
FWIW, I've raised [a similar issue](https://github.com/databricks/cli/issues/1194) after spending a considerate amount of time troubleshooting a similar auth issue. I do not agree that the current behavior is optimal - if...
I know a ticket was opened on Typer's GH, but I just thought it was worth pointing this out - this same bug happens in the build pipeline for this...
I've been chasing this down all week and have determined that: a) this is a Windows only problem and mainly on Windows agents (as opposed to the general Python user's...