
sqlserver.sqlserver.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gobblin-core Show documentation
Show all versions of gobblin-core Show documentation
Gobblin Ingestion Framework
The newest version!
# Source properties - source class to extract data from sqlserver Source
source.class=gobblin.source.extractor.extract.jdbc.SqlServerSource
# Source properties
source.max.number.of.partitions=<1>
source.querybased.partition.interval=<1>
source.querybased.watermark.type=timestamp
# Source connection properties
source.conn.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
source.conn.username=
source.conn.password=
source.conn.host=
source.conn.port=
source.conn.timeout=
# Converter properties - Record from mysql source will be processed by the below series of converters
converter.classes=gobblin.converter.avro.JsonIntermediateToAvroConverter
# date columns format
converter.avro.timestamp.format=yyyy-MM-dd HH:mm:ss'.0'
converter.avro.date.format=yyyy-MM-dd
converter.avro.time.format=HH:mm:ss
# Qualitychecker properties
qualitychecker.task.policies=gobblin.policies.count.RowCountPolicy,gobblin.policies.schema.SchemaCompatibilityPolicy
qualitychecker.task.policy.types=OPTIONAL,OPTIONAL
# Publisher properties
data.publisher.type=gobblin.publisher.BaseDataPublisher
© 2015 - 2025 Weber Informatics LLC | Privacy Policy