Scan

Scan

Certified

Scan a GeminiDB (DynamoDB-compatible) table

yaml
type: io.kestra.plugin.huawei.geminidb.Scan
yaml
id: geminidb_scan
namespace: company.team

tasks:
  - id: scan
    type: io.kestra.plugin.huawei.geminidb.Scan
    accessKeyId: "{{ secret('HUAWEI_AK') }}"
    secretAccessKey: "{{ secret('HUAWEI_SK') }}"
    endpoint: "https://192.168.0.10:8635"
    tableName: persons

yaml
id: geminidb_scan_filter
namespace: company.team

tasks:
  - id: scan
    type: io.kestra.plugin.huawei.geminidb.Scan
    accessKeyId: "{{ secret('HUAWEI_AK') }}"
    secretAccessKey: "{{ secret('HUAWEI_SK') }}"
    endpoint: "https://192.168.0.10:8635"
    tableName: persons
    filterExpression: "lastname = :lastname"
    expressionAttributeValues:
      ":lastname": "Doe"
Properties
DefaultSTORE
Possible Values
STOREFETCHFETCH_ONENONE
Default100
Definitions
authMethodstring
DefaultPASSWORD
Possible Values
PASSWORDTOKEN
domainNamestring
durationSecondsintegerstring
Default900
endpointSuffixstring
Defaultmyhuaweicloud.com
iamTokenstring
passwordstring
projectNamestring
scopestring
DefaultPROJECT
Possible Values
PROJECTDOMAIN
usernamestring
Formaturi
Unititems