Paul Blankley
Paul Blankley
When I try to use the formatter on the following SQL (valid in BigQuery) ``` select extract(date from cast(created_at as timestamp) at time zone 'America/New_York') as created_at from prod.orders ```...
https://serverless-stack.com/chapters/redirect-on-login.html The above chapter specifies a function `querystring`. This function fails by taking a url of type ``` /login?redirect=/myaccouny?somearg=hithere&diffarg=hello&random=2019235929rwfsjfoo98iuih ``` and redirecting to ``` /myaccouny?somearg=hithere ``` cutting off any additional...
I install `tap-facebook` in a clean venv with python 3.6.8 and I get the following error running `tap-facebook --help` ``` Traceback (most recent call last): File "/blah/venv/bin/tap-facebook", line 6, in...
# Description of change The current version fails of `attrs` fails with a `aiohttp` conflict. See [this issue](https://github.com/singer-io/tap-facebook/issues/108) # Manual QA steps - Ran `tap-facebook` using [meltano](https://meltano.com) and successfully took...