datacontract-cli 0.10.0__py3-none-any.whl → 0.10.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of datacontract-cli might be problematic. Click here for more details.
- {datacontract_cli-0.10.0.dist-info → datacontract_cli-0.10.1.dist-info}/METADATA +24 -24
- {datacontract_cli-0.10.0.dist-info → datacontract_cli-0.10.1.dist-info}/RECORD +6 -6
- {datacontract_cli-0.10.0.dist-info → datacontract_cli-0.10.1.dist-info}/LICENSE +0 -0
- {datacontract_cli-0.10.0.dist-info → datacontract_cli-0.10.1.dist-info}/WHEEL +0 -0
- {datacontract_cli-0.10.0.dist-info → datacontract_cli-0.10.1.dist-info}/entry_points.txt +0 -0
- {datacontract_cli-0.10.0.dist-info → datacontract_cli-0.10.1.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: datacontract-cli
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.1
|
|
4
4
|
Summary: Test data contracts
|
|
5
5
|
Author-email: Jochen Christ <jochen.christ@innoq.com>, Stefan Negele <stefan.negele@innoq.com>
|
|
6
6
|
Project-URL: Homepage, https://cli.datacontract.com
|
|
@@ -48,10 +48,10 @@ Requires-Dist: testcontainers-kafka ; extra == 'dev'
|
|
|
48
48
|
# Data Contract CLI
|
|
49
49
|
|
|
50
50
|
<p>
|
|
51
|
-
<a href="https://github.com/datacontract/cli/actions/workflows/ci.yaml?query=branch%3Amain">
|
|
52
|
-
<img alt="Test Workflow" src="https://img.shields.io/github/actions/workflow/status/datacontract/cli/ci.yaml?branch=main"></a>
|
|
53
|
-
<a href="https://github.com/datacontract/cli">
|
|
54
|
-
<img alt="Stars" src="https://img.shields.io/github/stars/datacontract/cli" /></a>
|
|
51
|
+
<a href="https://github.com/datacontract/datacontract-cli/actions/workflows/ci.yaml?query=branch%3Amain">
|
|
52
|
+
<img alt="Test Workflow" src="https://img.shields.io/github/actions/workflow/status/datacontract/datacontract-cli/ci.yaml?branch=main"></a>
|
|
53
|
+
<a href="https://github.com/datacontract/datacontract-cli">
|
|
54
|
+
<img alt="Stars" src="https://img.shields.io/github/stars/datacontract/datacontract-cli" /></a>
|
|
55
55
|
<a href="https://datacontract.com/slack" rel="nofollow"><img src="https://camo.githubusercontent.com/5ade1fd1e76a6ab860802cdd2941fe2501e2ca2cb534e5d8968dbf864c13d33d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f736c61636b2d6a6f696e5f636861742d77686974652e7376673f6c6f676f3d736c61636b267374796c653d736f6369616c" alt="Slack Status" data-canonical-src="https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social" style="max-width: 100%;"></a>
|
|
56
56
|
</p>
|
|
57
57
|
|
|
@@ -310,24 +310,24 @@ Credentials are read from the environment variables.
|
|
|
310
310
|
|
|
311
311
|
Supported server types:
|
|
312
312
|
|
|
313
|
-
| Type | Format | Status
|
|
314
|
-
|
|
315
|
-
| `s3` | `parquet` | ✅
|
|
316
|
-
| `s3` | `json` | ✅
|
|
317
|
-
| `s3` | `csv` | ✅
|
|
318
|
-
| `s3` | `delta` | Coming soon ([#24](https://github.com/datacontract/cli/issues/24)) |
|
|
319
|
-
| `s3` | `iceberg` | Coming soon
|
|
320
|
-
| `postgres` | n/a | ✅
|
|
321
|
-
| `snowflake` | n/a | ✅
|
|
322
|
-
| `bigquery` | n/a | ✅
|
|
323
|
-
| `redshift` | n/a | Coming soon
|
|
324
|
-
| `databricks` | n/a | ✅
|
|
325
|
-
| `kafka` | `json` | ✅
|
|
326
|
-
| `kafka` | `avro` | Coming soon
|
|
327
|
-
| `kafka` | `protobuf` | Coming soon
|
|
328
|
-
| `local` | `parquet` | ✅
|
|
329
|
-
| `local` | `json` | ✅
|
|
330
|
-
| `local` | `csv` | ✅
|
|
313
|
+
| Type | Format | Status |
|
|
314
|
+
|--------------|------------|---------------------------------------------------------------------------------|
|
|
315
|
+
| `s3` | `parquet` | ✅ |
|
|
316
|
+
| `s3` | `json` | ✅ |
|
|
317
|
+
| `s3` | `csv` | ✅ |
|
|
318
|
+
| `s3` | `delta` | Coming soon ([#24](https://github.com/datacontract/datacontract-cli/issues/24)) |
|
|
319
|
+
| `s3` | `iceberg` | Coming soon |
|
|
320
|
+
| `postgres` | n/a | ✅ |
|
|
321
|
+
| `snowflake` | n/a | ✅ |
|
|
322
|
+
| `bigquery` | n/a | ✅ |
|
|
323
|
+
| `redshift` | n/a | Coming soon |
|
|
324
|
+
| `databricks` | n/a | ✅ |
|
|
325
|
+
| `kafka` | `json` | ✅ |
|
|
326
|
+
| `kafka` | `avro` | Coming soon |
|
|
327
|
+
| `kafka` | `protobuf` | Coming soon |
|
|
328
|
+
| `local` | `parquet` | ✅ |
|
|
329
|
+
| `local` | `json` | ✅ |
|
|
330
|
+
| `local` | `csv` | ✅ |
|
|
331
331
|
|
|
332
332
|
Feel free to create an issue, if you need support for an additional type.
|
|
333
333
|
|
|
@@ -948,4 +948,4 @@ Created by [Stefan Negele](https://www.linkedin.com/in/stefan-negele-573153112/)
|
|
|
948
948
|
|
|
949
949
|
|
|
950
950
|
|
|
951
|
-
<a href="https://github.com/datacontract/cli" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
|
|
951
|
+
<a href="https://github.com/datacontract/datacontract-cli" class="github-corner" aria-label="View source on GitHub"><svg width="80" height="80" viewBox="0 0 250 250" style="fill:#151513; color:#fff; position: absolute; top: 0; border: 0; right: 0;" aria-hidden="true"><path d="M0,0 L115,115 L130,115 L142,142 L250,250 L250,0 Z"></path><path d="M128.3,109.0 C113.8,99.7 119.0,89.6 119.0,89.6 C122.0,82.7 120.5,78.6 120.5,78.6 C119.2,72.0 123.4,76.3 123.4,76.3 C127.3,80.9 125.5,87.3 125.5,87.3 C122.9,97.6 130.6,101.9 134.4,103.2" fill="currentColor" style="transform-origin: 130px 106px;" class="octo-arm"></path><path d="M115.0,115.0 C114.9,115.1 118.7,116.5 119.8,115.4 L133.7,101.6 C136.9,99.2 139.9,98.4 142.2,98.6 C133.8,88.0 127.5,74.4 143.8,58.0 C148.5,53.4 154.0,51.2 159.7,51.0 C160.3,49.4 163.2,43.6 171.4,40.1 C171.4,40.1 176.1,42.5 178.8,56.2 C183.1,58.6 187.2,61.8 190.9,65.4 C194.5,69.0 197.7,73.2 200.1,77.6 C213.8,80.2 216.3,84.9 216.3,84.9 C212.7,93.1 206.9,96.0 205.4,96.6 C205.1,102.4 203.0,107.8 198.3,112.5 C181.9,128.9 168.3,122.5 157.7,114.1 C157.9,116.9 156.7,120.9 152.7,124.9 L141.0,136.5 C139.8,137.7 141.6,141.9 141.8,141.8 Z" fill="currentColor" class="octo-body"></path></svg></a><style>.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}</style>
|
|
@@ -58,9 +58,9 @@ datacontract/model/exceptions.py,sha256=zW9NoyzwsND-c9UqgyTVuezUVGEc6KK1Uc2zl12l
|
|
|
58
58
|
datacontract/model/run.py,sha256=v7QNsPwYS1otQrpjeOaFsLRnxO8OgbdK_d-Z_e3iy0s,2610
|
|
59
59
|
datacontract/templates/datacontract.html,sha256=IMB5sUaFYjzIXQVzvaxgD3LJbl68o_PE9ZmEbDqIZw0,23348
|
|
60
60
|
datacontract/templates/style/output.css,sha256=sAfK7wrxRhEhaGUF6Bvfol5jdvdh0d6l8qFjaBRscdM,21757
|
|
61
|
-
datacontract_cli-0.10.
|
|
62
|
-
datacontract_cli-0.10.
|
|
63
|
-
datacontract_cli-0.10.
|
|
64
|
-
datacontract_cli-0.10.
|
|
65
|
-
datacontract_cli-0.10.
|
|
66
|
-
datacontract_cli-0.10.
|
|
61
|
+
datacontract_cli-0.10.1.dist-info/LICENSE,sha256=23h64qnSeIZ0DKeziWAKC-zBCt328iSbRbWBrXoYRb4,2210
|
|
62
|
+
datacontract_cli-0.10.1.dist-info/METADATA,sha256=HS45aVU8GKKTSgGUf7b6PFQX5ChohE1B6ZR_J1rfYMg,61824
|
|
63
|
+
datacontract_cli-0.10.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
64
|
+
datacontract_cli-0.10.1.dist-info/entry_points.txt,sha256=D3Eqy4q_Z6bHauGd4ppIyQglwbrm1AJnLau4Ppbw9Is,54
|
|
65
|
+
datacontract_cli-0.10.1.dist-info/top_level.txt,sha256=VIRjd8EIUrBYWjEXJJjtdUgc0UAJdPZjmLiOR8BRBYM,13
|
|
66
|
+
datacontract_cli-0.10.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|