QueryTablesApi
v0.0.1

Event represents when a query tables API call has been made.

Consumer / Producer Diagram

QueryTablesApi Schema (avsc)
{
  "type": "record",
  "name": "data.QueryTablesAPI",
  "fields": [
    {
      "name": "appID",
      "type": "string"
    },
    {
      "name": "idempotencyKey",
      "type": "string"
    },
    {
      "name": "orgID",
      "type": "string"
    },
    {
      "name": "rowCount",
      "type": "int"
    },
    {
      "name": "timestamp",
      "type": {
        "type": "long",
        "logicalType": "timestamp-millis"
      }
    },
    {
      "name": "pluginID",
      "type": ["null", "string"],
      "default": null,
      "doc": "The 3rd party used doing the mutation"
    }
  ]
}
Edit this pageLast updated on 2025/1/8