Yannick Einsweiler
Yannick Einsweiler
Is there any traction on this ? We experienced the same but not on filtering, the string type values are just not displayed if AS determined the column should be...
I have a list of invoice "numbers" in GSheet. When using it as source for a table, and the first row is truly numeric, any non-numeric values get stripped at...
Unfortunately the workaround of a dummy top row does not always work. I am using Connected Sheets in GSheets for a way to read BigQuery data (BQ -> Sheets ->...
@martindurant I hit the same issue and thought it was implemented as part of `open()`. Instead, one need to patch the file once closed. I understand `transfer-encoding` might be in...
No need to unscramble. It is not any different from someone uploading a gzip but _incorrectly_ marking it (through `content_type`) as a json or text. Hence I agree with OP...
Not sure it was intentional as the documentation says `list` either way.
@martindurant just as a fyi, we faced an issue with 0.7.0 as well, not in GCF but in local (and k8s) container. Symptom: a Airflow DAG using gcsfs timed out....
Here what happens: 0.7.x has a dependency on `aiohttp 3.7.3` which requires `chardet
Update: although function can be deployed, `0.7.x` still "hangs" on any method of `GCSFileSystem()` It seems the issue exists when running on any GCP resource as we experienced the same...
Yep - I had tried all that: - Had found the debug env switch in the source code but it only produced: `gcsfs - DEBUG - Connected with method google_default`...