-
Updated
Jul 6, 2022 - TypeScript
apache
Here are 3,041 public repositories matching this topic...
Apache Airflow version
2.2.5
What happened
We added new DAG tags to a couple of our DAGs. In the case when the tag was longer than the 100 character limit the DAG was not showing in the UI and wasn't scheduled. It was however possible to reach it by typing in the URL to the DAG.
Usually when DAGs are broken there will be an error message in the UI, but this problem did not render
Per review feedback in #21002 (direct link to the comment), replace HTML table with a series of settings_checkbox components for Authentication Methods UI.
Fixes #21001.
Notable points:
- The way
settings_checkboxis currently implemented, its instances for respective Auth Methods all get the sameid,nameand `cla
-
Updated
Jul 6, 2022 - C
-
Updated
Aug 27, 2020
-
Updated
Jul 1, 2022 - Java
The typescript runtime was recently added to openwhisk but we do not yet have docs for the runtime and it is missing from runtimes.json.
We need a doc like https://github.com/apache/incubator-openwhisk/blob/master/docs/actions-nodejs.md for typescript functions.
Adding the runtime to the runtime manifest can be done per https://github.com/apache/openwhisk/blob/master/docs/actions-new.md#the-
-
Updated
Jul 4, 2022 - C++
-
Updated
Jul 5, 2022 - Java
-
Updated
Jun 20, 2022 - PHP
Search before asking
- I had searched in the feature and found no similar feature requirement.
Description
link apache/incubator-seatunnel#1946
Now the FileSink Connector only support text file format, CSV is a very common file format and it often used in hive.
-
Updated
Jul 3, 2022 - Java
-
Updated
Jul 5, 2022 - Shell
StructLike does not force the proper implementation of hashCode or equals and because of this is cannot be used in Sets or Maps safely. If the wrong implementation gets placed inside these containers they will not behave as expected.
Users should instead use
[StructLikeMap](https://github.com/apache/iceberg/blob/30639ef316a899480a3d0c88f8ea6498d9a21306/core/src/main/java/org/apache/icebe
-
Updated
Jul 5, 2022 - Java
-
Updated
Jun 30, 2022 - Java
-
Updated
Jul 6, 2022 - Java
We saw all httpbin based AuTest was failed. ( This is fixed by #8765 ) For the long term, we need to migrate these AuTest using the proxy-verifier. It looks like the proxy-verifier has equivalent features that we're using. If not, we can add it.
List of the httpbin based tests are below
» grep Test.MakeHttpBinServer -R ./* | awk -F ':' '{print $1}'
./autest-site/httpbin.test.ext
./cache
-
Updated
Jul 4, 2022 - Scala
-
Updated
Nov 17, 2021
-
Updated
Jul 6, 2022 - JavaScript
Improve this page
Add a description, image, and links to the apache topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the apache topic, visit your repo's landing page and select "manage topics."
The Mixed Time-Series chart type allows for configuring the title of the primary and the secondary y-axis.
However, while only the title of the primary axis is shown next to the axis, the title of the secondary one is placed at the upper end of the axis where it gets hidden by bar values and zoom controls.
How to reproduce the bug