OpenAPI definition
Project description
gooddata-afm-client
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
This Python package is automatically generated by the OpenAPI Generator project:
- API version: v0
- Package version: 1.2.1a2
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
Requirements.
Python >=3.6
Installation & Usage
pip install
If the python package is hosted on a repository, you can install directly using:
pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
(you may need to run pip
with root permission: sudo pip install git+https://github.com/GIT_USER_ID/GIT_REPO_ID.git
)
Then import the package:
import gooddata_afm_client
Setuptools
Install via Setuptools.
python setup.py install --user
(or sudo python setup.py install
to install the package for all users)
Then import the package:
import gooddata_afm_client
Getting Started
Please follow the installation procedure and then run the following:
import time
import gooddata_afm_client
from pprint import pprint
from gooddata_afm_client.api import actions_api
from gooddata_afm_client.model.afm_execution import AfmExecution
from gooddata_afm_client.model.afm_execution_response import AfmExecutionResponse
from gooddata_afm_client.model.afm_valid_objects_query import AfmValidObjectsQuery
from gooddata_afm_client.model.afm_valid_objects_response import AfmValidObjectsResponse
from gooddata_afm_client.model.elements_request import ElementsRequest
from gooddata_afm_client.model.elements_response import ElementsResponse
from gooddata_afm_client.model.execution_result import ExecutionResult
from gooddata_afm_client.model.result_cache_metadata import ResultCacheMetadata
# Defining the host is optional and defaults to http://localhost
# See configuration.py for a list of all supported configuration parameters.
configuration = gooddata_afm_client.Configuration(
host = "http://localhost"
)
# Enter a context with an instance of the API client
with gooddata_afm_client.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = actions_api.ActionsApi(api_client)
workspace_id = "/6bUUGjjNSwg0_bs" # str | Workspace identifier
elements_request = ElementsRequest(
complement_filter=False,
data_sampling_percentage=100,
exact_filter=[
"exact_filter_example",
],
exclude_primary_label=False,
filter_by=FilterBy(
label_type="REQUESTED",
),
label="label_example",
pattern_filter="pattern_filter_example",
sort_order="ASC",
) # ElementsRequest |
offset = 0 # int | Request page with this offset. Must be positive integer. The API is limited to the maximum of 10000 items. Therefore this parameter is limited to this number as well. (optional) (default to 0)
limit = 1000 # int | Return only this number of items. Must be positive integer. The API is limited to the maximum of 10000 items. Therefore this parameter is limited to this number as well. (optional) (default to 1000)
skip_cache = False # bool | Ignore all caches during execution of current request. (optional) (default to False)
try:
# Listing of label values. The resulting data are limited by the static platform limit to the maximum of 10000 rows.
api_response = api_instance.compute_label_elements_post(workspace_id, elements_request, offset=offset, limit=limit, skip_cache=skip_cache)
pprint(api_response)
except gooddata_afm_client.ApiException as e:
print("Exception when calling ActionsApi->compute_label_elements_post: %s\n" % e)
Documentation for API Endpoints
All URIs are relative to http://localhost
Class | Method | HTTP request | Description |
---|---|---|---|
ActionsApi | compute_label_elements_post | POST /api/v1/actions/workspaces/{workspaceId}/execution/collectLabelElements | Listing of label values. The resulting data are limited by the static platform limit to the maximum of 10000 rows. |
ActionsApi | compute_report | POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/execute | Executes analytical request and returns link to the result |
ActionsApi | compute_valid_objects | POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/computeValidObjects | Valid objects |
ActionsApi | explain_afm | POST /api/v1/actions/workspaces/{workspaceId}/execution/afm/explain | AFM explain resource. |
ActionsApi | retrieve_execution_metadata | GET /api/v1/actions/workspaces/{workspaceId}/execution/afm/execute/result/{resultId}/metadata | Get a single execution result's metadata. |
ActionsApi | retrieve_result | GET /api/v1/actions/workspaces/{workspaceId}/execution/afm/execute/result/{resultId} | Get a single execution result |
Documentation For Models
- AFM
- AbsoluteDateFilter
- AbsoluteDateFilterAbsoluteDateFilter
- AbstractMeasureValueFilter
- AfmExecution
- AfmExecutionResponse
- AfmIdentifier
- AfmLocalIdentifier
- AfmObjectIdentifier
- AfmObjectIdentifierAttribute
- AfmObjectIdentifierAttributeIdentifier
- AfmObjectIdentifierCore
- AfmObjectIdentifierCoreIdentifier
- AfmObjectIdentifierDataset
- AfmObjectIdentifierDatasetIdentifier
- AfmObjectIdentifierIdentifier
- AfmObjectIdentifierLabel
- AfmObjectIdentifierLabelIdentifier
- AfmValidObjectsQuery
- AfmValidObjectsResponse
- ArithmeticMeasureDefinition
- ArithmeticMeasureDefinitionArithmeticMeasure
- AttributeExecutionResultHeader
- AttributeFilter
- AttributeFilterElements
- AttributeFormat
- AttributeHeaderOut
- AttributeHeaderOutAttributeHeader
- AttributeItem
- AttributeResultHeader
- ComparisonMeasureValueFilter
- ComparisonMeasureValueFilterComparisonMeasureValueFilter
- DataColumnLocator
- DataColumnLocators
- DateFilter
- Dimension
- DimensionHeader
- Element
- ElementsRequest
- ElementsResponse
- ExecutionLinks
- ExecutionResponse
- ExecutionResult
- ExecutionResultGrandTotal
- ExecutionResultHeader
- ExecutionResultPaging
- ExecutionSettings
- FilterBy
- FilterDefinition
- FilterDefinitionForSimpleMeasure
- HeaderGroup
- InlineFilterDefinition
- InlineFilterDefinitionInline
- InlineMeasureDefinition
- InlineMeasureDefinitionInline
- MeasureDefinition
- MeasureExecutionResultHeader
- MeasureGroupHeaders
- MeasureHeaderOut
- MeasureItem
- MeasureResultHeader
- MeasureValueFilter
- NegativeAttributeFilter
- NegativeAttributeFilterNegativeAttributeFilter
- Paging
- PopDataset
- PopDatasetMeasureDefinition
- PopDatasetMeasureDefinitionPreviousPeriodMeasure
- PopDate
- PopDateMeasureDefinition
- PopDateMeasureDefinitionOverPeriodMeasure
- PopMeasureDefinition
- PositiveAttributeFilter
- PositiveAttributeFilterPositiveAttributeFilter
- RangeMeasureValueFilter
- RangeMeasureValueFilterRangeMeasureValueFilter
- RankingFilter
- RankingFilterRankingFilter
- RelativeDateFilter
- RelativeDateFilterRelativeDateFilter
- RestApiIdentifier
- ResultCacheMetadata
- ResultDimension
- ResultDimensionHeader
- ResultSpec
- SimpleMeasureDefinition
- SimpleMeasureDefinitionMeasure
- SortKey
- SortKeyAttribute
- SortKeyAttributeAttribute
- SortKeyTotal
- SortKeyTotalTotal
- SortKeyValue
- SortKeyValueValue
- Total
- TotalDimension
- TotalExecutionResultHeader
- TotalResultHeader
Documentation For Authorization
All endpoints do not require authorization.
Author
Notes for Large OpenAPI documents
If the OpenAPI document is large, imports in gooddata_afm_client.apis and gooddata_afm_client.models may fail with a RecursionError indicating the maximum recursion limit has been exceeded. In that case, there are a couple of solutions:
Solution 1: Use specific imports for apis and models like:
from gooddata_afm_client.api.default_api import DefaultApi
from gooddata_afm_client.model.pet import Pet
Solution 2: Before importing the package, adjust the maximum recursion limit as shown below:
import sys
sys.setrecursionlimit(1500)
import gooddata_afm_client
from gooddata_afm_client.apis import *
from gooddata_afm_client.models import *
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gooddata-afm-client-1.2.1a2.tar.gz
.
File metadata
- Download URL: gooddata-afm-client-1.2.1a2.tar.gz
- Upload date:
- Size: 86.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4bcc72d934af43a529cfe3cc94b12746829b71875e823468c17ed34ef0ba81cd |
|
MD5 | 507a9fab9ebbeaf1e7dd646883952dc3 |
|
BLAKE2b-256 | 9d3a07870e4588ff46684763b9d6e6b58d8f20f17045ee14afb0ac54eb2f37e7 |
File details
Details for the file gooddata_afm_client-1.2.1a2-py3-none-any.whl
.
File metadata
- Download URL: gooddata_afm_client-1.2.1a2-py3-none-any.whl
- Upload date:
- Size: 317.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9e9186e5a4d2bc28a4262bbb1536d418b7394bf72e9c9947dd500d0da30834b |
|
MD5 | a57e8b985fb613ae081905550f553831 |
|
BLAKE2b-256 | 61dc696a0b764668e2901e1160b7cace8269905e1432c396e29b0efb849385d1 |