Reuben

Results 11 comments of Reuben

It would be nice if we had the `skip_rows()` function occur before calling `import_row()`

@andrewgodwin any update on this issue?

@quangIO @boonshift Seems like these answers are a little out of date for the most current version of Kotlin. Does anyone have any updated code?\ The introduction of `PreparedStatementApi` changed...

@yat90 This is great. Thanks! I had to make a few edits so it would pass ktlint. You can find those included [jsonb.kt](https://gist.github.com/Rubyj/fdcc7f1606f5f415edabd13ceea258fb)

@yat90 How is your column used? I am unable to do something like ``` object Schema : Table(name = "schema") { val id = varchar("id", 50) override val primaryKey: PrimaryKey...

@qoomon @toastyblast The discrepancies between your errors looks like, to me, you are both using different versions of kotlin

I think we could maybe remove this line: https://github.com/koxudaxi/py-data-api/blob/a52bd216a2eb69583d9b05860009875d120ba7c0/setup.cfg#L28 In lambda environment `boto3` already exists and re-install wastes space.

I think your thoughts make sense. The best solution is to probably use `layer` for big packages that can be shared across functions. I can probably add `pandas` in a...

Maybe we could provide a way for user to install `pydataapi` without `boto3`? That way for local development we install with `boto3`, but for deploy on lambda, chalice can install...

Maybe we can pass something like `no-boto3`? I am ok with installing all dependencies myself, but yes I think you are right and that might confuse people.