flo icon indicating copy to clipboard operation
flo copied to clipboard

A lightweight workflow definition library

Results 15 flo issues
Sort by recently updated
recently updated
newest added

Bumps [google-oauth-client](https://github.com/googleapis/google-oauth-java-client) from 1.29.0 to 1.33.3. Release notes Sourced from google-oauth-client's releases. v1.33.3 1.33.3 (2022-04-13) Bug Fixes add signature verification to IdTokenVerifier (#861) (22419d6) v1.33.2 1.33.2 (2022-04-07) Dependencies update project.http.version...

dependencies

Bumps [gson](https://github.com/google/gson) from 2.8.6 to 2.8.9. Release notes Sourced from gson's releases. Gson 2.8.9 Make OSGi bundle's dependency on sun.misc optional (#1993). Deprecate Gson.excluder() exposing internal Excluder class (#1986). Prevent...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Bumps [protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.11.1 to 3.16.1. Release notes Sourced from protobuf-java's releases. Protocol Buffers v3.16.1 Java Improve performance characteristics of UnknownFieldSet parsing (#9371) Protocol Buffers v3.16.0 C++ Fix compiler warnings...

dependencies

Bumps [guava](https://github.com/google/guava) from 28.1-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...

dependencies

Is there an easy way to implement an undo operation that let's tasks undo their actions when rolling back after an error?

For instance, in `BigQueryLookupOperator`, `BigQueryLookup` should be serializable. I see two alternatives: - check type signatures, I don't know if there is a good way to fix it due to...

Hi, we found multiple versions of **com.google.guava:guava:jar** exist in **flo-api-generator 0.5.1-SNAPSHOT**. As shown in the following dependency tree, due to Maven version management, only com.google.guava:guava:jar:23.0 will be loaded, and com.google.guava:guava:jar:17.0...

Each time we upgrade Beam or flo there are new dependency conflicts. There is no good way to ensure that there are no conflicts apart from running code, it makes...