-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lint all JSON files, update pre-commit steps
- Loading branch information
1 parent
aa409a2
commit a7cad0e
Showing
40 changed files
with
241 additions
and
205 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
extends: default | ||
|
||
rules: | ||
line-length: | ||
line-length: # Compose volume mounts cannot be wrapped | ||
level: warning |
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 |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{ | ||
"description": "Cache service module (enables materialized view management and table scan redirections)", | ||
"incompatibleModules": [], | ||
"dependentModules": ["hive", "postgres", "insights"], | ||
"dependentModules": [ | ||
"hive", | ||
"postgres", | ||
"insights" | ||
], | ||
"enterprise": true | ||
} | ||
} |
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 |
---|---|---|
|
@@ -22,4 +22,4 @@ | |
] | ||
} | ||
] | ||
} | ||
} |
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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{ | ||
"description": "Data products module", | ||
"incompatibleModules": [], | ||
"dependentModules": ["insights", "hive"], | ||
"dependentModules": [ | ||
"insights", | ||
"hive" | ||
], | ||
"enterprise": true | ||
} |
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 |
---|---|---|
@@ -1,7 +1,6 @@ | ||
{ | ||
"description": "File group provider module", | ||
"incompatibleModules": [], | ||
"dependentModules": [], | ||
"enterprise": false | ||
} | ||
|
||
"description": "File group provider module", | ||
"incompatibleModules": [], | ||
"dependentModules": [], | ||
"enterprise": false | ||
} |
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 |
---|---|---|
@@ -1,6 +1,9 @@ | ||
{ | ||
"description": "Session property manager module", | ||
"incompatibleModules": [], | ||
"dependentModules": ["file-group-provider", "resource-groups"], | ||
"dependentModules": [ | ||
"file-group-provider", | ||
"resource-groups" | ||
], | ||
"enterprise": false | ||
} |
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 |
---|---|---|
|
@@ -30,4 +30,4 @@ | |
"query_max_execution_time": "1h" | ||
} | ||
} | ||
] | ||
] |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"description": "ClickHouse catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} | ||
"description": "ClickHouse catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"description": "Db2 catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": true | ||
} | ||
"description": "Db2 catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": true | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"description": "Delta Lake catalog module (includes object storage (MinIO) and Hive metastore)", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} | ||
"description": "Delta Lake catalog module (includes object storage (MinIO) and Hive metastore)", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"description": "Elasticsearch catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} | ||
"description": "Elasticsearch catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"description": "Hive catalog module (includes object storage (MinIO) and Hive metastore)", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} | ||
"description": "Hive catalog module (includes object storage (MinIO) and Hive metastore)", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"description": "Iceberg catalog module (uses Iceberg REST catalog for metadata management)", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} | ||
"description": "Iceberg catalog module (uses Iceberg REST catalog for metadata management)", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"description": "MariaDB catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} | ||
"description": "MariaDB catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"description": "MySQL catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} | ||
"description": "MySQL catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"description": "Pinot catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} | ||
"description": "Pinot catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"description": "SQL Server catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
"description": "SQL Server catalog module", | ||
"incompatibleModules": [], | ||
"enterprise": false | ||
} |
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 |
---|---|---|
@@ -1,7 +1,11 @@ | ||
{ | ||
"description": "Test module.", | ||
"incompatibleModules": ["ldap"], | ||
"dependentModules": ["file-access-control"], | ||
"versions": [], | ||
"enterprise": false | ||
"description": "Test module.", | ||
"incompatibleModules": [ | ||
"ldap" | ||
], | ||
"dependentModules": [ | ||
"file-access-control" | ||
], | ||
"versions": [], | ||
"enterprise": false | ||
} |
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 |
---|---|---|
@@ -1,6 +1,8 @@ | ||
{ | ||
"description": "Built-in access control (BIAC) module", | ||
"incompatibleModules": [], | ||
"dependentModules": ["insights"], | ||
"dependentModules": [ | ||
"insights" | ||
], | ||
"enterprise": true | ||
} |
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 |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{ | ||
"description": "File-based access control module", | ||
"incompatibleModules": ["biac"], | ||
"dependentModules": ["file-group-provider"], | ||
"enterprise": false | ||
} | ||
"description": "File-based access control module", | ||
"incompatibleModules": [ | ||
"biac" | ||
], | ||
"dependentModules": [ | ||
"file-group-provider" | ||
], | ||
"enterprise": false | ||
} |
Oops, something went wrong.