port-ocean 0.5.21__py3-none-any.whl → 0.5.22__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 port-ocean might be problematic. Click here for more details.
- port_ocean/clients/port/mixins/integrations.py +2 -1
- {port_ocean-0.5.21.dist-info → port_ocean-0.5.22.dist-info}/METADATA +1 -1
- {port_ocean-0.5.21.dist-info → port_ocean-0.5.22.dist-info}/RECORD +6 -6
- {port_ocean-0.5.21.dist-info → port_ocean-0.5.22.dist-info}/LICENSE.md +0 -0
- {port_ocean-0.5.21.dist-info → port_ocean-0.5.22.dist-info}/WHEEL +0 -0
- {port_ocean-0.5.21.dist-info → port_ocean-0.5.22.dist-info}/entry_points.txt +0 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
from typing import Any, TYPE_CHECKING, Optional, TypedDict
|
|
2
|
+
from urllib.parse import quote_plus
|
|
2
3
|
|
|
3
4
|
import httpx
|
|
4
5
|
from loguru import logger
|
|
@@ -145,7 +146,7 @@ class IntegrationClientMixin:
|
|
|
145
146
|
logger.debug(f"Ingesting examples for kind: {kind}")
|
|
146
147
|
headers = await self.auth.headers()
|
|
147
148
|
response = await self.client.post(
|
|
148
|
-
f"{self.auth.api_url}/integration/{self.integration_identifier}/kinds/{kind}/examples",
|
|
149
|
+
f"{self.auth.api_url}/integration/{quote_plus(self.integration_identifier)}/kinds/{quote_plus(kind)}/examples",
|
|
149
150
|
headers=headers,
|
|
150
151
|
json={
|
|
151
152
|
"examples": sensitive_log_filter.mask_object(data, full_hide=True),
|
|
@@ -40,7 +40,7 @@ port_ocean/clients/port/client.py,sha256=3GYCM0ZkX3pB6sNoOb-7_6dm0Jr5_vqhflD9ilt
|
|
|
40
40
|
port_ocean/clients/port/mixins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
41
41
|
port_ocean/clients/port/mixins/blueprints.py,sha256=BiqkhvDFdkySWgL1NHI-LAQ9ieZWazZAojPo9E8d7U4,4575
|
|
42
42
|
port_ocean/clients/port/mixins/entities.py,sha256=Lg5Sa6jQuhDTQKLURVavqXlBQt4-XPUUigB9JqQ1X0k,7364
|
|
43
|
-
port_ocean/clients/port/mixins/integrations.py,sha256=
|
|
43
|
+
port_ocean/clients/port/mixins/integrations.py,sha256=ypRYi7_VlnP2YEPgE8zS-_6WgPzUmsRi95K_pwVIpKE,5943
|
|
44
44
|
port_ocean/clients/port/mixins/migrations.py,sha256=A6896oJF6WbFL2WroyTkMzr12yhVyWqGoq9dtLNSKBY,1457
|
|
45
45
|
port_ocean/clients/port/retry_transport.py,sha256=PtIZOAZ6V-ncpVysRUsPOgt8Sf01QLnTKB5YeKBxkJk,1861
|
|
46
46
|
port_ocean/clients/port/types.py,sha256=nvlgiAq4WH5_F7wQbz_GAWl-faob84LVgIjZ2Ww5mTk,451
|
|
@@ -122,8 +122,8 @@ port_ocean/utils/queue_utils.py,sha256=Pzb6e8PcjylZpXcb9EEIK-QcTty_E2k1egMiJF5J_
|
|
|
122
122
|
port_ocean/utils/repeat.py,sha256=0EFWM9d8lLXAhZmAyczY20LAnijw6UbIECf5lpGbOas,3231
|
|
123
123
|
port_ocean/utils/signal.py,sha256=K-6kKFQTltcmKDhtyZAcn0IMa3sUpOHGOAUdWKgx0_E,1369
|
|
124
124
|
port_ocean/version.py,sha256=UsuJdvdQlazzKGD3Hd5-U7N69STh8Dq9ggJzQFnu9fU,177
|
|
125
|
-
port_ocean-0.5.
|
|
126
|
-
port_ocean-0.5.
|
|
127
|
-
port_ocean-0.5.
|
|
128
|
-
port_ocean-0.5.
|
|
129
|
-
port_ocean-0.5.
|
|
125
|
+
port_ocean-0.5.22.dist-info/LICENSE.md,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
|
|
126
|
+
port_ocean-0.5.22.dist-info/METADATA,sha256=zWwXPhSqwMtx0mAMEKtFtIXtOMW8612WjalUu0WeQHQ,6554
|
|
127
|
+
port_ocean-0.5.22.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
128
|
+
port_ocean-0.5.22.dist-info/entry_points.txt,sha256=F_DNUmGZU2Kme-8NsWM5LLE8piGMafYZygRYhOVtcjA,54
|
|
129
|
+
port_ocean-0.5.22.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|