gooddata-fdw 1.59.1.dev2__tar.gz → 1.59.1.dev4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/PKG-INFO +3 -3
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/pyproject.toml +3 -3
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/fixtures/execute_compute_table_all_columns.yaml +3 -3
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/fixtures/execute_compute_table_metrics_only.yaml +3 -3
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/fixtures/execute_compute_table_with_reduced_granularity.yaml +3 -3
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/fixtures/execute_insight_all_columns.yaml +3 -3
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/fixtures/execute_insight_some_columns.yaml +3 -3
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/.gitignore +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/.readthedocs.yaml +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/Dockerfile +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/LICENSE.txt +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/MANIFEST.in +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/Makefile +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/README.md +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/_static/empty_file +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/_templates/class-template.rst +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/_templates/module-template.rst +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/api.rst +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/conf.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/connecting_to_postgresql.rst +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/foreign_tables.rst +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/index.rst +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/installation.rst +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/requirements.txt +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/rebuild.sh +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/sql/create_extensions.sql +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/sql/import_gooddata.sql +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/__init__.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/_version.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/column_utils.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/column_validation.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/environment.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/executor.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/fdw.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/filter.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/import_workspace.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/naming.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/options.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/pg_logging.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/result_reader.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/__init__.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/conftest.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/__init__.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/test_execute_compute_table.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/test_execute_insight.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/gd_test_config.yaml +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/import_foreign_schema/__init__.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/import_foreign_schema/fixtures/import_compute_without_restrictions.yaml +20 -20
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/import_foreign_schema/fixtures/import_insights_without_restrictions.yaml +20 -20
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/import_foreign_schema/test_import_compute.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/import_foreign_schema/test_import_insights.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/overview.md +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/unit_test/test_column_validation.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/unit_test/test_executor.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/unit_test/test_filter.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/unit_test/test_options.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/unit_test/test_result_reader.py +0 -0
- {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tox.ini +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gooddata-fdw
|
|
3
|
-
Version: 1.59.1.
|
|
3
|
+
Version: 1.59.1.dev4
|
|
4
4
|
Summary: GoodData Cloud Foreign Data Wrapper For PostgreSQL
|
|
5
|
-
Project-URL: Documentation, https://gooddata-fdw.readthedocs.io/en/v1.59.1.
|
|
5
|
+
Project-URL: Documentation, https://gooddata-fdw.readthedocs.io/en/v1.59.1.dev4
|
|
6
6
|
Project-URL: Source, https://github.com/gooddata/gooddata-python-sdk
|
|
7
7
|
Author-email: GoodData <support@gooddata.com>
|
|
8
8
|
License-Expression: MIT
|
|
@@ -20,7 +20,7 @@ Classifier: Topic :: Scientific/Engineering
|
|
|
20
20
|
Classifier: Topic :: Software Development
|
|
21
21
|
Classifier: Typing :: Typed
|
|
22
22
|
Requires-Python: >=3.10
|
|
23
|
-
Requires-Dist: gooddata-sdk~=1.59.1.
|
|
23
|
+
Requires-Dist: gooddata-sdk~=1.59.1.dev4
|
|
24
24
|
Description-Content-Type: text/markdown
|
|
25
25
|
|
|
26
26
|
# GoodData Foreign Data Wrapper
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# (C) 2025 GoodData Corporation
|
|
2
2
|
[project]
|
|
3
3
|
name = "gooddata-fdw"
|
|
4
|
-
version = "1.59.1.
|
|
4
|
+
version = "1.59.1.dev4"
|
|
5
5
|
description = "GoodData Cloud Foreign Data Wrapper For PostgreSQL"
|
|
6
6
|
readme = "README.md"
|
|
7
7
|
license = "MIT"
|
|
@@ -26,7 +26,7 @@ keywords = [
|
|
|
26
26
|
]
|
|
27
27
|
requires-python = ">=3.10"
|
|
28
28
|
dependencies = [
|
|
29
|
-
"gooddata-sdk~=1.59.1.
|
|
29
|
+
"gooddata-sdk~=1.59.1.dev4",
|
|
30
30
|
# "multicorn>=1.4.0", # Uncommented as it was in original setup.py
|
|
31
31
|
]
|
|
32
32
|
classifiers = [
|
|
@@ -44,7 +44,7 @@ classifiers = [
|
|
|
44
44
|
]
|
|
45
45
|
|
|
46
46
|
[project.urls]
|
|
47
|
-
Documentation = "https://gooddata-fdw.readthedocs.io/en/v1.59.1.
|
|
47
|
+
Documentation = "https://gooddata-fdw.readthedocs.io/en/v1.59.1.dev4"
|
|
48
48
|
Source = "https://github.com/gooddata/gooddata-python-sdk"
|
|
49
49
|
|
|
50
50
|
[dependency-groups]
|
|
@@ -103,7 +103,7 @@ interactions:
|
|
|
103
103
|
X-Content-Type-Options:
|
|
104
104
|
- nosniff
|
|
105
105
|
X-Gdc-Cancel-Token:
|
|
106
|
-
-
|
|
106
|
+
- 46c69d89-460b-49cc-b48b-fe183a2cebc1
|
|
107
107
|
X-GDC-TRACE-ID: *id001
|
|
108
108
|
X-Xss-Protection:
|
|
109
109
|
- '0'
|
|
@@ -155,10 +155,10 @@ interactions:
|
|
|
155
155
|
name: Revenue
|
|
156
156
|
localIdentifier: dim_1
|
|
157
157
|
links:
|
|
158
|
-
executionResult:
|
|
158
|
+
executionResult: 777c7a762a410324eadf1dd3e3ca36f9b29fd229:abbd64389afc398e6c0f855e8828db3ac94e8cc1890494e8d941c023117aada3
|
|
159
159
|
- request:
|
|
160
160
|
method: GET
|
|
161
|
-
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/
|
|
161
|
+
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/777c7a762a410324eadf1dd3e3ca36f9b29fd229%3Aabbd64389afc398e6c0f855e8828db3ac94e8cc1890494e8d941c023117aada3?offset=0%2C0&limit=512%2C256
|
|
162
162
|
body: null
|
|
163
163
|
headers:
|
|
164
164
|
Accept:
|
|
@@ -89,7 +89,7 @@ interactions:
|
|
|
89
89
|
X-Content-Type-Options:
|
|
90
90
|
- nosniff
|
|
91
91
|
X-Gdc-Cancel-Token:
|
|
92
|
-
-
|
|
92
|
+
- c4b63120-e888-4fd2-b514-4285fa5a5c06
|
|
93
93
|
X-GDC-TRACE-ID: *id001
|
|
94
94
|
X-Xss-Protection:
|
|
95
95
|
- '0'
|
|
@@ -109,10 +109,10 @@ interactions:
|
|
|
109
109
|
name: Revenue
|
|
110
110
|
localIdentifier: dim_0
|
|
111
111
|
links:
|
|
112
|
-
executionResult:
|
|
112
|
+
executionResult: f9c62afaf1000d86d3cea2953e86d39b91f67c75:0d66aaf607bc701db5c67405a33b467375801acf99a7d6ce430d35b83658d6e3
|
|
113
113
|
- request:
|
|
114
114
|
method: GET
|
|
115
|
-
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/
|
|
115
|
+
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/f9c62afaf1000d86d3cea2953e86d39b91f67c75%3A0d66aaf607bc701db5c67405a33b467375801acf99a7d6ce430d35b83658d6e3?offset=0&limit=256
|
|
116
116
|
body: null
|
|
117
117
|
headers:
|
|
118
118
|
Accept:
|
|
@@ -78,7 +78,7 @@ interactions:
|
|
|
78
78
|
X-Content-Type-Options:
|
|
79
79
|
- nosniff
|
|
80
80
|
X-Gdc-Cancel-Token:
|
|
81
|
-
-
|
|
81
|
+
- c9812874-c9c7-4000-97c9-001f1da00ad4
|
|
82
82
|
X-GDC-TRACE-ID: *id001
|
|
83
83
|
X-Xss-Protection:
|
|
84
84
|
- '0'
|
|
@@ -111,10 +111,10 @@ interactions:
|
|
|
111
111
|
name: Revenue
|
|
112
112
|
localIdentifier: dim_1
|
|
113
113
|
links:
|
|
114
|
-
executionResult:
|
|
114
|
+
executionResult: 48b2e0a517f57db6bbf2740950d3c7d3adec5a21:6073e3513709097ec39a75ce285efc4b3c7c1178b6d0c3db9394ceec73320637
|
|
115
115
|
- request:
|
|
116
116
|
method: GET
|
|
117
|
-
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/
|
|
117
|
+
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/48b2e0a517f57db6bbf2740950d3c7d3adec5a21%3A6073e3513709097ec39a75ce285efc4b3c7c1178b6d0c3db9394ceec73320637?offset=0%2C0&limit=512%2C256
|
|
118
118
|
body: null
|
|
119
119
|
headers:
|
|
120
120
|
Accept:
|
|
@@ -370,7 +370,7 @@ interactions:
|
|
|
370
370
|
X-Content-Type-Options:
|
|
371
371
|
- nosniff
|
|
372
372
|
X-Gdc-Cancel-Token:
|
|
373
|
-
-
|
|
373
|
+
- 4111f3e2-64f8-4ae6-a6bb-dc10c9b1e95c
|
|
374
374
|
X-GDC-TRACE-ID: *id001
|
|
375
375
|
X-Xss-Protection:
|
|
376
376
|
- '0'
|
|
@@ -422,10 +422,10 @@ interactions:
|
|
|
422
422
|
name: Revenue
|
|
423
423
|
localIdentifier: dim_1
|
|
424
424
|
links:
|
|
425
|
-
executionResult:
|
|
425
|
+
executionResult: d0c176df4b9b9f17bd47b307805118a946e1d818:260d3dd45d0142f0d92a45e7066fa21e9bb6b5857b99a385f7e23e3a4374b335
|
|
426
426
|
- request:
|
|
427
427
|
method: GET
|
|
428
|
-
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/
|
|
428
|
+
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d0c176df4b9b9f17bd47b307805118a946e1d818%3A260d3dd45d0142f0d92a45e7066fa21e9bb6b5857b99a385f7e23e3a4374b335?offset=0%2C0&limit=512%2C256
|
|
429
429
|
body: null
|
|
430
430
|
headers:
|
|
431
431
|
Accept:
|
|
@@ -370,7 +370,7 @@ interactions:
|
|
|
370
370
|
X-Content-Type-Options:
|
|
371
371
|
- nosniff
|
|
372
372
|
X-Gdc-Cancel-Token:
|
|
373
|
-
-
|
|
373
|
+
- 7f9d557c-6b6f-45f0-979e-bfd9bf13efaf
|
|
374
374
|
X-GDC-TRACE-ID: *id001
|
|
375
375
|
X-Xss-Protection:
|
|
376
376
|
- '0'
|
|
@@ -422,10 +422,10 @@ interactions:
|
|
|
422
422
|
name: Revenue
|
|
423
423
|
localIdentifier: dim_1
|
|
424
424
|
links:
|
|
425
|
-
executionResult:
|
|
425
|
+
executionResult: d0c176df4b9b9f17bd47b307805118a946e1d818:260d3dd45d0142f0d92a45e7066fa21e9bb6b5857b99a385f7e23e3a4374b335
|
|
426
426
|
- request:
|
|
427
427
|
method: GET
|
|
428
|
-
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/
|
|
428
|
+
uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d0c176df4b9b9f17bd47b307805118a946e1d818%3A260d3dd45d0142f0d92a45e7066fa21e9bb6b5857b99a385f7e23e3a4374b335?offset=0%2C0&limit=512%2C256
|
|
429
429
|
body: null
|
|
430
430
|
headers:
|
|
431
431
|
Accept:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/test_execute_compute_table.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/import_foreign_schema/__init__.py
RENAMED
|
File without changes
|
|
@@ -597,29 +597,29 @@ interactions:
|
|
|
597
597
|
sourceColumns: null
|
|
598
598
|
sourceColumnDataTypes: null
|
|
599
599
|
- identifier:
|
|
600
|
-
id:
|
|
600
|
+
id: campaigns
|
|
601
601
|
type: dataset
|
|
602
602
|
multivalue: false
|
|
603
603
|
sources:
|
|
604
|
-
- column:
|
|
605
|
-
dataType:
|
|
604
|
+
- column: campaign_id
|
|
605
|
+
dataType: INT
|
|
606
606
|
target:
|
|
607
|
-
id:
|
|
608
|
-
type:
|
|
607
|
+
id: campaign_id
|
|
608
|
+
type: attribute
|
|
609
609
|
isNullable: null
|
|
610
610
|
nullValue: null
|
|
611
611
|
sourceColumns: null
|
|
612
612
|
sourceColumnDataTypes: null
|
|
613
613
|
- identifier:
|
|
614
|
-
id:
|
|
614
|
+
id: date
|
|
615
615
|
type: dataset
|
|
616
616
|
multivalue: false
|
|
617
617
|
sources:
|
|
618
|
-
- column:
|
|
619
|
-
dataType:
|
|
618
|
+
- column: date
|
|
619
|
+
dataType: DATE
|
|
620
620
|
target:
|
|
621
|
-
id:
|
|
622
|
-
type:
|
|
621
|
+
id: date
|
|
622
|
+
type: date
|
|
623
623
|
isNullable: null
|
|
624
624
|
nullValue: null
|
|
625
625
|
sourceColumns: null
|
|
@@ -1245,29 +1245,29 @@ interactions:
|
|
|
1245
1245
|
sourceColumns: null
|
|
1246
1246
|
sourceColumnDataTypes: null
|
|
1247
1247
|
- identifier:
|
|
1248
|
-
id:
|
|
1248
|
+
id: campaigns
|
|
1249
1249
|
type: dataset
|
|
1250
1250
|
multivalue: false
|
|
1251
1251
|
sources:
|
|
1252
|
-
- column:
|
|
1253
|
-
dataType:
|
|
1252
|
+
- column: campaign_id
|
|
1253
|
+
dataType: INT
|
|
1254
1254
|
target:
|
|
1255
|
-
id:
|
|
1256
|
-
type:
|
|
1255
|
+
id: campaign_id
|
|
1256
|
+
type: attribute
|
|
1257
1257
|
isNullable: null
|
|
1258
1258
|
nullValue: null
|
|
1259
1259
|
sourceColumns: null
|
|
1260
1260
|
sourceColumnDataTypes: null
|
|
1261
1261
|
- identifier:
|
|
1262
|
-
id:
|
|
1262
|
+
id: date
|
|
1263
1263
|
type: dataset
|
|
1264
1264
|
multivalue: false
|
|
1265
1265
|
sources:
|
|
1266
|
-
- column:
|
|
1267
|
-
dataType:
|
|
1266
|
+
- column: date
|
|
1267
|
+
dataType: DATE
|
|
1268
1268
|
target:
|
|
1269
|
-
id:
|
|
1270
|
-
type:
|
|
1269
|
+
id: date
|
|
1270
|
+
type: date
|
|
1271
1271
|
isNullable: null
|
|
1272
1272
|
nullValue: null
|
|
1273
1273
|
sourceColumns: null
|
|
@@ -597,29 +597,29 @@ interactions:
|
|
|
597
597
|
sourceColumns: null
|
|
598
598
|
sourceColumnDataTypes: null
|
|
599
599
|
- identifier:
|
|
600
|
-
id:
|
|
600
|
+
id: campaigns
|
|
601
601
|
type: dataset
|
|
602
602
|
multivalue: false
|
|
603
603
|
sources:
|
|
604
|
-
- column:
|
|
605
|
-
dataType:
|
|
604
|
+
- column: campaign_id
|
|
605
|
+
dataType: INT
|
|
606
606
|
target:
|
|
607
|
-
id:
|
|
608
|
-
type:
|
|
607
|
+
id: campaign_id
|
|
608
|
+
type: attribute
|
|
609
609
|
isNullable: null
|
|
610
610
|
nullValue: null
|
|
611
611
|
sourceColumns: null
|
|
612
612
|
sourceColumnDataTypes: null
|
|
613
613
|
- identifier:
|
|
614
|
-
id:
|
|
614
|
+
id: date
|
|
615
615
|
type: dataset
|
|
616
616
|
multivalue: false
|
|
617
617
|
sources:
|
|
618
|
-
- column:
|
|
619
|
-
dataType:
|
|
618
|
+
- column: date
|
|
619
|
+
dataType: DATE
|
|
620
620
|
target:
|
|
621
|
-
id:
|
|
622
|
-
type:
|
|
621
|
+
id: date
|
|
622
|
+
type: date
|
|
623
623
|
isNullable: null
|
|
624
624
|
nullValue: null
|
|
625
625
|
sourceColumns: null
|
|
@@ -1245,29 +1245,29 @@ interactions:
|
|
|
1245
1245
|
sourceColumns: null
|
|
1246
1246
|
sourceColumnDataTypes: null
|
|
1247
1247
|
- identifier:
|
|
1248
|
-
id:
|
|
1248
|
+
id: campaigns
|
|
1249
1249
|
type: dataset
|
|
1250
1250
|
multivalue: false
|
|
1251
1251
|
sources:
|
|
1252
|
-
- column:
|
|
1253
|
-
dataType:
|
|
1252
|
+
- column: campaign_id
|
|
1253
|
+
dataType: INT
|
|
1254
1254
|
target:
|
|
1255
|
-
id:
|
|
1256
|
-
type:
|
|
1255
|
+
id: campaign_id
|
|
1256
|
+
type: attribute
|
|
1257
1257
|
isNullable: null
|
|
1258
1258
|
nullValue: null
|
|
1259
1259
|
sourceColumns: null
|
|
1260
1260
|
sourceColumnDataTypes: null
|
|
1261
1261
|
- identifier:
|
|
1262
|
-
id:
|
|
1262
|
+
id: date
|
|
1263
1263
|
type: dataset
|
|
1264
1264
|
multivalue: false
|
|
1265
1265
|
sources:
|
|
1266
|
-
- column:
|
|
1267
|
-
dataType:
|
|
1266
|
+
- column: date
|
|
1267
|
+
dataType: DATE
|
|
1268
1268
|
target:
|
|
1269
|
-
id:
|
|
1270
|
-
type:
|
|
1269
|
+
id: date
|
|
1270
|
+
type: date
|
|
1271
1271
|
isNullable: null
|
|
1272
1272
|
nullValue: null
|
|
1273
1273
|
sourceColumns: null
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/unit_test/test_column_validation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|