kodexa 7.4.412538433490__py3-none-any.whl → 7.4.412795054059__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
kodexa/platform/client.py CHANGED
@@ -5108,6 +5108,7 @@ class DataStoreEndpoint(StoreEndpoint):
5108
5108
  path: Optional[str] = None,
5109
5109
  root_name: str = "",
5110
5110
  friendly_names=True,
5111
+ project_id: Optional[str] = None,
5111
5112
  ) -> str:
5112
5113
  """Get the data objects export of the store
5113
5114
 
@@ -5117,6 +5118,7 @@ class DataStoreEndpoint(StoreEndpoint):
5117
5118
  path (Optional[str]): The path to the data object
5118
5119
  root_name (str): The root name of the data objects export
5119
5120
  friendly_names (bool): Whether to use friendly names. Defaults to True
5121
+ project_id (Optional[str]): The project ID
5120
5122
 
5121
5123
  Returns:
5122
5124
  str: The data objects export of the store
@@ -5132,6 +5134,9 @@ class DataStoreEndpoint(StoreEndpoint):
5132
5134
 
5133
5135
  if path:
5134
5136
  params["path"] = path
5137
+
5138
+ if project_id:
5139
+ params["projectId"] = project_id
5135
5140
 
5136
5141
  if output_format == "csv" and not path:
5137
5142
  raise ValueError("CSV output requires a path")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: kodexa
3
- Version: 7.4.412538433490
3
+ Version: 7.4.412795054059
4
4
  Summary: Python SDK for the Kodexa Platform
5
5
  Author: Austin Redenbaugh
6
6
  Author-email: austin@kodexa.com
@@ -19,7 +19,7 @@ kodexa/model/utils.py,sha256=6R-3rFiW9irBwj0Mq5yhp7EDXkNUFaeFhr3bWmnlW4g,2961
19
19
  kodexa/pipeline/__init__.py,sha256=sA7f5D6qkdMrpp2xTIeefnrUBI6xxEEWostvxfX_1Cs,236
20
20
  kodexa/pipeline/pipeline.py,sha256=Z4O6UwoISeP_HMlxm6l6kbcvFBDw3Glm7lT4cUibri4,25461
21
21
  kodexa/platform/__init__.py,sha256=1O3oiWMg292NPL_NacKDnK1T3_R6cMorrPRue_9e-O4,216
22
- kodexa/platform/client.py,sha256=Fvibf_arAlujA5jJQYKMnBi_KKpdUE7sdLQBcFLFliI,227736
22
+ kodexa/platform/client.py,sha256=U4p3epTlARDeRJ8CM00-P0N1CCH5XikDqqkLD44Laps,227918
23
23
  kodexa/platform/interaction.py,sha256=6zpcwXKNZstUGNS6m4JsoRXAqCZPJHWI-ZN3co8nnF0,1055
24
24
  kodexa/platform/kodexa.py,sha256=tPXHO500q3S75GhKGDcaxO51Viq2PNlHmAzpBZlahgo,34857
25
25
  kodexa/selectors/__init__.py,sha256=xA9-4vpyaAZWPSk3bh2kvDLkdv6XEmm7PjFbpziiTIk,100
@@ -44,7 +44,7 @@ kodexa/testing/test_utils.py,sha256=v44p__gE7ia67W7WeHN2HBFCWSCUrCZt7G4xBNCmwf8,
44
44
  kodexa/training/__init__.py,sha256=xs2L62YpRkIRfslQwtQZ5Yxjhm7sLzX2TrVX6EuBnZQ,52
45
45
  kodexa/training/train_utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
46
  kodexa/utils/__init__.py,sha256=Pnim1o9_db5YEnNvDTxpM7HG-qTlL6n8JwFwOafU9wo,5928
47
- kodexa-7.4.412538433490.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
48
- kodexa-7.4.412538433490.dist-info/METADATA,sha256=wkNEgKynrDMzrfIbgRjIa5t1L8cCZBN473-s_EopnnY,3528
49
- kodexa-7.4.412538433490.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
50
- kodexa-7.4.412538433490.dist-info/RECORD,,
47
+ kodexa-7.4.412795054059.dist-info/LICENSE,sha256=WNHhf_5RCaeuKWyq_K39vmp9F28LxKsB4SpomwSZ2L0,11357
48
+ kodexa-7.4.412795054059.dist-info/METADATA,sha256=HAlQrKawcDqjYn0bNr8F0maABqFC8sNRT4XDIDOTJ4Q,3528
49
+ kodexa-7.4.412795054059.dist-info/WHEEL,sha256=Zb28QaM1gQi8f4VCBhsUklF61CTlNYfs9YAZn-TOGFk,88
50
+ kodexa-7.4.412795054059.dist-info/RECORD,,