Skip to content

Commit

Permalink
update manifest for airbyte tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmizerany committed Feb 20, 2024
1 parent 6d67fbd commit 314f2b2
Showing 1 changed file with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ streams:
partition_router: []
primary_key:
- id
schema_loader:
type: JsonSchema
file_path: "./source_fleetio/schemas/submitted_inspection_forms.json"
- name: issues
type: DeclarativeStream
retriever:
Expand Down Expand Up @@ -83,6 +86,9 @@ streams:
partition_router: []
primary_key:
- id
schema_loader:
type: JsonSchema
file_path: "./source_fleetio/schemas/issues.json"
- name: service_entries
type: DeclarativeStream
retriever:
Expand Down Expand Up @@ -122,6 +128,9 @@ streams:
partition_router: []
primary_key:
- id
schema_loader:
type: JsonSchema
file_path: "./source_fleetio/schemas/service_entries.json"
- name: vehicles
type: DeclarativeStream
retriever:
Expand Down Expand Up @@ -161,6 +170,9 @@ streams:
partition_router: []
primary_key:
- id
schema_loader:
type: JsonSchema
file_path: "./source_fleetio/schemas/vehicles.json"
- name: expense_entries
type: DeclarativeStream
retriever:
Expand Down Expand Up @@ -200,6 +212,9 @@ streams:
partition_router: []
primary_key:
- id
schema_loader:
type: JsonSchema
file_path: "./source_fleetio/schemas/expense_entries.json"
- name: contacts
type: DeclarativeStream
retriever:
Expand Down Expand Up @@ -239,6 +254,9 @@ streams:
partition_router: []
primary_key:
- id
schema_loader:
type: JsonSchema
file_path: "./source_fleetio/schemas/contacts.json"
- name: fuel_entries
type: DeclarativeStream
retriever:
Expand Down Expand Up @@ -278,6 +296,9 @@ streams:
partition_router: []
primary_key:
- id
schema_loader:
type: JsonSchema
file_path: "./source_fleetio/schemas/fuel_entries.json"
- name: parts
type: DeclarativeStream
retriever:
Expand Down Expand Up @@ -317,6 +338,9 @@ streams:
partition_router: []
primary_key:
- id
schema_loader:
type: JsonSchema
file_path: "./source_fleetio/schemas/parts.json"
- name: purchase_orders
type: DeclarativeStream
retriever:
Expand Down Expand Up @@ -356,6 +380,9 @@ streams:
partition_router: []
primary_key:
- id
schema_loader:
type: JsonSchema
file_path: "./source_fleetio/schemas/purchase_orders.json"
- name: vehicle_assignments
type: DeclarativeStream
retriever:
Expand Down Expand Up @@ -395,6 +422,9 @@ streams:
partition_router: []
primary_key:
- id
schema_loader:
type: JsonSchema
file_path: "./source_fleetio/schemas/vehicle_assignments.json"
spec:
connection_specification:
$schema: http://json-schema.org/draft-07/schema#
Expand Down

0 comments on commit 314f2b2

Please sign in to comment.