-
**Is your feature request related to a problem? Please describe.**
Implement DAG validation
**Describe the solution you'd like**
* Must have at least one root vertex
* Can be sorted topologicall…
-
Vi bør definere klare krav ovenfor hvordan vår bruk av varsling skal brukes.
1. Per i dag lagrer ikke Varsling informasjonom innholdet i varslene, er det noe vi bør/må ta vare på selv eller holder d…
-
### Apache Airflow version
main (development)
### If "Other Airflow 2 version" selected, which one?
_No response_
### What happened?
The `__exit__` method of the `DatabricksWorkflowTaskGroup` op…
-
Oversiktene som bruker gammel mal i dag, skal oppdateres til den nye malen.
Gammel mal:
- [Utbetalingsdatoer](https://www.nav.no/utbetalingsdatoer)
- [Saksbehandlingstider](https://www.nav.no/saksbe…
-
### Issue Description
The Benthos provided processor [Workflow](https://www.benthos.dev/docs/components/processors/workflow/) executes a [DAG](https://en.wikipedia.org/wiki/Directed_acyclic_graph)…
-
This describes the a DAG-based blockchain that uses Nakamoto consensus to get permanent ordering in only 1x the propagation delay if there's no increase or shift in network hashrate. Other consensus m…
-
### Apache Airflow version
Other Airflow 2 version (please specify below)
### If "Other Airflow 2 version" selected, which one?
2.8.1 (AWS MWAA)
### What happened?
I tried to delete a DAG with ma…
-
### Description
For Ray accelerated DAGs, we use shared memory buffers to transfer return values from an actor task. If the arguments are zero-copy deserialized, the actor cannot hold onto referenc…
-
## Reproduction
```python
from datetime import datetime
import polars as pl
from hamilton import driver
from hamilton_sdk import adapters
import __main__ as dag
def df() -> pl.Series:…
-
compile nx mixed graph (or networkx) to a probabilistic program in pyro using sympytorch
we already have symbolic structural causal models from networkx and nxmixed graph, so now we want to compile…