I like learning stuff from humans and explaining it to machines
-
Aleph Alpha
Highlights
- Pro
Pinned Loading
-
odbc2parquet
odbc2parquet PublicA command line tool to query an ODBC data source and write the result into a parquet file.
-
arrow-odbc-py
arrow-odbc-py PublicRead Apache Arrow batches from ODBC data sources in Python
Contribution activity
April 2025
Created 30 commits in 4 repositories
Opened 1 pull request in 1 repository
pacman82/odbc2parquet
1
merged
-
chore: release v8.0.0
This contribution was made on Apr 17
Reviewed 3 pull requests in 3 repositories
conda-forge/odbc2parquet-feedstock
1 pull request
-
odbc2parquet v8.0.0
This contribution was made on Apr 18
pacman82/odbc-api
1 pull request
-
fix: Decimal conversion with too many low digits
This contribution was made on Apr 9
conda-forge/arrow_odbc-feedstock
1 pull request
-
arrow_odbc v8.3.9
This contribution was made on Apr 7
Created an issue in jboscolo/turbodbc_long_strings_testing that received 5 comments
Works with arrow odbc
from arrow_odbc import insert_into_table, read_arrow_batches_from_odbc import pyarrow as pa import pyodbc LONG_STRING_FOR_TESTING = 'ûéH'*556 CONNE…
5
comments
3
contributions
in private repositories
Apr 6 – Apr 11