Christian Foyer
Christian Foyer
> We have a module to test the connection view, could you add some tests for this change? https://github.com/apache/airflow/blob/main/tests/www/views/test_views_connection.py The tests are now updated
> This seems a bit weird to me. Does this make the value in the database to be escaped? Escaping on input is generally the wrong thing to do; escaping...
From the [PyPI FAQ](https://pypistats.org/faqs#:~:text=What%20about%20downloads,build/deployment%20tools.) > **What about downloads due to CI/CD tools?** > Downloads from CI/CD tools are included in all metrics. There is currently no easy way to attribute...
I have added a monthly download badge to each of the readmes, including each plugin. I was not able to distinguish from CI/CD downloads, but that seems to be the...
I tried to chew at the CI/CD download issue at a few different angles and landed on using the BigQuery dataset. Here is the query I am running ```sql #standardSQL...
Is this closed by #2983 ? Also thanks to @yonitoo for fixing the closing tags
Looks to me like there is an issue with urllib3 when installing quickstart-vdk. This is during `!pip install quickstart-vdk vdk-notebook vdk-ipython` It starts fine and sees there is a version...