Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmmizerany committed Feb 20, 2024
1 parent 314f2b2 commit 4ed12d0
Showing 1 changed file with 0 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ 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 @@ -86,9 +83,6 @@ 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 @@ -128,9 +122,6 @@ 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 @@ -170,9 +161,6 @@ 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 @@ -212,9 +200,6 @@ 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 @@ -254,9 +239,6 @@ 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 @@ -296,9 +278,6 @@ 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 @@ -338,9 +317,6 @@ 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 @@ -380,9 +356,6 @@ 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 @@ -422,9 +395,6 @@ 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 4ed12d0

Please sign in to comment.