ingestr 0.9.0__py3-none-any.whl → 0.9.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 ingestr might be problematic. Click here for more details.

ingestr/src/version.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.9.0"
1
+ __version__ = "0.9.1"
@@ -1,11 +1,10 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ingestr
3
- Version: 0.9.0
3
+ Version: 0.9.1
4
4
  Summary: ingestr is a command-line application that ingests data from various sources and stores them in any database.
5
5
  Project-URL: Homepage, https://github.com/bruin-data/ingestr
6
6
  Project-URL: Issues, https://github.com/bruin-data/ingestr/issues
7
7
  Author-email: Burak Karakan <burak.karakan@getbruin.com>
8
- License-File: LICENSE.md
9
8
  Classifier: Development Status :: 4 - Beta
10
9
  Classifier: Environment :: Console
11
10
  Classifier: Intended Audience :: Developers
@@ -15,7 +14,6 @@ Classifier: Programming Language :: Python :: 3
15
14
  Classifier: Topic :: Database
16
15
  Requires-Python: >=3.9
17
16
  Requires-Dist: confluent-kafka>=2.3.0
18
- Requires-Dist: cx-oracle==8.3.0
19
17
  Requires-Dist: databricks-sql-connector==2.9.3
20
18
  Requires-Dist: dlt==0.5.1
21
19
  Requires-Dist: duckdb-engine==0.11.5
@@ -46,6 +44,8 @@ Requires-Dist: stripe==10.7.0
46
44
  Requires-Dist: tqdm==4.66.2
47
45
  Requires-Dist: typer==0.12.3
48
46
  Requires-Dist: types-requests==2.32.0.20240907
47
+ Provides-Extra: oracle
48
+ Requires-Dist: cx-oracle==8.3.0; extra == 'oracle'
49
49
  Description-Content-Type: text/markdown
50
50
 
51
51
  <div align="center">
@@ -4,7 +4,7 @@ ingestr/src/destinations.py,sha256=2SfPMjtTelPmzQmc3zNs8xGcKIPuGn_hoZFIBUuhjXI,6
4
4
  ingestr/src/factory.py,sha256=NbSLbF2ClHRcptpmL0n9p7bGVz8Uj6xyG0Y93OZTfKM,4830
5
5
  ingestr/src/sources.py,sha256=Ny7qYulZUmwrCsG8UZ_SeR6FIqVR3E1FWdvj_yQD41M,30786
6
6
  ingestr/src/table_definition.py,sha256=REbAbqdlmUMUuRh8nEQRreWjPVOQ5ZcfqGkScKdCrmk,390
7
- ingestr/src/version.py,sha256=H9NWRZb7NbeRRPLP_V1fARmLNXranorVM-OOY-8_2ug,22
7
+ ingestr/src/version.py,sha256=UwJXM8JY2T3tE2id0K2k_lEaVThbRTrGO1mNibyzIz8,22
8
8
  ingestr/src/adjust/_init_.py,sha256=_jJE3Ywvv-YyJ7ywICdht_X2Gnd1cKm6F1wAfnpXuWM,890
9
9
  ingestr/src/adjust/helpers.py,sha256=kkYC3MqMHLNucuQ50klZWrvd3o8VfUysNtZTQSsKZ_c,2588
10
10
  ingestr/src/airtable/__init__.py,sha256=GHWYrjI2qhs_JihdNJysB0Ni3bzqT_MLXn_S9_Q5zRA,2775
@@ -73,8 +73,8 @@ ingestr/testdata/delete_insert_part2.csv,sha256=B_KUzpzbNdDY_n7wWop1mT2cz36TmayS
73
73
  ingestr/testdata/merge_expected.csv,sha256=DReHqWGnQMsf2PBv_Q2pfjsgvikYFnf1zYcQZ7ZqYN0,276
74
74
  ingestr/testdata/merge_part1.csv,sha256=Pw8Z9IDKcNU0qQHx1z6BUf4rF_-SxKGFOvymCt4OY9I,185
75
75
  ingestr/testdata/merge_part2.csv,sha256=T_GiWxA81SN63_tMOIuemcvboEFeAmbKc7xRXvL9esw,287
76
- ingestr-0.9.0.dist-info/METADATA,sha256=yJZ6Tdum4TirrssuFG40UZ_zm4pzhzSSweJRIignFck,6949
77
- ingestr-0.9.0.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
78
- ingestr-0.9.0.dist-info/entry_points.txt,sha256=oPJy0KBnPWYjDtP1k8qwAihcTLHSZokSQvRAw_wtfJM,46
79
- ingestr-0.9.0.dist-info/licenses/LICENSE.md,sha256=cW8wIhn8HFE-KLStDF9jHQ1O_ARWP3kTpk_-eOccL24,1075
80
- ingestr-0.9.0.dist-info/RECORD,,
76
+ ingestr-0.9.1.dist-info/METADATA,sha256=e_HwZcUNgbNNAl_CBqf2qUZfJgQpuXHOp8Wg1xZghEw,6966
77
+ ingestr-0.9.1.dist-info/WHEEL,sha256=wukiCwsxxsuzcQTdnC_ZWHZECE4wwOh3xCCrap6i6Ts,87
78
+ ingestr-0.9.1.dist-info/entry_points.txt,sha256=oPJy0KBnPWYjDtP1k8qwAihcTLHSZokSQvRAw_wtfJM,46
79
+ ingestr-0.9.1.dist-info/licenses/LICENSE.md,sha256=cW8wIhn8HFE-KLStDF9jHQ1O_ARWP3kTpk_-eOccL24,1075
80
+ ingestr-0.9.1.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.25.0
2
+ Generator: hatchling 1.26.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any