Skip to content

Commit

Permalink
fix: roll back hasura (#1528)
Browse files Browse the repository at this point in the history
* fix: roll back hasura

* set sync_to_db to false
  • Loading branch information
ccerv1 authored May 25, 2024
1 parent bcb797e commit 8bf6842
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 24 deletions.
22 changes: 0 additions & 22 deletions apps/hasura/metadata/databases/cloudsql/tables/contracts_v1.yaml

This file was deleted.

1 change: 0 additions & 1 deletion apps/hasura/metadata/databases/cloudsql/tables/tables.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
- "!include artifacts_v1.yaml"
- "!include code_metrics_by_project_v1.yaml"
- "!include collections_v1.yaml"
- "!include contracts_v1.yaml"
- "!include event_indexing_status_by_project_v1.yaml"
- "!include event_types_v1.yaml"
- "!include events_daily_to_artifact.yaml"
Expand Down
2 changes: 1 addition & 1 deletion warehouse/dbt/models/marts/directory/contracts_v1.sql
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{
config(meta = {
'sync_to_db': True
'sync_to_db': False
})
}}

Expand Down

0 comments on commit 8bf6842

Please sign in to comment.