Alex Shcherbakov
Alex Shcherbakov
### Which problem is this feature request solving? Decrease the overhead for the data. ### Describe the solution you'd like Allow packing multiple resources into a single Apache Arrow record...
tests https://github.com/cloudquery/plugin-sdk/pull/1647
### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior ``` 2024-04-08T10:51:14Z ERR error from StreamingBatchWriter error="handler failed on test_testdata_table: close...
We can see the following message running `make lint` in out plugin dirs with the latest `golangci-lint`: ``` WARN [config_reader] The configuration option `run.skip-dirs` is deprecated, please use `issues.exclude-dirs`. ```...
### Are you positive this feature should be implemented in the SDK? - [X] I'm positive this is an SDK feature ### Which problem is this feature request solving? I...
This is a follow-up for #134. When running pyright against the generated alembic migrations, the `reportAttributeAccessIssue` is reported `op.replace_entity`, `op.create_entity` & `op.drop_entity` (maybe more, but I only use those).