Content¶
Guides
References
Resources
Commits
apache-airflow-providers-oracle
¶This is a provider package for oracle
provider. All classes for this provider package
are in airflow.providers.oracle
python package.
You can install this package on top of an existing Airflow 2.1+ installation via
pip install apache-airflow-providers-oracle
Add more SQL template fields renderers (#21237)
[Oracle] Oracle Hook - automatically set current_schema when defined in Connection (#19084)
improved backwards compatibility (#21524)
Oracle Provider: Fix handling of bindvars with no parameters (#20720)
Add method 'callproc' on Oracle hook (#20072)
Add ''autocommit'' to ''OracleHook'' (#20085)
Auto-apply apply_default decorator (#15667)
Warning
Due to apply_default decorator removal, this version of the provider requires Airflow 2.1.0+.
If your Airflow version is < 2.1.0, and you want to install this provider version, first upgrade
Airflow to at least version 2.1.0. Otherwise your Airflow package version will be upgraded
automatically and you will have to manually run airflow upgrade db
to complete the migration.
Add optional result handler to database hooks (#15581)
[Oracle] Add port to DSN (#15589)
add oracle connection link (#15632)
Updated documentation and readme files.
Initial version of the provider.