Jdbc reader
Module to define behaviour to read from JDBC sources.
JDBCReader
¶
Bases: Reader
Class to read from JDBC source.
Source code in mkdocs/lakehouse_engine/packages/io/readers/jdbc_reader.py
__init__(input_spec)
¶
Construct JDBCReader instances.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
input_spec |
InputSpec
|
input specification. |
required |
read()
¶
Read data from JDBC source.
Returns:
Type | Description |
---|---|
DataFrame
|
A dataframe containing the data from the JDBC source. |