apache-airflow-providers-odbc 2.0.2rc1
pip install apache-airflow-providers-odbc==2.0.2rc1
Released:
Provider package apache-airflow-providers-odbc for Apache Airflow
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License 2.0)
- Author: Apache Software Foundation
- Requires: Python ~=3.6
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Programming Language
- Topic
Project description
Package apache-airflow-providers-odbc
Release: 2.0.2rc1
Provider package
This is a provider package for odbc provider. All classes for this provider package are in airflow.providers.odbc python package.
You can find package information and changelog for the provider in the documentation.
Installation
You can install this package on top of an existing Airflow 2.1+ installation via pip install apache-airflow-providers-odbc
The package supports the following python versions: 3.7,3.8,3.9,3.10
PIP requirements
PIP package |
Version required |
---|---|
apache-airflow |
>=2.1.0 |
pyodbc |
Changelog
2.0.2
Misc
Support for Python 3.10
2.0.1
Misc
Optimise connection importing for Airflow 2.2.0
2.0.0
Breaking changes
Auto-apply apply_default decorator (#15667)
OdbcHook returns None. Related to #15016 issue. (#15510)
When you pass kwargs to the connection (for example autocommit and ansi) in connect_kwargs extra you should bass those as booleans. Previously strings were also supported.
"connect_kwargs": {
"autocommit": "false",
"ansi": "true"
}
should become
"connect_kwargs": {
"autocommit": false,
"ansi": true
}
Bug Fixes
Fix OdbcHook handling of port (#15772)
1.0.1
Updated documentation and readme files.
1.0.0
Initial version of the provider.
Project details
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: Apache Software License (Apache License 2.0)
- Author: Apache Software Foundation
- Requires: Python ~=3.6
Classifiers
- Development Status
- Environment
- Intended Audience
- License
- Programming Language
- Topic
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file apache-airflow-providers-odbc-2.0.2rc1.tar.gz
.
File metadata
- Download URL: apache-airflow-providers-odbc-2.0.2rc1.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03a93e77c5c90078531ec6a431e1f03c8d429557d409c2c4d7f4793bb5de3dea |
|
MD5 | 7bbcc7b4c60a954064ac2d49acbf00cb |
|
BLAKE2b-256 | c3ba38fe30fac9813603abf645f130af656e9f8a92fe070d767f0b40e6262e7a |
File details
Details for the file apache_airflow_providers_odbc-2.0.2rc1-py3-none-any.whl
.
File metadata
- Download URL: apache_airflow_providers_odbc-2.0.2rc1-py3-none-any.whl
- Upload date:
- Size: 13.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/50.3.2 requests-toolbelt/0.9.1 tqdm/4.52.0 CPython/3.7.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1bcb10576a0e2f7271f8afdc84ceaca11a5a0986ec2aca9a8a202c88aa99e10 |
|
MD5 | b0545559868ba3e0c0e070f026f16490 |
|
BLAKE2b-256 | a0ed0e001714153a895ff21413397e8e08e7cbdd1c52955509b2dd404cd2d190 |