Skip to content

Commit ed50dcb

Browse files
Merge pull request #1730 from gooddata/snapshot-master-9103989f-to-rel/dev
[bot] Merge master/9103989f into rel/dev
2 parents 3152156 + 9103989 commit ed50dcb

11 files changed

Lines changed: 2 additions & 20 deletions

File tree

docs/content/en/latest/data/data-source/scan_schemata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ api_ref: "CatalogDataSourceService.scan_schemata"
1212

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

15-
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.
15+
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.
1616

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

gooddata-api-client/gooddata_api_client/model/declarative_data_source.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class DeclarativeDataSource(ModelNormal):
7272
'MSSQL': "MSSQL",
7373
'PRESTO': "PRESTO",
7474
'DREMIO': "DREMIO",
75-
'DRILL': "DRILL",
7675
'AZURESQL': "AZURESQL",
7776
'SYNAPSESQL': "SYNAPSESQL",
7877
'DATABRICKS': "DATABRICKS",

gooddata-api-client/gooddata_api_client/model/json_api_data_source_identifier_out_attributes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ class JsonApiDataSourceIdentifierOutAttributes(ModelNormal):
6666
'MSSQL': "MSSQL",
6767
'PRESTO': "PRESTO",
6868
'DREMIO': "DREMIO",
69-
'DRILL': "DRILL",
7069
'AZURESQL': "AZURESQL",
7170
'SYNAPSESQL': "SYNAPSESQL",
7271
'DATABRICKS': "DATABRICKS",

gooddata-api-client/gooddata_api_client/model/json_api_data_source_in_attributes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ class JsonApiDataSourceInAttributes(ModelNormal):
7070
'MSSQL': "MSSQL",
7171
'PRESTO': "PRESTO",
7272
'DREMIO': "DREMIO",
73-
'DRILL': "DRILL",
7473
'AZURESQL': "AZURESQL",
7574
'SYNAPSESQL': "SYNAPSESQL",
7675
'DATABRICKS': "DATABRICKS",

gooddata-api-client/gooddata_api_client/model/json_api_data_source_out_attributes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ class JsonApiDataSourceOutAttributes(ModelNormal):
7070
'MSSQL': "MSSQL",
7171
'PRESTO': "PRESTO",
7272
'DREMIO': "DREMIO",
73-
'DRILL': "DRILL",
7473
'AZURESQL': "AZURESQL",
7574
'SYNAPSESQL': "SYNAPSESQL",
7675
'DATABRICKS': "DATABRICKS",

gooddata-api-client/gooddata_api_client/model/json_api_data_source_patch_attributes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ class JsonApiDataSourcePatchAttributes(ModelNormal):
8080
'MSSQL': "MSSQL",
8181
'PRESTO': "PRESTO",
8282
'DREMIO': "DREMIO",
83-
'DRILL': "DRILL",
8483
'AZURESQL': "AZURESQL",
8584
'SYNAPSESQL': "SYNAPSESQL",
8685
'DATABRICKS': "DATABRICKS",

gooddata-api-client/gooddata_api_client/model/test_definition_request.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ class TestDefinitionRequest(ModelNormal):
7070
'MSSQL': "MSSQL",
7171
'PRESTO': "PRESTO",
7272
'DREMIO': "DREMIO",
73-
'DRILL': "DRILL",
7473
'AZURESQL': "AZURESQL",
7574
'SYNAPSESQL': "SYNAPSESQL",
7675
'DATABRICKS': "DATABRICKS",

packages/gooddata-sdk/src/gooddata_sdk/catalog/data_source/service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ def scan_schemata(self, data_source_id: str) -> list[str]:
402402
"""Returns a list of schemas that exist in the database.
403403
404404
Can be configured in the data source entity. Data source
405-
managers like Dremio or Drill can work with multiple schemas
405+
managers like Dremio can work with multiple schemas
406406
and schema names can be injected into scan_request to filter
407407
out tables stored in the different schemas.
408408

schemas/gooddata-api-client.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6142,7 +6142,6 @@
61426142
"MSSQL",
61436143
"PRESTO",
61446144
"DREMIO",
6145-
"DRILL",
61466145
"AZURESQL",
61476146
"SYNAPSESQL",
61486147
"DATABRICKS",
@@ -16358,7 +16357,6 @@
1635816357
"MSSQL",
1635916358
"PRESTO",
1636016359
"DREMIO",
16361-
"DRILL",
1636216360
"AZURESQL",
1636316361
"SYNAPSESQL",
1636416362
"DATABRICKS",
@@ -16585,7 +16583,6 @@
1658516583
"MSSQL",
1658616584
"PRESTO",
1658716585
"DREMIO",
16588-
"DRILL",
1658916586
"AZURESQL",
1659016587
"SYNAPSESQL",
1659116588
"DATABRICKS",
@@ -16770,7 +16767,6 @@
1677016767
"MSSQL",
1677116768
"PRESTO",
1677216769
"DREMIO",
16773-
"DRILL",
1677416770
"AZURESQL",
1677516771
"SYNAPSESQL",
1677616772
"DATABRICKS",
@@ -17009,7 +17005,6 @@
1700917005
"MSSQL",
1701017006
"PRESTO",
1701117007
"DREMIO",
17012-
"DRILL",
1701317008
"AZURESQL",
1701417009
"SYNAPSESQL",
1701517010
"DATABRICKS",
@@ -34545,7 +34540,6 @@
3454534540
"MSSQL",
3454634541
"PRESTO",
3454734542
"DREMIO",
34548-
"DRILL",
3454934543
"AZURESQL",
3455034544
"SYNAPSESQL",
3455134545
"DATABRICKS",

schemas/gooddata-metadata-client.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3652,7 +3652,6 @@
36523652
"MSSQL",
36533653
"PRESTO",
36543654
"DREMIO",
3655-
"DRILL",
36563655
"AZURESQL",
36573656
"SYNAPSESQL",
36583657
"DATABRICKS",
@@ -12461,7 +12460,6 @@
1246112460
"MSSQL",
1246212461
"PRESTO",
1246312462
"DREMIO",
12464-
"DRILL",
1246512463
"AZURESQL",
1246612464
"SYNAPSESQL",
1246712465
"DATABRICKS",
@@ -12688,7 +12686,6 @@
1268812686
"MSSQL",
1268912687
"PRESTO",
1269012688
"DREMIO",
12691-
"DRILL",
1269212689
"AZURESQL",
1269312690
"SYNAPSESQL",
1269412691
"DATABRICKS",
@@ -12873,7 +12870,6 @@
1287312870
"MSSQL",
1287412871
"PRESTO",
1287512872
"DREMIO",
12876-
"DRILL",
1287712873
"AZURESQL",
1287812874
"SYNAPSESQL",
1287912875
"DATABRICKS",
@@ -13112,7 +13108,6 @@
1311213108
"MSSQL",
1311313109
"PRESTO",
1311413110
"DREMIO",
13115-
"DRILL",
1311613111
"AZURESQL",
1311713112
"SYNAPSESQL",
1311813113
"DATABRICKS",

0 commit comments

Comments
 (0)