Skip to content

Commit

Permalink
Remove snapshots (#176)
Browse files Browse the repository at this point in the history
Switch off snapshots

Currently we are unable to ingest these due to a recursion error within
sqlglot.

Switch this off until we know we need snapshots and can investigate
further.
  • Loading branch information
MatMoore authored Jul 3, 2024
1 parent 1f833c4 commit fd0c6bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion/cadet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ source:
entities_enabled:
test_results: "YES"
seeds: "NO"
snapshots: "YES"
snapshots: "NO"
models: "YES"
sources: "YES"
test_definitions: "YES"
Expand Down

0 comments on commit fd0c6bf

Please sign in to comment.