Datasources¶
This section documents the DatasourcesApi client from openapi_client.api.datasources_api. The content is generated automatically and updates when new methods are added.
Client¶
To use this API client:
import os
import certifi
from openapi_client.amorphic_api_client import AmorphicApiClient
from openapi_client.api.datasources_api import DatasourcesApi
client = AmorphicApiClient.create_with_auth(
host=os.getenv('API_GW_URL'),
role_id=os.getenv('ROLE_ID'),
ssl_ca_cert=certifi.where(),
debug=False,
aws_profile=None,
env_var='PAT_TOKEN'
)
api = DatasourcesApi(client)
Available Methods¶
- create_datasource
- create_datasource_asset_comment
- create_datasource_dataflow
- create_datasource_entity
- datasource_operations
- delete_datasource
- delete_datasource_asset_comment
- delete_datasource_dataflow
- delete_datasource_entity
- download_datasource_dataflow_logs
- download_datasource_entity_logs
- get_datasource_asset_details
- get_datasource_dataflow_details
- get_datasource_dataflow_execution_details
- get_datasource_details
- get_datasource_entity_details
- get_datasource_sync_job
- list_dataflows_by_datasource_id
- list_datasource_asset_comments
- list_datasource_assets
- list_datasource_dataflow_executions
- list_datasource_dataflows
- list_datasource_entities
- list_datasource_sync_jobs
- list_datasources
- run_datasource_dataflow
- schedule_datasource_operation
- trigger_datasource_sync_job
- update_datasource_asset
- update_datasource_dataflow
- update_datasource_details
- update_datasource_entity