Skip to content
#

dataflow

Here are 262 public repositories matching this topic...

yangju2011
yangju2011 commented Aug 10, 2020

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

colesmj
colesmj commented Oct 21, 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

Improve this page

Add a description, image, and links to the dataflow topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dataflow topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.