package
Version:
v0.11.0
Opens a new window with list of versions in this module.
Published: Oct 31, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Oracle
Usage
source:
name: oracle
config:
connection_url: oracle://admin:1234@localhost:1521/xe
Key |
Value |
Example |
Description |
|
connection_url |
string |
oracle://admin:1234@localhost:1521/xe |
Connection String to access Oracle Database |
required |
Outputs
Field |
Sample Value |
resource.urn |
my_database.my_table |
resource.name |
my_table |
resource.service |
Oracle |
profile.total_rows |
2100 |
schema |
[]Column |
Column
Field |
Sample Value |
name |
NAME |
data_type |
VARCHAR2 |
is_nullable |
true |
length |
255 |
Contributing
Refer to the contribution guidelines for information on contributing to this module.
Documentation
¶
type Config struct {
ConnectionURL string `json:"connection_url" yaml:"connection_url" mapstructure:"connection_url" validate:"required"`
}
Config holds the set of configuration options for the extractor
type Extractor struct {
}
Extractor manages the extraction of data from the extractor
New returns a pointer to an initialized Extractor Object
Extract collects metadata from the source. Metadata is collected through the emitter
Init initializes the extractor
Source Files
¶
Click to show internal directories.
Click to hide internal directories.