Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation about "providers.jdbc" in provider.yaml #35580

Merged
merged 1 commit into from
Nov 11, 2023

Conversation

pankajkoti
Copy link
Member

Version 4.0.0 of the JDBC provider added configuration options
in airflow.cfg to be configured so that based on its value the
driver_path and driver_class values set in the connection's extra
field are utilised. The definition and description of this configuraiton
is missing in provider.yaml. Adding the same here.

closes: #35499


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in newsfragments.

@pankajkoti
Copy link
Member Author

pankajkoti commented Nov 11, 2023

This was referred to and asked for in the Slack conversation: https://apache-airflow.slack.com/archives/CCQ7EGB1P/p1699335869425019

Version 4.0.0 of the JDBC provider added configuration options
in airflow.cfg to be configured so that based on its value
the driver_path and driver_class values set in the connection's
extra field are utilised. The definition and description of this
configuraiton is missing in provider.yaml. Adding the same here.

closes: apache#35499
@pankajkoti pankajkoti force-pushed the add-jdbc-config-provider-yaml branch from 6ac69fc to 07d65a2 Compare November 11, 2023 08:57
@pankajkoti
Copy link
Member Author

screencapture-localhost-63342-airflow-docs-build-docs-apache-airflow-providers-jdbc-stable-configurations-ref-html-2023-11-11-14_19_48

@pankajkoti pankajkoti added the use public runners Makes sure that Public runners are used even if commiters creates the PR (useful for testing) label Nov 11, 2023
@pankajkoti pankajkoti closed this Nov 11, 2023
@pankajkoti pankajkoti reopened this Nov 11, 2023
@pankajkoti pankajkoti requested a review from kaxil November 11, 2023 09:22
@potiuk potiuk merged commit 9cfb1a8 into apache:main Nov 11, 2023
52 of 90 checks passed
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Nov 20, 2023
@ephraimbuddy ephraimbuddy added this to the Airflow 2.8.0 milestone Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:providers changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) kind:documentation provider:jdbc use public runners Makes sure that Public runners are used even if commiters creates the PR (useful for testing)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add documentation about "providers.jdbc" "allow_driver_path_in_extra" configuration to jdbc provider.yaml
3 participants