Anton Bryzgalov
Anton Bryzgalov
I am new to CF Workers so decided to first create an issue rather than creating a PR with changes to docs. When I try to run your example I...
I have used this schemas to unload BigQuery tables (transactions, blocks and token_transfers) into AWS S3. They are in sync with the current BigQuery schemas.
The data is sent to Kinesis using boto3 which is locally imported (so not a mandatory requirement). Kinesis docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/kinesis.html#Kinesis.Client.put_records
BigQuery datasets are available publicly. It would also be awesome to unload the full history of ETH history to, let's say, AWS S3 and make it queryable through Athena. The...
# Rule change request Make [WPS428](https://wemake-python-stylegui.de/en/latest/pages/usage/violations/best_practices.html#wemake_python_styleguide.violations.best_practices.StatementHasNoEffectViolation) (Found statement that has no effect) configurable. ## Thesis Let WPS428 treat some operators as having side effects and not violating the original rule....
Let's say you have deployed a new version of Yandex Cloud Function. And your application always uses the latest version of function only. It would be useful to update an...
I decided to create the issue in the docs repo. However, I don't know whether it is a right place to state the issue. Please point me to a correct...
# High-level overview 1. Workflow is triggered when a new tag is created. The next steps: 2. Build package. 3. Upload to _test_ PyPI (test allows to overwrite packages, public...
Latest versions of boto3/botocore available with Python runtimes are too old. For example, built-in boto3 version does not support `ExecutionParameters` for Athena's `StartQueryExecution` which is a security risk: a developer...