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

target mssql default update #1869

Merged
merged 1 commit into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/default_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ loaders:
target-magentobi: singer-io
target-miso: misoai
target-mongodb: hotgluexyz
target-mssql: storebrand
target-mssql: meltanolabs
target-mysql: thkwag
target-oracle: radbrt
target-pardot: anelendata
Expand Down
81 changes: 81 additions & 0 deletions _data/meltano/loaders/target-mssql/meltanolabs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
capabilities:
- about
- schema-flattening
- stream-maps
description: Microsoft SQL Server
domain_url: https://www.microsoft.com/en-us/sql-server/sql-server-2019
keywords:
- meltano_sdk
- database
label: Microsoft SQL Server
logo_url: /assets/logos/loaders/mssql.png
maintenance_status: active
name: target-mssql
namespace: target_mssql
next_steps: ''
pip_url: git+https://github.com/MeltanoLabs/target-mssql.git
quality: gold
repo: https://github.com/MeltanoLabs/target-mssql
settings:
- description: SQL Server database
kind: string
label: Database
name: database
- description: Default target schema to write to
kind: string
label: Default Target Schema
name: default_target_schema
- description: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
label: Flattening Enabled
name: flattening_enabled
- description: The max depth to flatten schemas.
kind: integer
label: Flattening Max Depth
name: flattening_max_depth
- description: SQL Server host
kind: string
label: Host
name: host
- description: SQL Server password
kind: password
label: Password
name: password
sensitive: true
- description: SQL Server port
kind: string
label: Port
name: port
value: '1433'
- description: Use float data type for numbers (otherwise number type is used)
kind: boolean
label: Prefer Float Over Numeric
name: prefer_float_over_numeric
value: false
- description: SQLAlchemy connection string
kind: string
label: Sqlalchemy URL
name: sqlalchemy_url
- description: User-defined config values to be used within map expressions.
kind: object
label: Stream Map Config
name: stream_map_config
- description: Config object for stream maps capability. For more information check
out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html).
kind: object
label: Stream Maps
name: stream_maps
- description: Prefix to add to table name
kind: string
label: Table Prefix
name: table_prefix
- description: SQL Server username
kind: string
label: Username
name: username
settings_group_validation:
- []
settings_preamble: ''
usage: ''
variant: meltanolabs