forked from datacontract/datacontract-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[196] Add support for MSSQL (datacontract#204)
* [196] Add support for MSSQL * [196] Correct soda config serializer * [196] Move requirements for MSSql into dev reqs * [196] Correct usage of regex in datacontract to be pattern instead * [196] Correct pyproject toml * [196] Formalize support for SQLServer - Add required packages - Add required connection details - Semi complete tests * feat(export/jsonschema): supports array type (datacontract#200) * Support logical Types in Avro Export (datacontract#199) * Support logical Types in Avro Export - Map Datacontracts date-type fields to avro logical types - date: `int/date` - timestamp, timestamp_tz: `long/timestamp-millis` - timestamp_ntz: `long/local-timestamp-millis` * Update CHANGELOG * Add ability to export to go types (datacontract#195) * Add ability to export to go types * add test * rename to types * updated naming * update docs * Update boto3 requirement from <1.34.99,>=1.34.41 to >=1.34.41,<1.34.104 (datacontract#189) Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. - [Release notes](https://github.com/boto/boto3/releases) - [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst) - [Commits](boto/boto3@1.34.41...1.34.103) --- updated-dependencies: - dependency-name: boto3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Update botocore requirement (datacontract#190) Updates the requirements on [botocore](https://github.com/boto/botocore) to permit the latest version. - [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst) - [Commits](boto/botocore@1.34.41...1.34.103) --- updated-dependencies: - dependency-name: botocore dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jochenchrist <[email protected]> * Update snowflake-connector-python[pandas] requirement (datacontract#172) Updates the requirements on [snowflake-connector-python[pandas]](https://github.com/snowflakedb/snowflake-connector-python) to permit the latest version. - [Release notes](https://github.com/snowflakedb/snowflake-connector-python/releases) - [Commits](snowflakedb/snowflake-connector-python@v3.6.0...v3.10.0) --- updated-dependencies: - dependency-name: snowflake-connector-python[pandas] dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * 91 JSON Schema (datacontract#201) * add import for jsonschemas and extend export * fix tests * remove unused import * Update changelog * First support for server-specific types in a config map. Resolves datacontract#150 * Issues/193 fix all todos in html export (datacontract#203) * Make Examples in Fields work - we have to have them declared in the model to make them show up at all :) * Add Definitions in HTML Export - add examples to the model, so we can render them - create new tables akin to what we do for the models * Add examples * Handle nested fields in HTML Export We just go one level deep but add an additional set of rows for fields contained in a models field. * Update CHANGELOG * Update Tests for breaking and changelog Now that we include the `example` property in the field there's more things being pointed out, so adjust the tests accordingly * Handle Model Fields and their nesting through partials - added jinja partials as dependency - extracted the model and the nesting handling out to its own partial * Update definitions - move them to their opwn partial - move enum into the content column - try to highlight the different optional aspects a tad * Move some more blocks into partials * Add partials to manifest * Removew the nested headline --------- Co-authored-by: jochen <[email protected]> [196] Formalize support for SQLServer - Add required packages - Add required connection details - Semi complete tests [196] Add SQLServer type serializer * [196] Add msodbcsql18 to docker file * [196] Apply ruff formatting * @simonharrer PR suggestion to make naming more consistent * [196] Add changes to changelog * [196] Update readme with new SQLServer information * [196] Add CI/CD step to install msodbcsql driver * [196] Skip test if outside of CI/CD environment * [196] Add msqsql package back --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Robert DeRienzo <[email protected]> Co-authored-by: jochen <[email protected]> Co-authored-by: JAEJIN LEE <[email protected]> Co-authored-by: Joachim Praetorius <[email protected]> Co-authored-by: Mark Olliver <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jochenchrist <[email protected]> Co-authored-by: Mark Olliver <[email protected]> Co-authored-by: Simon Harrer <[email protected]>
- Loading branch information
1 parent
479c72e
commit 702ba50
Showing
17 changed files
with
322 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.