luminesce-sdk 2.2.6__py3-none-any.whl → 2.2.8__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.
@@ -63,7 +63,7 @@ class CurrentTableFieldCatalogApi:
63
63
  def get_catalog(self, free_text_search : Annotated[Optional[StrictStr], Field( description="Limit the catalog to only things in some way dealing with the passed in text string")] = None, json_proper : Annotated[Optional[StrictBool], Field(description="Should this be text/json (not json-encoded-as-a-string)")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[str, Awaitable[str]]: # noqa: E501
64
64
  """GetCatalog: Get a Flattened Table/Field Catalog # noqa: E501
65
65
 
66
- Returns the User's full version of the catalog (Providers, their fields and associated information) that are currently running that you have access to (in Json format). This is the entire catalog flattened, which is often quite large and always a bit repetitive. The internal results are cached for several minutes. Consider using `api/Catalog/providers` and `api/Catalog/fields` for a more granular and incremental loading flow. The following error codes are to be anticipated with standard Problem Detail reports: - 401 Unauthorized - 403 Forbidden # noqa: E501
66
+ Returns the User's full version of the catalog (Providers, their fields and associated information) that are currently running that you have access to (in Json format). This is the entire catalog flattened, which is often quite large and always a bit repetitive. The internal results are cached for several minutes. Consider using `api/Catalog/providers` and `api/Catalog/fields` for a more granular and incremental loading flow. It is possible to be throttled if you make too many requests in a short period of time, receiving a: - 429 Too Many Requests : Please try your request again soon The following error codes are to be anticipated with standard Problem Detail reports: - 401 Unauthorized - 403 Forbidden # noqa: E501
67
67
  This method makes a synchronous HTTP request by default. To make an
68
68
  asynchronous HTTP request, please pass async_req=True
69
69
 
@@ -96,7 +96,7 @@ class CurrentTableFieldCatalogApi:
96
96
  def get_catalog_with_http_info(self, free_text_search : Annotated[Optional[StrictStr], Field( description="Limit the catalog to only things in some way dealing with the passed in text string")] = None, json_proper : Annotated[Optional[StrictBool], Field(description="Should this be text/json (not json-encoded-as-a-string)")] = None, **kwargs) -> ApiResponse: # noqa: E501
97
97
  """GetCatalog: Get a Flattened Table/Field Catalog # noqa: E501
98
98
 
99
- Returns the User's full version of the catalog (Providers, their fields and associated information) that are currently running that you have access to (in Json format). This is the entire catalog flattened, which is often quite large and always a bit repetitive. The internal results are cached for several minutes. Consider using `api/Catalog/providers` and `api/Catalog/fields` for a more granular and incremental loading flow. The following error codes are to be anticipated with standard Problem Detail reports: - 401 Unauthorized - 403 Forbidden # noqa: E501
99
+ Returns the User's full version of the catalog (Providers, their fields and associated information) that are currently running that you have access to (in Json format). This is the entire catalog flattened, which is often quite large and always a bit repetitive. The internal results are cached for several minutes. Consider using `api/Catalog/providers` and `api/Catalog/fields` for a more granular and incremental loading flow. It is possible to be throttled if you make too many requests in a short period of time, receiving a: - 429 Too Many Requests : Please try your request again soon The following error codes are to be anticipated with standard Problem Detail reports: - 401 Unauthorized - 403 Forbidden # noqa: E501
100
100
  This method makes a synchronous HTTP request by default. To make an
101
101
  asynchronous HTTP request, please pass async_req=True
102
102
 
@@ -222,7 +222,7 @@ class CurrentTableFieldCatalogApi:
222
222
  def get_fields(self, table_like : Annotated[Optional[StrictStr], Field()] = None, async_req: Optional[bool]=None, **kwargs) -> Union[str, Awaitable[str]]: # noqa: E501
223
223
  """GetFields: List field and parameters for providers # noqa: E501
224
224
 
225
- Returns the User's full version of the catalog but only the field/parameter-level information (as well as the TableName they refer to, of course) for tables matching the `tableLike` (manually include wildcards if desired). The internal results are cached for several minutes. The following error codes are to be anticipated with standard Problem Detail reports: - 401 Unauthorized - 403 Forbidden # noqa: E501
225
+ Returns the User's full version of the catalog but only the field/parameter-level information (as well as the TableName they refer to, of course) for tables matching the `tableLike` (manually include wildcards if desired). The internal results are cached for several minutes. It is possible to be throttled if you make too many requests in a short period of time, receiving a: - 429 Too Many Requests : Please try your request again soon The following error codes are to be anticipated with standard Problem Detail reports: - 401 Unauthorized - 403 Forbidden # noqa: E501
226
226
  This method makes a synchronous HTTP request by default. To make an
227
227
  asynchronous HTTP request, please pass async_req=True
228
228
 
@@ -253,7 +253,7 @@ class CurrentTableFieldCatalogApi:
253
253
  def get_fields_with_http_info(self, table_like : Annotated[Optional[StrictStr], Field()] = None, **kwargs) -> ApiResponse: # noqa: E501
254
254
  """GetFields: List field and parameters for providers # noqa: E501
255
255
 
256
- Returns the User's full version of the catalog but only the field/parameter-level information (as well as the TableName they refer to, of course) for tables matching the `tableLike` (manually include wildcards if desired). The internal results are cached for several minutes. The following error codes are to be anticipated with standard Problem Detail reports: - 401 Unauthorized - 403 Forbidden # noqa: E501
256
+ Returns the User's full version of the catalog but only the field/parameter-level information (as well as the TableName they refer to, of course) for tables matching the `tableLike` (manually include wildcards if desired). The internal results are cached for several minutes. It is possible to be throttled if you make too many requests in a short period of time, receiving a: - 429 Too Many Requests : Please try your request again soon The following error codes are to be anticipated with standard Problem Detail reports: - 401 Unauthorized - 403 Forbidden # noqa: E501
257
257
  This method makes a synchronous HTTP request by default. To make an
258
258
  asynchronous HTTP request, please pass async_req=True
259
259
 
@@ -373,7 +373,7 @@ class CurrentTableFieldCatalogApi:
373
373
  def get_providers(self, free_text_search : Annotated[Optional[StrictStr], Field( description="Limit the catalog to only things in some way dealing with the passed in text string")] = None, async_req: Optional[bool]=None, **kwargs) -> Union[str, Awaitable[str]]: # noqa: E501
374
374
  """GetProviders: List available providers # noqa: E501
375
375
 
376
- Returns the User's full version of the catalog but only the table/provider-level information they have access to. The internal results are cached for several minutes. The following error codes are to be anticipated with standard Problem Detail reports: - 401 Unauthorized - 403 Forbidden # noqa: E501
376
+ Returns the User's full version of the catalog but only the table/provider-level information they have access to. The internal results are cached for several minutes. It is possible to be throttled if you make too many requests in a short period of time, receiving a: - 429 Too Many Requests : Please try your request again soon The following error codes are to be anticipated with standard Problem Detail reports: - 401 Unauthorized - 403 Forbidden # noqa: E501
377
377
  This method makes a synchronous HTTP request by default. To make an
378
378
  asynchronous HTTP request, please pass async_req=True
379
379
 
@@ -404,7 +404,7 @@ class CurrentTableFieldCatalogApi:
404
404
  def get_providers_with_http_info(self, free_text_search : Annotated[Optional[StrictStr], Field( description="Limit the catalog to only things in some way dealing with the passed in text string")] = None, **kwargs) -> ApiResponse: # noqa: E501
405
405
  """GetProviders: List available providers # noqa: E501
406
406
 
407
- Returns the User's full version of the catalog but only the table/provider-level information they have access to. The internal results are cached for several minutes. The following error codes are to be anticipated with standard Problem Detail reports: - 401 Unauthorized - 403 Forbidden # noqa: E501
407
+ Returns the User's full version of the catalog but only the table/provider-level information they have access to. The internal results are cached for several minutes. It is possible to be throttled if you make too many requests in a short period of time, receiving a: - 429 Too Many Requests : Please try your request again soon The following error codes are to be anticipated with standard Problem Detail reports: - 401 Unauthorized - 403 Forbidden # noqa: E501
408
408
  This method makes a synchronous HTTP request by default. To make an
409
409
  asynchronous HTTP request, please pass async_req=True
410
410
 
@@ -445,7 +445,7 @@ class Configuration:
445
445
  return "Python SDK Debug Report:\n"\
446
446
  "OS: {env}\n"\
447
447
  "Python Version: {pyversion}\n"\
448
- "Version of the API: 1.18.625\n"\
448
+ "Version of the API: 1.18.651\n"\
449
449
  "SDK Package Version: {package_version}".\
450
450
  format(env=sys.platform, pyversion=sys.version, package_version=package_version)
451
451
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: luminesce-sdk
3
- Version: 2.2.6
3
+ Version: 2.2.8
4
4
  Summary: FINBOURNE Luminesce Web API
5
5
  Home-page: https://github.com/finbourne/luminesce-sdk-python
6
6
  License: MIT
@@ -3,7 +3,7 @@ luminesce/api/__init__.py,sha256=Gs6_mGj7uS5ri7lhDmRWkzlcWq7HXbPSMEq9Q1cIEfw,111
3
3
  luminesce/api/application_metadata_api.py,sha256=apc8lEV3WL9C5yl_S3n61RP7WnxrX0mXzVYH01zuLPA,8760
4
4
  luminesce/api/binary_downloading_api.py,sha256=1T6sEyGQYei_oyKNzsybP01UsfOw8V6ZNCsU0D7BHPo,20122
5
5
  luminesce/api/certificate_management_api.py,sha256=O_q368dPyDhdtInk2JGB67mJ3O1RP2ZBqg3PtXmsdr8,31116
6
- luminesce/api/current_table_field_catalog_api.py,sha256=nAZpaZHUTm7GcKyPs7gzHL-ye7yjV5cNqyRyChraHTg,24965
6
+ luminesce/api/current_table_field_catalog_api.py,sha256=Lcan-kAeGBz1mdTtc37L2Hr9YSVTTo6YAfsyyX5TzG4,25943
7
7
  luminesce/api/health_checking_endpoint_api.py,sha256=zAAUThGotYgeZXH6dDFqhk5gNFryfVYzlzjKmXDQjgw,8632
8
8
  luminesce/api/historically_executed_queries_api.py,sha256=CyLTTm2ZJ6-zzzviOr1ehxcq-Wb-JAepCLJDXr73fQ8,65954
9
9
  luminesce/api/multi_query_execution_api.py,sha256=bq29TwJdDmAxCjKu7WQmFxZppZoWjQS0vRVNQLI9q5A,38534
@@ -12,7 +12,7 @@ luminesce/api/sql_design_api.py,sha256=WrmxKbHxX25-qbfDSnN3YQyQLDgM6OFqtlyZoHPc3
12
12
  luminesce/api/sql_execution_api.py,sha256=zaecuqSB1JLyYhZ-zB-YR5t0f9B3LzmlxAKKrMUyM1A,180318
13
13
  luminesce/api_client.py,sha256=pcIeqqelBzsto2bQY3A3ALLuW6NphI9TDYWIjVSUrKY,31186
14
14
  luminesce/api_response.py,sha256=6-gnhty6lu8MMAERt3_kTVD7UxQgWFfcjgpcq6iN5IU,855
15
- luminesce/configuration.py,sha256=eSG6rrhbqaelUB0nSzUt0yHi_p6weELak3Dj0bTGmo8,18017
15
+ luminesce/configuration.py,sha256=AYZnQkI2TKKI0CRWJo4wHuaG79vXEiNnAAJHRfuasUA,18017
16
16
  luminesce/exceptions.py,sha256=z3FkOn69IUrE44CaeNt1dCX7aI-gNkPZ4FI9ShmTQC8,5344
17
17
  luminesce/extensions/__init__.py,sha256=Ae4tuN73CThE9i7c8A5HktOX4-P8tC1JOt6RgM6oacg,642
18
18
  luminesce/extensions/api_client.py,sha256=J175WcVs4r-XfQFgmHFfnVFWPNw4graIDvVwWXENX7M,30993
@@ -112,6 +112,6 @@ luminesce/models/view_parameter.py,sha256=EveKWFtpojrzvX9KhT7ag7lJA54w_OcFS0JxlH
112
112
  luminesce/models/writer_design.py,sha256=JI1EO5YhbIeuOZnEfOL6ONJhk_XmaJuSlR3SwR86VHU,4716
113
113
  luminesce/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
114
114
  luminesce/rest.py,sha256=jPlPMTmdrPXCaisGiNGkjP2TJLT0dSH51tvzauPijNk,13453
115
- luminesce_sdk-2.2.6.dist-info/METADATA,sha256=1K80F6kalLH97bmB3_rHyd2gngM1IvO-O0rcMa971Pk,18266
116
- luminesce_sdk-2.2.6.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
117
- luminesce_sdk-2.2.6.dist-info/RECORD,,
115
+ luminesce_sdk-2.2.8.dist-info/METADATA,sha256=fJvQpGagGU0AXjuM8YJyMkSTqHsz5Wln6dE7e2KDSew,18266
116
+ luminesce_sdk-2.2.8.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
117
+ luminesce_sdk-2.2.8.dist-info/RECORD,,