Andrey

Results 58 comments of Andrey

https://www.theregister.com/AMP/2020/07/21/twilio_javascript_sdk_code_injection/

maybe — ~~~ req_data: Optional[bytes] = ( dumps(json) if isintance(json, dict) else json if json.startswith('{') else dumps(parse_header_dict(json)) ).encode() ~~~ in [process_http.py#88](https://github.com/Snowflake-Labs/terraform-snowflake-aws-geff/blob/main/lambda-code/drivers/process_https.py#L88)?

> a more nuanced form of manage grants that allows the owner of a schema to grant future select within said schema iirc this is called discretionary access control and...

the way we handle it is to ignore any grant requests on managed schemas (details in #527). in the native implementation, a dbt warning or error both seems appropriate, but...

Is there a specific Azure library we would use? I think [azure_collect](https://github.com/snowflakedb/SnowAlert/blob/v1.10.0/src/connectors/azure_collect.py) uses requests, not a Python library like boto3 or google's.

Unless someone more knowledgeable has a [strong feeling](https://news.ycombinator.com/item?id=28880782), I think so -- after a bunch of testing and reading up on things, it seems [asyncio](https://docs.python.org/3/library/asyncio.html) is the fastest and best...

this seems solid https://blog.jonlu.ca/posts/async-python-http

Could you fork and open a PR from your forked branch? I don't think we allow external contributors on branches even if we create one.