Tim Sweña (Swast)

Results 91 issues of Tim Sweña (Swast)

@jaketf has some logic for formatting terraform in https://github.com/jaketf/ci-cd-for-data-processing-workflow/blob/3e174fa1f05eb3a404497c9597d11399ef2091ea/helpers/check_format.sh#L65-L85 It'd be great to include this logic in this repo, too.

While investigating https://github.com/GoogleCloudPlatform/professional-services/issues/459, I encountered that most shell scripts in this repo currently fail `shellcheck`. I'll fix a few (in the helper scripts) in my initial check-in of the shellcheck...

As far as I can tell `./examples/ml-audio-content-profiling` is the only sample that has typescript, but it's in the exclusions list. I believe it's being excluded because it takes forever to...

I'd love to be able to run Beaker on an Android or iOS device. I think the offline capabilities would be perfect for a mobile device.

feature request

I'd like to be able to create a table from literal values. This can be handy for small utility tables that I might like to join to. It's also handy...

feature

@alimcmaster1 added type signatures to the gbq wrapper in pandas in https://github.com/pandas-dev/pandas/pull/30632 These types can also be useful for folks that use `pandas-gbq` directly. - [ ] Add type annotations...

type: feature request
api: bigquery

It’ll give people the best experience if the fast method is also the default method. Since this requires an additional API to be enabled, it’s technically a breaking change. Similar...

type: feature request
api: bigquery

``` ==================================== ERRORS ==================================== ______________ ERROR collecting samples/snippets/read_gbq_test.py ______________ ImportError while importing test module '/workspace/samples/snippets/read_gbq_test.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/local/lib/python3.9/importlib/__init__.py:127: in import_module return...

type: bug
priority: p3
samples
api: bigquery

I recently migrated https://github.com/googleapis/python-bigquery-sqlalchemy to the googleapis org, where I'm able to benefit from release tooling and issue triage. Since I'm the primary maintainer here, it might make sense to...

type: process
priority: p2
api: bigquery

Now that to_gbq is using load jobs instead of streaming to write to table, it could use the write disposition parameter to perform this behavior. I believe by doing so...

type: feature request
api: bigquery