Skip to content

Commit

Permalink
Sybase - Pointing to the correct repo, and adding missing parameter. (#…
Browse files Browse the repository at this point in the history
…1576)

Co-authored-by: Pat Nadolny <[email protected]>
  • Loading branch information
s7clarke10 and pnadolny13 authored Nov 14, 2023
1 parent d427009 commit d676675
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions _data/meltano/extractors/tap-sybase/s7clarke10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ capabilities:
description: SAP Sybase Relational Database
domain_url: https://infocenter.sybase.com/help/index.jsp
keywords:
- meltano_sdk
- database
label: Sybase
logo_url: /assets/logos/extractors/sybase.png
maintenance_status: beta
name: tap-sybase
namespace: tap_sybase
next_steps: ''
pip_url: git+https://github.com/s7clarke10/tap-sybase-sdk.git
pip_url: git+https://github.com/s7clarke10/tap-sybase.git
quality: silver
repo: https://github.com/s7clarke10/tap-sybase-sdk
repo: https://github.com/s7clarke10/tap-sybase
settings:
- description: "The characterset for the database / source system. The default is
`utf8`, however older databases might use a charactersets like cp1252 for the
Expand All @@ -32,11 +32,15 @@ settings:
with an integer value indicating the number of rows to pull. This can help in
some architectures by pulling more rows into memory. The default if omitted is
1, the tap will still use fetchmany, but with an argument of 1, under the assumption
that like cp1252.
that fetchmany(1)==fetchone().
kind: integer
label: Cursor Array Size
name: cursor_array_size
value: 1
- description: The name of the Sybase database e.g. example_db.
kind: string
label: Database
name: database
- description: To filter the discovery to a particular schema within a database. This
is useful if you have a large number of schemas and wish to speed up the discovery.
kind: string
Expand Down Expand Up @@ -90,10 +94,11 @@ settings:
label: Use Date Datatype
name: use_date_datatype
value: false
- description: O emit all numeric values as strings and treat floats as string data
- description: To emit all numeric values as strings and treat floats as string data
types for the target, set use_singer_decimal to true. The resulting SCHEMA message
will contain an attribute in additionalProperties containing the scale and precision
of the discovered property
of the discovered property. We recommend setting this value to `true` for accurate
ingestion of floats and decimal data.
kind: boolean
label: Use Singer Decimal
name: use_singer_decimal
Expand Down

0 comments on commit d676675

Please sign in to comment.