Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #13 from storebrand/docs-update
Browse files Browse the repository at this point in the history
updated docs
  • Loading branch information
hholgersen authored Feb 27, 2023
2 parents 7dd360e + 7094de6 commit edf6a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ Build with the [Meltano Target SDK](https://sdk.meltano.com).

## Known limitations

- Does not handle complex types such as objects and arrays
- Does not handle large INTs
- Objects and arrays are converted to strings, as writing json/arrays isn't supported in the underlying library that is used.
- Does not handle encoded strings

<!--
Expand Down
2 changes: 1 addition & 1 deletion target_mssql/target.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@


class Targetmssql(SQLTarget):
"""Sample target for mssql."""
"""Singer target for mssql."""

name = "target-mssql"
config_jsonschema = th.PropertiesList(
Expand Down

0 comments on commit edf6a13

Please sign in to comment.