Jason Haas
Jason Haas
I was thinking something like this for a full output: ``` status description reporter summary assignee link issue epic link - new components - new issue links - new story...
@yamat124 in the **zappa_settings.json** file: For example: ``` { "dev": { "app_function": "application.application", "aws_region": "us-west-2", "s3_bucket": "zappa-y5ideuneb", "slim_handler": false, } } ```
FYI there is a PR that is ready to be merged but is just sitting around. I got around this issue but installing zappa directly off that branch. The branch...
This is a comprehensive list: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/athena.html But the most important ones are: - `get_query_execution()` - `get_query_results()` - `start_query_execution()` - `stop_query_execution()`
+1 Working through this with @amontalenti at the moment. Having a "Kafka Spout" base class as part of `streamparse` would be very nice. Ideally the base class should be smart...
+1 for this. Just ran into this in trying to get the web3.py quickstart to run. Even after install `py-solc` and doing `python -m solc.install v0.4.17` I still get: ```...
Maybe adding a try/except here https://github.com/ethereum/py-solc/blob/master/solc/wrapper.py#L152-L155 is a good approach. Like: ``` try: proc = subprocess.Popen(command, stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.PIPE) except FileNotFoundError as e: raise FilenotFoundError("Added Error Message") from e ```
@pipermerriam cool, I think I can probably add that in as part of the work I'm doing on Web3.py. I ran into this as I was setting up a test...
I would say it definitely does not. This module is for relational databases, ie SQLite, MySQL, MariaDB, etc. Mongo DB does not fit into this category.
@nico202 I reached out to him on Twitter and Telegram. Haven't heard back yet.