QueryQuery
QueryCertified

yaml
type: "io.kestra.plugin.surrealdb.Query"
yaml
id: surrealdb_query
namespace: company.team

tasks:
  - id: select
    type: io.kestra.plugin.surrealdb.Query
    useTls: true
    host: localhost
    port: 8000
    username: surreal_user
    password: surreal_passwd
    database: surreal_db
    namespace: surreal_namespace
    query: SELECT * FROM SURREAL_TABLE
    fetchType: STORE
Properties
Min length1
Min length1
Min length1
Min length1
Definitions
Default60
Minimum>
DefaultSTORE
Possible Values
STOREFETCHFETCH_ONENONE
SubTypestring
Default{}
Default8000
Minimum>
Defaultfalse
SubTypeobject
Formaturi