nholmes3
nholmes3
Is it possible to add an option to validate that the migration files being run are, in fact, prefixed by a date string? The idea behind this is to make...
Hello, I noticed an issue with this package where if you pass `parserConfig: { dynamicTyping: true }` in the `config` the code breaks if there are types other than strings...
**Describe the bug** When you use the addColumn function to update an existing column with a Series, the resulting DataFrame is now buggy and you are no longer able to...
**Is your feature request related to a problem? Please describe.** Currently, `Series.prototype.boolOps` cannot perform any comparisons on Strings or Dates other than `["eq", "ne"]` operators for Strings. It seems like...
**Describe the bug** When querying for large amounts of data against our Snowfalke database: ``` OperationFailedError: Cannot perform CREATE TEMPSTAGE. This session does not have a current schema. Call 'USE...