-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from estuary/phil/quieter-logging
update proto-flow dependency, and add missing snapshots
- Loading branch information
Showing
5 changed files
with
101 additions
and
53 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 18 additions & 0 deletions
18
src/snapshots/rl_stats_ingester__test__endpoint_config_schema.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
source: src/lib.rs | ||
expression: schema | ||
--- | ||
{ | ||
"$schema": "https://json-schema.org/draft/2019-09/schema", | ||
"title": "EndpointConfig", | ||
"type": "object", | ||
"required": [ | ||
"authToken" | ||
], | ||
"properties": { | ||
"authToken": { | ||
"description": "Authentication token for the ballchasing api.\n\nIf you don't have one, get one by visiting: https://ballchasing.com/login", | ||
"type": "string" | ||
} | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
src/snapshots/rl_stats_ingester__test__resource_config_schema.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
source: src/lib.rs | ||
expression: schema | ||
--- | ||
{ | ||
"$schema": "https://json-schema.org/draft/2019-09/schema", | ||
"title": "ResourceConfig", | ||
"type": "object", | ||
"required": [ | ||
"creatorId" | ||
], | ||
"properties": { | ||
"creatorId": { | ||
"description": "The creator id to filter replays in ballchasing. Only replays in groups for this creator will be ingested.", | ||
"type": "string" | ||
} | ||
} | ||
} |