dataflow
Here are 282 public repositories matching this topic...
I wrote some of the code to do this in a branch https://github.com/python-security/pyt/compare/class_based_views, but since I'm working on other things and this feature seems cool and important I'm making this issue
Let me know if you would like any help in implementing.
-
Updated
Jan 13, 2021 - TypeScript
-
Updated
Jan 18, 2021 - Groovy
-
Updated
Oct 12, 2020 - Go
-
Updated
Oct 5, 2020 - C++
-
Updated
Jan 12, 2021 - JavaScript
-
Updated
Mar 31, 2018
-
Updated
Jan 11, 2021 - Python
-
Updated
Nov 8, 2017 - TypeScript
-
Updated
Jan 5, 2021 - Clojure
"AA03": { "description": "Weakness in SSO Authorization", "source": (Process, Element), "target": (Process, Server), "condition": "target.implementsAuthenticationScheme is False", },
What if the Process implements BasicAuth or uses mutual TLS (neither of which is SSO)?
If the Process uses SAML or OAuth, then maybe.
Maybe authenticationScheme as a string var is neces
-
Updated
Jan 15, 2021 - Scala
Check Vivado version
FINN has a Vivado version requirements, e.g. 2019.1 in the 0.2b release. The available Vivado version should be checked before any Vivado-related commands are launched, and an assertion should be raised if there is a version mismatch.
-
Updated
Dec 13, 2019 - C++
-
Updated
Jan 16, 2021 - C++
-
Updated
May 23, 2020 - CoffeeScript
-
Updated
Jan 5, 2021 - JavaScript
-
Updated
Nov 25, 2020 - Vue
-
Updated
Jan 19, 2021 - Python
-
Updated
Feb 3, 2019 - JavaScript
-
Updated
Dec 19, 2017 - C++
-
Updated
Aug 24, 2020 - Python
-
Updated
Jan 19, 2021 - CoffeeScript
-
Updated
Aug 3, 2020 - Go
Improve this page
Add a description, image, and links to the dataflow topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dataflow topic, visit your repo's landing page and select "manage topics."
Currently
com.spotify.scio.bigtable.syntax.ScioContextOps#updateNumberOfBigtableNodesupdates all clusters for the instance.That is not desired behaviour if each cluster is dedicated for specific task - one for batch jobs, another for service, etc.
Desired API is to allow change node count for only specific cluster (dedicated for batch jobs).
Proposed API change: