Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/en/latest/data/data-source/scan_schemata.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ api_ref: "CatalogDataSourceService.scan_schemata"

Returns a list of schemas that exist in the database and can be configured in the data source entity.

Data source managers like Dremio or Drill can work with multiple schemas and schema names can be injected into scan_request to filter out tables stored in the different schemas.
Data source managers like Dremio can work with multiple schemas and schema names can be injected into scan_request to filter out tables stored in the different schemas.

{{% parameters-block title="Parameters"%}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class DeclarativeDataSource(ModelNormal):
'MSSQL': "MSSQL",
'PRESTO': "PRESTO",
'DREMIO': "DREMIO",
'DRILL': "DRILL",
'AZURESQL': "AZURESQL",
'SYNAPSESQL': "SYNAPSESQL",
'DATABRICKS': "DATABRICKS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ class JsonApiDataSourceIdentifierOutAttributes(ModelNormal):
'MSSQL': "MSSQL",
'PRESTO': "PRESTO",
'DREMIO': "DREMIO",
'DRILL': "DRILL",
'AZURESQL': "AZURESQL",
'SYNAPSESQL': "SYNAPSESQL",
'DATABRICKS': "DATABRICKS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class JsonApiDataSourceInAttributes(ModelNormal):
'MSSQL': "MSSQL",
'PRESTO': "PRESTO",
'DREMIO': "DREMIO",
'DRILL': "DRILL",
'AZURESQL': "AZURESQL",
'SYNAPSESQL': "SYNAPSESQL",
'DATABRICKS': "DATABRICKS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class JsonApiDataSourceOutAttributes(ModelNormal):
'MSSQL': "MSSQL",
'PRESTO': "PRESTO",
'DREMIO': "DREMIO",
'DRILL': "DRILL",
'AZURESQL': "AZURESQL",
'SYNAPSESQL': "SYNAPSESQL",
'DATABRICKS': "DATABRICKS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class JsonApiDataSourcePatchAttributes(ModelNormal):
'MSSQL': "MSSQL",
'PRESTO': "PRESTO",
'DREMIO': "DREMIO",
'DRILL': "DRILL",
'AZURESQL': "AZURESQL",
'SYNAPSESQL': "SYNAPSESQL",
'DATABRICKS': "DATABRICKS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ class TestDefinitionRequest(ModelNormal):
'MSSQL': "MSSQL",
'PRESTO': "PRESTO",
'DREMIO': "DREMIO",
'DRILL': "DRILL",
'AZURESQL': "AZURESQL",
'SYNAPSESQL': "SYNAPSESQL",
'DATABRICKS': "DATABRICKS",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ def scan_schemata(self, data_source_id: str) -> list[str]:
"""Returns a list of schemas that exist in the database.

Can be configured in the data source entity. Data source
managers like Dremio or Drill can work with multiple schemas
managers like Dremio can work with multiple schemas
and schema names can be injected into scan_request to filter
out tables stored in the different schemas.

Expand Down
6 changes: 0 additions & 6 deletions schemas/gooddata-api-client.json
Original file line number Diff line number Diff line change
Expand Up @@ -6142,7 +6142,6 @@
"MSSQL",
"PRESTO",
"DREMIO",
"DRILL",
"AZURESQL",
"SYNAPSESQL",
"DATABRICKS",
Expand Down Expand Up @@ -16358,7 +16357,6 @@
"MSSQL",
"PRESTO",
"DREMIO",
"DRILL",
"AZURESQL",
"SYNAPSESQL",
"DATABRICKS",
Expand Down Expand Up @@ -16585,7 +16583,6 @@
"MSSQL",
"PRESTO",
"DREMIO",
"DRILL",
"AZURESQL",
"SYNAPSESQL",
"DATABRICKS",
Expand Down Expand Up @@ -16770,7 +16767,6 @@
"MSSQL",
"PRESTO",
"DREMIO",
"DRILL",
"AZURESQL",
"SYNAPSESQL",
"DATABRICKS",
Expand Down Expand Up @@ -17009,7 +17005,6 @@
"MSSQL",
"PRESTO",
"DREMIO",
"DRILL",
"AZURESQL",
"SYNAPSESQL",
"DATABRICKS",
Expand Down Expand Up @@ -34545,7 +34540,6 @@
"MSSQL",
"PRESTO",
"DREMIO",
"DRILL",
"AZURESQL",
"SYNAPSESQL",
"DATABRICKS",
Expand Down
5 changes: 0 additions & 5 deletions schemas/gooddata-metadata-client.json
Original file line number Diff line number Diff line change
Expand Up @@ -3652,7 +3652,6 @@
"MSSQL",
"PRESTO",
"DREMIO",
"DRILL",
"AZURESQL",
"SYNAPSESQL",
"DATABRICKS",
Expand Down Expand Up @@ -12461,7 +12460,6 @@
"MSSQL",
"PRESTO",
"DREMIO",
"DRILL",
"AZURESQL",
"SYNAPSESQL",
"DATABRICKS",
Expand Down Expand Up @@ -12688,7 +12686,6 @@
"MSSQL",
"PRESTO",
"DREMIO",
"DRILL",
"AZURESQL",
"SYNAPSESQL",
"DATABRICKS",
Expand Down Expand Up @@ -12873,7 +12870,6 @@
"MSSQL",
"PRESTO",
"DREMIO",
"DRILL",
"AZURESQL",
"SYNAPSESQL",
"DATABRICKS",
Expand Down Expand Up @@ -13112,7 +13108,6 @@
"MSSQL",
"PRESTO",
"DREMIO",
"DRILL",
"AZURESQL",
"SYNAPSESQL",
"DATABRICKS",
Expand Down
1 change: 0 additions & 1 deletion schemas/gooddata-scan-client.json
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,6 @@
"MSSQL",
"PRESTO",
"DREMIO",
"DRILL",
"AZURESQL",
"SYNAPSESQL",
"DATABRICKS",
Expand Down
Loading