luminesce-sdk 2.2.6__tar.gz → 2.2.7__tar.gz
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.
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/PKG-INFO +1 -1
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/current_table_field_catalog_api.py +6 -6
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/configuration.py +1 -1
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/pyproject.toml +1 -1
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/README.md +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/__init__.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/__init__.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/application_metadata_api.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/binary_downloading_api.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/certificate_management_api.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/health_checking_endpoint_api.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/historically_executed_queries_api.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/multi_query_execution_api.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/sql_background_execution_api.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/sql_design_api.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/sql_execution_api.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api_client.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api_response.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/exceptions.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/__init__.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/api_client.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/api_client_factory.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/api_configuration.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/configuration_loaders.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/configuration_options.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/file_access_token.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/proxy_config.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/refreshing_token.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/rest.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/retry.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/socket_keep_alive.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/tcp_keep_alive_connector.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/__init__.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/access_controlled_action.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/access_controlled_resource.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/access_controlled_resource_identifier_part_schema_attribute.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/action_id.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/aggregate_function.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/aggregation.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/auto_detect_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/available_field.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/available_parameter.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/background_multi_query_progress_response.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/background_multi_query_response.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/background_query_cancel_response.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/background_query_progress_response.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/background_query_response.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/background_query_state.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/case_statement_design.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/case_statement_item.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/certificate_action.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/certificate_file_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/certificate_state.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/certificate_status.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/certificate_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/column.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/column_info.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/column_state_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/condition_attributes.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/convert_to_view_data.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/cursor_position.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/dashboard_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/data_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/date_parameters.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/design_join_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/error_highlight_item.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/error_highlight_request.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/error_highlight_response.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/expression_with_alias.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/feedback_event_args.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/feedback_level.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/field_design.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/field_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/file_reader_builder_def.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/file_reader_builder_response.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/filter_model.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/filter_term_design.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/filter_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/id_selector_definition.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/inlined_property_design.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/inlined_property_item.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/intellisense_item.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/intellisense_request.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/intellisense_response.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/intellisense_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/joined_table_design.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/link.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/luminesce_binary_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/lusid_grid_data.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/lusid_problem_details.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/mappable_field.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/mapping_flags.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/multi_query_definition_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/on_clause_term_design.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/options_csv.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/options_excel.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/options_parquet.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/options_sq_lite.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/options_xml.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/order_by_direction.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/order_by_term_design.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/query_design.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/query_designer_binary_operator.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/query_designer_version.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/resource_id.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/resource_list_of_access_controlled_resource.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/scalar_parameter.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/source.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/source_type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/table_meta.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/table_view.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/task_status.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/type.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/view_parameter.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/writer_design.py +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/py.typed +0 -0
- {luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/rest.py +0 -0
{luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/current_table_field_catalog_api.py
RENAMED
|
@@ -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.
|
|
448
|
+
"Version of the API: 1.18.644\n"\
|
|
449
449
|
"SDK Package Version: {package_version}".\
|
|
450
450
|
format(env=sys.platform, pyversion=sys.version, package_version=package_version)
|
|
451
451
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/api/historically_executed_queries_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/extensions/tcp_keep_alive_connector.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/background_multi_query_response.py
RENAMED
|
File without changes
|
{luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/background_query_cancel_response.py
RENAMED
|
File without changes
|
{luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/background_query_progress_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/file_reader_builder_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{luminesce_sdk-2.2.6 → luminesce_sdk-2.2.7}/luminesce/models/query_designer_binary_operator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|