ingestr 0.3.3__py3-none-any.whl → 0.4.0__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/factory.py +1 -0
- ingestr/src/version.py +1 -1
- ingestr/testdata/test_append.db +0 -0
- ingestr/testdata/test_create_replace.db +0 -0
- ingestr/testdata/test_delete_insert_with_timerange.db +0 -0
- ingestr/testdata/test_delete_insert_without_primary_key.db +0 -0
- ingestr/testdata/test_merge_with_primary_key.db +0 -0
- {ingestr-0.3.3.dist-info → ingestr-0.4.0.dist-info}/METADATA +7 -1
- {ingestr-0.3.3.dist-info → ingestr-0.4.0.dist-info}/RECORD +12 -12
- {ingestr-0.3.3.dist-info → ingestr-0.4.0.dist-info}/WHEEL +0 -0
- {ingestr-0.3.3.dist-info → ingestr-0.4.0.dist-info}/entry_points.txt +0 -0
- {ingestr-0.3.3.dist-info → ingestr-0.4.0.dist-info}/licenses/LICENSE.md +0 -0
ingestr/src/factory.py
CHANGED
ingestr/src/version.py
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
__version__ = "0.
|
|
1
|
+
__version__ = "0.4.0"
|
ingestr/testdata/test_append.db
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: ingestr
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.4.0
|
|
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
|
|
@@ -31,6 +31,7 @@ Requires-Dist: rich==13.7.1
|
|
|
31
31
|
Requires-Dist: rudder-sdk-python==2.1.0
|
|
32
32
|
Requires-Dist: snowflake-sqlalchemy==1.5.3
|
|
33
33
|
Requires-Dist: sqlalchemy-bigquery==1.11.0
|
|
34
|
+
Requires-Dist: sqlalchemy-hana==2.0.0
|
|
34
35
|
Requires-Dist: sqlalchemy-redshift==0.8.14
|
|
35
36
|
Requires-Dist: sqlalchemy2-stubs==0.0.2a38
|
|
36
37
|
Requires-Dist: sqlalchemy==1.4.52
|
|
@@ -150,6 +151,11 @@ Join our Slack community [here](https://join.slack.com/t/bruindatacommunity/shar
|
|
|
150
151
|
<td>✅</td>
|
|
151
152
|
<td>❌</td>
|
|
152
153
|
</tr>
|
|
154
|
+
<tr>
|
|
155
|
+
<td>SAP Hana</td>
|
|
156
|
+
<td>✅</td>
|
|
157
|
+
<td>❌</td>
|
|
158
|
+
</tr>
|
|
153
159
|
<tr>
|
|
154
160
|
<td>SQLite</td>
|
|
155
161
|
<td>✅</td>
|
|
@@ -2,11 +2,11 @@ ingestr/main.py,sha256=tXw5VRr9yyGTvd_Wp5HBdSlTt3oe61vcFvnsyljFd7g,13853
|
|
|
2
2
|
ingestr/main_test.py,sha256=fXZw1qZd5CElrFSRnsI5003813LcIMGpGCMnGNFVhNI,19946
|
|
3
3
|
ingestr/src/destinations.py,sha256=_PIoAU-_tDEyX_-vDOgGB5eqXoGhPwtCRApHufj1ae4,6350
|
|
4
4
|
ingestr/src/destinations_test.py,sha256=rgEk8EpAntFbSOwXovC4prv3RA22mwq8pIO6sZ_rYzg,4212
|
|
5
|
-
ingestr/src/factory.py,sha256=
|
|
5
|
+
ingestr/src/factory.py,sha256=RYdl1etpU0Q7UDzcaCjKriaUvDiMpoYJZqATQW2sums,3126
|
|
6
6
|
ingestr/src/factory_test.py,sha256=X9sFkvNByWChIcyeDt1QiIPMIzGNKb7M5A_GUE0-nnI,664
|
|
7
7
|
ingestr/src/sources.py,sha256=Bl8Q1gXGqYWAZtwyF2CoaPB5CgAwoctXHwW9OZYK__8,3978
|
|
8
8
|
ingestr/src/sources_test.py,sha256=t94u1lYAspxzfe-DkxVtq5vw6xrLWphipvwntrwrzqg,3930
|
|
9
|
-
ingestr/src/version.py,sha256=
|
|
9
|
+
ingestr/src/version.py,sha256=42STGor_9nKYXumfeV5tiyD_M8VdcddX7CEexmibPBk,22
|
|
10
10
|
ingestr/src/mongodb/__init__.py,sha256=E7SDeCyYNkYZZ_RFhjCRDZUGpKtaxpPG5sFSmKJV62U,4336
|
|
11
11
|
ingestr/src/mongodb/helpers.py,sha256=80vtAeNyUn1iMN0CeLrTlKqYN6I6fHF81Kd2UuE8Kns,5653
|
|
12
12
|
ingestr/src/notion/__init__.py,sha256=36wUui8finbc85ObkRMq8boMraXMUehdABN_AMe_hzA,1834
|
|
@@ -21,13 +21,13 @@ ingestr/src/sql_database/schema_types.py,sha256=foGHh4iGagGLfS7nF3uGYhBjqgX0jlrj
|
|
|
21
21
|
ingestr/src/telemetry/event.py,sha256=MpWc5tt0lSJ1pWKe9HQ11BHrcPBxSH40l4wjZi9u0tI,924
|
|
22
22
|
ingestr/src/testdata/fakebqcredentials.json,sha256=scc6TUc963KAbKTLZCfcmqVzbtzDCW1_8JNRnyAXyy8,628
|
|
23
23
|
ingestr/testdata/.gitignore,sha256=DFzYYOpqdTiT7S1HjCT-jffZSmEvFZge295_upAB0FY,13
|
|
24
|
-
ingestr/testdata/test_append.db,sha256=
|
|
25
|
-
ingestr/testdata/test_create_replace.db,sha256=
|
|
26
|
-
ingestr/testdata/test_delete_insert_with_timerange.db,sha256
|
|
27
|
-
ingestr/testdata/test_delete_insert_without_primary_key.db,sha256=
|
|
28
|
-
ingestr/testdata/test_merge_with_primary_key.db,sha256=
|
|
29
|
-
ingestr-0.
|
|
30
|
-
ingestr-0.
|
|
31
|
-
ingestr-0.
|
|
32
|
-
ingestr-0.
|
|
33
|
-
ingestr-0.
|
|
24
|
+
ingestr/testdata/test_append.db,sha256=rJUEAoJMQL5G1WETOHPcWt-ircGQJDg6NMDxMloux8g,798720
|
|
25
|
+
ingestr/testdata/test_create_replace.db,sha256=wwbu-ByA_JNKcRzgKZNGiXmSjrD1kaHcHixmvYht5Tc,798720
|
|
26
|
+
ingestr/testdata/test_delete_insert_with_timerange.db,sha256=-ITVU-6b2XeSBsnckjfziGGVnWnGobzXgU78ikzHw4g,1585152
|
|
27
|
+
ingestr/testdata/test_delete_insert_without_primary_key.db,sha256=KkcYdlKwB-pd9_N1bo6b2MuhLBD5s77muFGvAWarMjk,1847296
|
|
28
|
+
ingestr/testdata/test_merge_with_primary_key.db,sha256=Jc94_5H4q3liUDroyWQExrWT_3lSpWFoz6vne_s6KHI,1847296
|
|
29
|
+
ingestr-0.4.0.dist-info/METADATA,sha256=BhqFBbVuQdkJ4mm706Pe55WNHBLGPH6n_x7QMrEqsDQ,5434
|
|
30
|
+
ingestr-0.4.0.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
|
|
31
|
+
ingestr-0.4.0.dist-info/entry_points.txt,sha256=oPJy0KBnPWYjDtP1k8qwAihcTLHSZokSQvRAw_wtfJM,46
|
|
32
|
+
ingestr-0.4.0.dist-info/licenses/LICENSE.md,sha256=cW8wIhn8HFE-KLStDF9jHQ1O_ARWP3kTpk_-eOccL24,1075
|
|
33
|
+
ingestr-0.4.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|