Jacob

Results 4 issues of Jacob

Example code: ``` athena_workgroups = { workgroup = { selected_engine_version = "Athena engine version 3" bytes_scanned_cutoff_per_query = 1e12 # 1 TB = $5 as an upper limit } } ```...

SQLglot is a great python library to read, parse , translate and write 21 different sql dialects. https://github.com/tobymao/sqlglot It supports 21 dialects. This make it able to create the schema...

- [x] Tests pass - [x] ruff format - [x] README.md updated (if relevant) - [x] CHANGELOG.md entry added Adding CSV import with auto detection of the csv dialect (seperator,quote)...

With pandas to do a determination of the data types. Although the reader is pretty smart, it might require some options like seperator, quotes

good first issue