Skip to content

Commit

Permalink
source-klaviyo: update snapshot file names
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex-Bair committed Oct 9, 2024
1 parent 86ec0af commit d95d51d
Show file tree
Hide file tree
Showing 5 changed files with 384 additions and 382 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,307 @@
[
{
"documentSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"_meta": {
"properties": {
"row_id": {
"type": "integer"
}
},
"required": [
"row_id"
],
"type": "object"
},
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object",
"x-infer-schema": true
},
"key": [
"/id"
],
"recommendedName": "campaigns",
"resourceConfig": {
"cursorField": [
"updated_at"
],
"stream": "campaigns",
"syncMode": "incremental"
}
},
{
"documentSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"_meta": {
"properties": {
"row_id": {
"type": "integer"
}
},
"required": [
"row_id"
],
"type": "object"
},
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object",
"x-infer-schema": true
},
"key": [
"/id"
],
"recommendedName": "events",
"resourceConfig": {
"cursorField": [
"datetime"
],
"stream": "events",
"syncMode": "incremental"
}
},
{
"documentSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"_meta": {
"properties": {
"row_id": {
"type": "integer"
}
},
"required": [
"row_id"
],
"type": "object"
},
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object",
"x-infer-schema": true
},
"key": [
"/id"
],
"recommendedName": "global_exclusions",
"resourceConfig": {
"cursorField": [
"updated"
],
"stream": "global_exclusions",
"syncMode": "incremental"
}
},
{
"documentSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"_meta": {
"properties": {
"row_id": {
"type": "integer"
}
},
"required": [
"row_id"
],
"type": "object"
},
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object",
"x-infer-schema": true
},
"key": [
"/id"
],
"recommendedName": "lists",
"resourceConfig": {
"cursorField": [
"updated"
],
"stream": "lists",
"syncMode": "incremental"
}
},
{
"documentSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"_meta": {
"properties": {
"row_id": {
"type": "integer"
}
},
"required": [
"row_id"
],
"type": "object"
},
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object",
"x-infer-schema": true
},
"key": [
"/id"
],
"recommendedName": "metrics",
"resourceConfig": {
"cursorField": [
"updated"
],
"stream": "metrics",
"syncMode": "incremental"
}
},
{
"documentSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"_meta": {
"properties": {
"row_id": {
"type": "integer"
}
},
"required": [
"row_id"
],
"type": "object"
},
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object",
"x-infer-schema": true
},
"key": [
"/id"
],
"recommendedName": "flows",
"resourceConfig": {
"cursorField": [
"updated"
],
"stream": "flows",
"syncMode": "incremental"
}
},
{
"documentSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"_meta": {
"properties": {
"row_id": {
"type": "integer"
}
},
"required": [
"row_id"
],
"type": "object"
},
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object",
"x-infer-schema": true
},
"key": [
"/id"
],
"recommendedName": "email_templates",
"resourceConfig": {
"cursorField": [
"updated"
],
"stream": "email_templates",
"syncMode": "incremental"
}
},
{
"documentSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"_meta": {
"properties": {
"row_id": {
"type": "integer"
}
},
"required": [
"row_id"
],
"type": "object"
},
"id": {
"type": "string"
}
},
"required": [
"id"
],
"type": "object",
"x-infer-schema": true
},
"key": [
"/id"
],
"recommendedName": "profiles",
"resourceConfig": {
"cursorField": [
"updated"
],
"stream": "profiles",
"syncMode": "incremental"
}
}
]

Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
[
{
"configSchema": {
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"api_key": {
"airbyte_secret": true,
"description": "Klaviyo API Key. See our docs if you need help finding this key: https://go.estuary.dev/JqH0gQ",
"order": 0,
"title": "Api Key",
"type": "string"
},
"start_date": {
"description": "UTC date and time in the format 2017-01-25T00:00:00Z. Any data before this date will not be replicated. This field is optional - if not provided, all data will be replicated.",
"examples": [
"2017-01-25T00:00:00Z"
],
"format": "date-time",
"order": 1,
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}Z$",
"title": "Start Date",
"type": "string"
}
},
"required": [
"api_key"
],
"title": "Klaviyo Spec",
"type": "object"
},
"documentationUrl": "https://go.estuary.dev/JqH0gQ",
"protocol": 3032023,
"resourceConfigSchema": {
"additionalProperties": false,
"description": "ResourceConfig encodes a configured resource stream",
"properties": {
"cursorField": {
"items": {
"type": "string"
},
"title": "Cursor Field",
"type": "array"
},
"namespace": {
"description": "Enclosing schema namespace of this resource",
"title": "Namespace",
"type": "string"
},
"stream": {
"description": "Name of this stream",
"title": "Stream",
"type": "string"
},
"syncMode": {
"description": "Sync this resource incrementally, or fully refresh it every run",
"enum": [
"full_refresh",
"incremental"
],
"title": "Sync Mode",
"type": "string"
}
},
"required": [
"stream",
"syncMode"
],
"title": "ResourceConfig",
"type": "object"
},
"resourcePathPointers": [
"/namespace",
"/stream"
]
}
]

Loading

0 comments on commit d95d51d

Please sign in to comment.