dataflow
Here are 262 public repositories matching this topic...
I am aggregating some events for 7 days from a partitioned table, and want to use mockTable for integration tests of my SQL.
SELECT flight_id AS flightId, campaign_id AS campaignId, ad_format FROM ad-selfserve.ad_platform_services.clean_flights_* WHERE _TABLE_SUFFIX >= $START_DATE AND _TABLE_SUFFIX < $END_DATE)
tests:
`
val CLEAN_FLIGHTS_TABLE_REF = "ad-selfserve:ad
-
Updated
Sep 13, 2020 - TypeScript
-
Updated
Sep 11, 2020 - Groovy
-
Updated
Sep 4, 2020 - Go
-
Updated
Sep 13, 2020 - C++
-
Updated
Sep 10, 2020 - Python
-
Updated
Nov 8, 2017 - TypeScript
-
Updated
Mar 31, 2018
"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
Sep 11, 2020 - JavaScript
-
Updated
Dec 13, 2019 - C++
-
Updated
Sep 7, 2020 - C++
-
Updated
May 23, 2020 - CoffeeScript
-
Updated
Sep 11, 2020 - JavaScript
-
Updated
Sep 11, 2020 - Vue
-
Updated
Dec 19, 2017 - C++
-
Updated
Sep 4, 2020 - Python
-
Updated
Feb 3, 2019 - JavaScript
-
Updated
May 23, 2020 - CoffeeScript
-
Updated
Aug 24, 2020 - Python
-
Updated
Aug 3, 2020 - Go
-
Updated
Mar 13, 2020 - Python
-
Updated
Nov 11, 2019 - Kotlin
-
Updated
May 17, 2019 - Clojure
-
Updated
Jan 28, 2020 - TypeScript
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."
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.