-
Updated
Mar 25, 2022 - TypeScript
apache
Here are 2,953 public repositories matching this topic...
CLI command "airflow dags next-execution" give unexpected results with paused DAG and catchup=False
Apache Airflow version
2.2.2
What happened
Current time 16:54 UTC
Execution Schedule: * * * * *
Last Run: 16:19 UTC
DAG Paused
Catchup=False
airflow dags next-execution sample_dag
returns
[INFO] Please be reminded this DAG is PAUSED now.
2022-03-22T16:20:00+00:00
What you think should happen instead
I would expect
[INFO] Please be reminded this DAG is P
As discussed on CZO, there are currently several ways to mute a topic. We should remove this redundant option from the message three-dot menu.
Reasons to do so:
- It's a topic action, not a message action.
- There are lots of other, more natural ways to do it.
- The message three-dot menu is g
-
Updated
Mar 16, 2022 - C
-
Updated
Aug 27, 2020
-
Updated
Mar 25, 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
Mar 20, 2022 - C++
Proposed changes
Doris's Routine Load realizes the import of data from Kafka to Doris, and make a feature of real-time synchronization of data from Pulsar to Doris based on Pulsar IO.
-
The custom abstract class DorisAbstractSink implements the interface org.apache.pulsar.io.core.Sink.
-
The DorisGenericRecordSink class inherits the abstract class DorisAbstractSink, and the speci
-
Updated
Mar 24, 2022 - PHP
-
Updated
Mar 23, 2022 - Java
-
Updated
Mar 2, 2022 - Shell
-
Updated
Mar 25, 2022 - Java
based on apache/iceberg#3104 (comment)
I did not have a good way to distinguish what exception to use for what case, the definition provided by Ryan was clear. I think we should add that in the javadoc of ValidationException class about when to use it and when to use Preconditions to throw illegal argument exception.
This will give more clarity to both
-
Updated
Mar 24, 2022 - Java
-
Updated
Mar 25, 2022 - Java
We should have a metric that increments when a proxy loop is detected. Likely here:
-
Updated
Mar 25, 2022 - Scala
-
Updated
Nov 17, 2021
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