ipulse-shared-core-ftredge 2.55__py3-none-any.whl → 2.57__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 ipulse-shared-core-ftredge might be problematic. Click here for more details.
- ipulse_shared_core_ftredge/__init__.py +10 -5
- ipulse_shared_core_ftredge/enums/__init__.py +2 -0
- ipulse_shared_core_ftredge/enums/enums_common_utils.py +48 -17
- ipulse_shared_core_ftredge/models/user_profile.py +3 -3
- ipulse_shared_core_ftredge/utils_custom_logs.py +201 -0
- ipulse_shared_core_ftredge/utils_gcp.py +117 -73
- ipulse_shared_core_ftredge/utils_gcp_for_pipelines.py +201 -0
- ipulse_shared_core_ftredge/{utils_common.py → utils_pipelinemon.py} +85 -205
- ipulse_shared_core_ftredge/utils_templates_and_schemas.py +7 -9
- {ipulse_shared_core_ftredge-2.55.dist-info → ipulse_shared_core_ftredge-2.57.dist-info}/METADATA +1 -1
- {ipulse_shared_core_ftredge-2.55.dist-info → ipulse_shared_core_ftredge-2.57.dist-info}/RECORD +14 -14
- {ipulse_shared_core_ftredge-2.55.dist-info → ipulse_shared_core_ftredge-2.57.dist-info}/WHEEL +1 -1
- ipulse_shared_core_ftredge/tests/__init__.py +0 -0
- ipulse_shared_core_ftredge/tests/test.py +0 -17
- {ipulse_shared_core_ftredge-2.55.dist-info → ipulse_shared_core_ftredge-2.57.dist-info}/LICENCE +0 -0
- {ipulse_shared_core_ftredge-2.55.dist-info → ipulse_shared_core_ftredge-2.57.dist-info}/top_level.txt +0 -0
{ipulse_shared_core_ftredge-2.55.dist-info → ipulse_shared_core_ftredge-2.57.dist-info}/RECORD
RENAMED
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
ipulse_shared_core_ftredge/__init__.py,sha256=
|
|
2
|
-
ipulse_shared_core_ftredge/
|
|
3
|
-
ipulse_shared_core_ftredge/utils_gcp.py,sha256=
|
|
4
|
-
ipulse_shared_core_ftredge/
|
|
5
|
-
ipulse_shared_core_ftredge/
|
|
6
|
-
ipulse_shared_core_ftredge/
|
|
1
|
+
ipulse_shared_core_ftredge/__init__.py,sha256=QHWbeWYQgs314BKxQDzG7_P2mdnryC1Zqc3xvw8OfnM,987
|
|
2
|
+
ipulse_shared_core_ftredge/utils_custom_logs.py,sha256=OJ6STEL7GER-s3x03cKcsYtZ4jKhndPOAJXT1oiAY2M,8183
|
|
3
|
+
ipulse_shared_core_ftredge/utils_gcp.py,sha256=xI0iOxSjGQ75ECFlmPirOB8Cz8qjqYNabfRLEg0cE8o,14142
|
|
4
|
+
ipulse_shared_core_ftredge/utils_gcp_for_pipelines.py,sha256=rO7KD8JUmit0NwKoepKmBX8MlcQ8GzDhUfAyp6OWAw0,11816
|
|
5
|
+
ipulse_shared_core_ftredge/utils_pipelinemon.py,sha256=KRDJW0fqF6sfqsxL8YKH378qpXnOzpZ3C53VAkMoT10,15011
|
|
6
|
+
ipulse_shared_core_ftredge/utils_templates_and_schemas.py,sha256=vi8hBU95_N-Znfs-FClBNCFMKvJYBOdBwZm2pgBZ7BQ,7433
|
|
7
|
+
ipulse_shared_core_ftredge/enums/__init__.py,sha256=MRmvcrFhbGZbww759KCledFe6BpOArmnCQ18mb_F8Fg,932
|
|
8
|
+
ipulse_shared_core_ftredge/enums/enums_common_utils.py,sha256=VdOipu5YNVO4TcQMXy7UkCjSnBfUzutEkgfFFsnsp7k,6922
|
|
7
9
|
ipulse_shared_core_ftredge/enums/enums_data_eng.py,sha256=7w3Jjmw84Wq22Bb5Qs09Z82Bdf-j8nhRiQJfw60_g80,1903
|
|
8
10
|
ipulse_shared_core_ftredge/enums/enums_module_fincore.py,sha256=W1TkSLu3ryLf_aif2VcKsFznWz0igeMUR_buoGEG6w8,1406
|
|
9
11
|
ipulse_shared_core_ftredge/enums/enums_modules.py,sha256=AyXUoNmR75DZLaEHi3snV6LngR25LeZRqzrLDaAupbY,1244
|
|
@@ -13,13 +15,11 @@ ipulse_shared_core_ftredge/models/organisation.py,sha256=4f1ATEWh5WT-CDJBLEZUhUw
|
|
|
13
15
|
ipulse_shared_core_ftredge/models/pulse_enums.py,sha256=YJhtvoX6Dk3_SyJUD8vVDSRIzWy5n0I0AOwe19fmDT8,4851
|
|
14
16
|
ipulse_shared_core_ftredge/models/resource_catalog_item.py,sha256=PxeRvI8fe8KOiHr6NW2Jz_yocyLId09PW8QyTZxjHAA,9809
|
|
15
17
|
ipulse_shared_core_ftredge/models/user_auth.py,sha256=35HNN7ZW4ZELCqaJrAtoSsVLFAZ1KL2S_VmuzbcEMm4,119
|
|
16
|
-
ipulse_shared_core_ftredge/models/user_profile.py,sha256=
|
|
18
|
+
ipulse_shared_core_ftredge/models/user_profile.py,sha256=D3BB9D6XEv7IVZgsURgf0hWmUZW5rms3uiBXS0ZGLeE,1927
|
|
17
19
|
ipulse_shared_core_ftredge/models/user_profile_update.py,sha256=oKK0XsQDKkgDvjFPhX2XlqEqlKLBQ4AkvPHXEuZbFMY,1712
|
|
18
20
|
ipulse_shared_core_ftredge/models/user_status.py,sha256=8TyRd8tBK9_xb0MPKbI5pn9-lX7ovKbeiuWYYPtIOiw,3202
|
|
19
|
-
ipulse_shared_core_ftredge/
|
|
20
|
-
ipulse_shared_core_ftredge/
|
|
21
|
-
ipulse_shared_core_ftredge-2.
|
|
22
|
-
ipulse_shared_core_ftredge-2.
|
|
23
|
-
ipulse_shared_core_ftredge-2.
|
|
24
|
-
ipulse_shared_core_ftredge-2.55.dist-info/top_level.txt,sha256=8sgYrptpexkA_6_HyGvho26cVFH9kmtGvaK8tHbsGHk,27
|
|
25
|
-
ipulse_shared_core_ftredge-2.55.dist-info/RECORD,,
|
|
21
|
+
ipulse_shared_core_ftredge-2.57.dist-info/LICENCE,sha256=YBtYAXNqCCOo9Mr2hfkbSPAM9CeAr2j1VZBSwQTrNwE,1060
|
|
22
|
+
ipulse_shared_core_ftredge-2.57.dist-info/METADATA,sha256=OFCR8U5m0OwnbR9hyIqSwOWW40QmwDfz1WqnWSVnBxg,561
|
|
23
|
+
ipulse_shared_core_ftredge-2.57.dist-info/WHEEL,sha256=R0nc6qTxuoLk7ShA2_Y-UWkN8ZdfDBG2B6Eqpz2WXbs,91
|
|
24
|
+
ipulse_shared_core_ftredge-2.57.dist-info/top_level.txt,sha256=8sgYrptpexkA_6_HyGvho26cVFH9kmtGvaK8tHbsGHk,27
|
|
25
|
+
ipulse_shared_core_ftredge-2.57.dist-info/RECORD,,
|
|
File without changes
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
from ipulse_shared_core_ftredge import UserProfile, UserAuth
|
|
2
|
-
import datetime
|
|
3
|
-
import logging
|
|
4
|
-
logging.basicConfig(level=logging.INFO)
|
|
5
|
-
ex=UserProfile(uid="uid",
|
|
6
|
-
organizations_uids={"20231220retailcustomer_coreorgn"},
|
|
7
|
-
email="email@gmail.com",
|
|
8
|
-
creat_date= datetime.datetime.now(datetime.UTC),
|
|
9
|
-
creat_by_user='creat_by_user',
|
|
10
|
-
updt_date=datetime.datetime.now(datetime.UTC),
|
|
11
|
-
updt_by_user="subscriber_cf_persistUserAuthToUserProfile",
|
|
12
|
-
approved=True,
|
|
13
|
-
provider_id='provider_id',
|
|
14
|
-
username='username')
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
logging.info(ex.model_dump(exclude_unset=True))
|
{ipulse_shared_core_ftredge-2.55.dist-info → ipulse_shared_core_ftredge-2.57.dist-info}/LICENCE
RENAMED
|
File without changes
|
|
File without changes
|