gooddata-fdw 1.60.1.dev2__tar.gz → 1.61.1.dev1__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.
Files changed (58) hide show
  1. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/PKG-INFO +3 -3
  2. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/pyproject.toml +3 -3
  3. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/execute/fixtures/execute_compute_table_all_columns.yaml +3 -3
  4. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/execute/fixtures/execute_compute_table_metrics_only.yaml +3 -3
  5. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/execute/fixtures/execute_compute_table_with_reduced_granularity.yaml +3 -3
  6. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/execute/fixtures/execute_insight_all_columns.yaml +3 -3
  7. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/execute/fixtures/execute_insight_some_columns.yaml +3 -3
  8. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/.gitignore +0 -0
  9. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/.readthedocs.yaml +0 -0
  10. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/Dockerfile +0 -0
  11. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/LICENSE.txt +0 -0
  12. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/MANIFEST.in +0 -0
  13. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/Makefile +0 -0
  14. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/README.md +0 -0
  15. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/docs/_static/empty_file +0 -0
  16. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/docs/_templates/class-template.rst +0 -0
  17. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/docs/_templates/module-template.rst +0 -0
  18. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/docs/api.rst +0 -0
  19. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/docs/conf.py +0 -0
  20. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/docs/connecting_to_postgresql.rst +0 -0
  21. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/docs/foreign_tables.rst +0 -0
  22. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/docs/index.rst +0 -0
  23. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/docs/installation.rst +0 -0
  24. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/docs/requirements.txt +0 -0
  25. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/rebuild.sh +0 -0
  26. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/sql/create_extensions.sql +0 -0
  27. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/sql/import_gooddata.sql +0 -0
  28. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/__init__.py +0 -0
  29. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/_version.py +0 -0
  30. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/column_utils.py +0 -0
  31. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/column_validation.py +0 -0
  32. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/environment.py +0 -0
  33. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/executor.py +0 -0
  34. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/fdw.py +0 -0
  35. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/filter.py +0 -0
  36. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/import_workspace.py +0 -0
  37. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/naming.py +0 -0
  38. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/options.py +0 -0
  39. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/pg_logging.py +0 -0
  40. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/src/gooddata_fdw/result_reader.py +0 -0
  41. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/__init__.py +0 -0
  42. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/conftest.py +0 -0
  43. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/execute/__init__.py +0 -0
  44. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/execute/test_execute_compute_table.py +0 -0
  45. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/execute/test_execute_insight.py +0 -0
  46. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/gd_test_config.yaml +0 -0
  47. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/import_foreign_schema/__init__.py +0 -0
  48. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/import_foreign_schema/fixtures/import_compute_without_restrictions.yaml +32 -32
  49. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/import_foreign_schema/fixtures/import_insights_without_restrictions.yaml +32 -32
  50. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/import_foreign_schema/test_import_compute.py +0 -0
  51. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/import_foreign_schema/test_import_insights.py +0 -0
  52. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/overview.md +0 -0
  53. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/unit_test/test_column_validation.py +0 -0
  54. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/unit_test/test_executor.py +0 -0
  55. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/unit_test/test_filter.py +0 -0
  56. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/unit_test/test_options.py +0 -0
  57. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tests/unit_test/test_result_reader.py +0 -0
  58. {gooddata_fdw-1.60.1.dev2 → gooddata_fdw-1.61.1.dev1}/tox.ini +0 -0
@@ -1,8 +1,8 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gooddata-fdw
3
- Version: 1.60.1.dev2
3
+ Version: 1.61.1.dev1
4
4
  Summary: GoodData Cloud Foreign Data Wrapper For PostgreSQL
5
- Project-URL: Documentation, https://gooddata-fdw.readthedocs.io/en/v1.60.1.dev2
5
+ Project-URL: Documentation, https://gooddata-fdw.readthedocs.io/en/v1.61.1.dev1
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.60.1.dev2
23
+ Requires-Dist: gooddata-sdk~=1.61.1.dev1
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.60.1.dev2"
4
+ version = "1.61.1.dev1"
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.60.1.dev2",
29
+ "gooddata-sdk~=1.61.1.dev1",
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.60.1.dev2"
47
+ Documentation = "https://gooddata-fdw.readthedocs.io/en/v1.61.1.dev1"
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
- - 75ebf79c-8b57-413e-8905-8f87c275d7c7
106
+ - d9864393-ac2a-4c0a-b3ea-aa9e5abb9b70
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: d60b337013fca31600abb3d636b0552824481d3d:3b1a7fd80969c75386d4191687e7aac6411e48e74da9eaa0c44699c8b65e5771
158
+ executionResult: a25bd79d690d6196246e00dcba57712fc434bd1e:20b1683c82bd7eab9a6110480cce897ed8639125e12564ab7a9b199c38f5b081
159
159
  - request:
160
160
  method: GET
161
- uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/d60b337013fca31600abb3d636b0552824481d3d%3A3b1a7fd80969c75386d4191687e7aac6411e48e74da9eaa0c44699c8b65e5771?offset=0%2C0&limit=512%2C256
161
+ uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/a25bd79d690d6196246e00dcba57712fc434bd1e%3A20b1683c82bd7eab9a6110480cce897ed8639125e12564ab7a9b199c38f5b081?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
- - 89bdbce1-989f-4d02-a05b-c4651acb16f1
92
+ - c734cef7-e489-4753-b34e-d4b6d19d5e35
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: 0f6e8c819d2076d126957770f4de7c7cfdbe94f2:b9fb86afba4a0826554e9283de0216a56182a625b327e2f2086007c84261356b
112
+ executionResult: a6c97ee6a244521dfb7c5bd6ffb34e93baecdcc5:eda7cc427233858f3b2b46329904531410365a20487e2ebe8361446ec734ff3f
113
113
  - request:
114
114
  method: GET
115
- uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/0f6e8c819d2076d126957770f4de7c7cfdbe94f2%3Ab9fb86afba4a0826554e9283de0216a56182a625b327e2f2086007c84261356b?offset=0&limit=256
115
+ uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/a6c97ee6a244521dfb7c5bd6ffb34e93baecdcc5%3Aeda7cc427233858f3b2b46329904531410365a20487e2ebe8361446ec734ff3f?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
- - 3faa3be7-abe9-4ea1-970b-9e4ea6761c55
81
+ - 48a7f8d7-8e1d-48f0-b4e9-1843f4a32f70
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: 8fc634415680e148db8133f5bcd7246f5e0a3c66:660c43f4d90efd070912c98150124c6fdf8549fed14b6eb512a830ff17d7f8b3
114
+ executionResult: 1c8a8d0eb53912d784b65063c26f913b0b18d952:54c72a97fc224a9abadc15b2ff2f416c182af9b5d412663bc0ee0978da974be6
115
115
  - request:
116
116
  method: GET
117
- uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/8fc634415680e148db8133f5bcd7246f5e0a3c66%3A660c43f4d90efd070912c98150124c6fdf8549fed14b6eb512a830ff17d7f8b3?offset=0%2C0&limit=512%2C256
117
+ uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/1c8a8d0eb53912d784b65063c26f913b0b18d952%3A54c72a97fc224a9abadc15b2ff2f416c182af9b5d412663bc0ee0978da974be6?offset=0%2C0&limit=512%2C256
118
118
  body: null
119
119
  headers:
120
120
  Accept:
@@ -375,7 +375,7 @@ interactions:
375
375
  X-Content-Type-Options:
376
376
  - nosniff
377
377
  X-Gdc-Cancel-Token:
378
- - 9773d1f6-996c-41d2-bf00-605307ab0284
378
+ - 466d13f5-b17e-4fe2-ae20-ab164bb51af4
379
379
  X-GDC-TRACE-ID: *id001
380
380
  X-Xss-Protection:
381
381
  - '0'
@@ -427,10 +427,10 @@ interactions:
427
427
  name: Revenue
428
428
  localIdentifier: dim_1
429
429
  links:
430
- executionResult: b83f490bb62cdbf7c4775031d6be518ec4b6c922:87b0990eecc60e2913654ddb0e0bab5a51cfc352ae558cbc0e55a0f98fdb2e37
430
+ executionResult: 8784b17f2b3dfe33a3f74f622cda4a7d45fa5698:0ccc9db8bf509fced9443d1cca405bc48fb287d977ab4effd1cc95e6f372b03e
431
431
  - request:
432
432
  method: GET
433
- uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/b83f490bb62cdbf7c4775031d6be518ec4b6c922%3A87b0990eecc60e2913654ddb0e0bab5a51cfc352ae558cbc0e55a0f98fdb2e37?offset=0%2C0&limit=512%2C256
433
+ uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/8784b17f2b3dfe33a3f74f622cda4a7d45fa5698%3A0ccc9db8bf509fced9443d1cca405bc48fb287d977ab4effd1cc95e6f372b03e?offset=0%2C0&limit=512%2C256
434
434
  body: null
435
435
  headers:
436
436
  Accept:
@@ -375,7 +375,7 @@ interactions:
375
375
  X-Content-Type-Options:
376
376
  - nosniff
377
377
  X-Gdc-Cancel-Token:
378
- - 66d702d3-4533-4a10-91db-ea0e4c97625c
378
+ - 9f593c36-2447-440c-894e-14e8be58a021
379
379
  X-GDC-TRACE-ID: *id001
380
380
  X-Xss-Protection:
381
381
  - '0'
@@ -427,10 +427,10 @@ interactions:
427
427
  name: Revenue
428
428
  localIdentifier: dim_1
429
429
  links:
430
- executionResult: b83f490bb62cdbf7c4775031d6be518ec4b6c922:87b0990eecc60e2913654ddb0e0bab5a51cfc352ae558cbc0e55a0f98fdb2e37
430
+ executionResult: 8784b17f2b3dfe33a3f74f622cda4a7d45fa5698:0ccc9db8bf509fced9443d1cca405bc48fb287d977ab4effd1cc95e6f372b03e
431
431
  - request:
432
432
  method: GET
433
- uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/b83f490bb62cdbf7c4775031d6be518ec4b6c922%3A87b0990eecc60e2913654ddb0e0bab5a51cfc352ae558cbc0e55a0f98fdb2e37?offset=0%2C0&limit=512%2C256
433
+ uri: http://localhost:3000/api/v1/actions/workspaces/demo/execution/afm/execute/result/8784b17f2b3dfe33a3f74f622cda4a7d45fa5698%3A0ccc9db8bf509fced9443d1cca405bc48fb287d977ab4effd1cc95e6f372b03e?offset=0%2C0&limit=512%2C256
434
434
  body: null
435
435
  headers:
436
436
  Accept:
@@ -530,10 +530,10 @@ interactions:
530
530
  type: dataset
531
531
  labels:
532
532
  data:
533
- - id: state
534
- type: label
535
533
  - id: geo__state__location
536
534
  type: label
535
+ - id: state
536
+ type: label
537
537
  type: attribute
538
538
  - attributes:
539
539
  title: Type
@@ -614,43 +614,43 @@ interactions:
614
614
  sourceColumns: null
615
615
  sourceColumnDataTypes: null
616
616
  - identifier:
617
- id: products
617
+ id: customers
618
618
  type: dataset
619
619
  multivalue: false
620
620
  sources:
621
- - column: product_id
621
+ - column: customer_id
622
622
  dataType: INT
623
623
  target:
624
- id: product_id
624
+ id: customer_id
625
625
  type: attribute
626
626
  isNullable: null
627
627
  nullValue: null
628
628
  sourceColumns: null
629
629
  sourceColumnDataTypes: null
630
630
  - identifier:
631
- id: customers
631
+ id: date
632
632
  type: dataset
633
633
  multivalue: false
634
634
  sources:
635
- - column: customer_id
636
- dataType: INT
635
+ - column: date
636
+ dataType: DATE
637
637
  target:
638
- id: customer_id
639
- type: attribute
638
+ id: date
639
+ type: date
640
640
  isNullable: null
641
641
  nullValue: null
642
642
  sourceColumns: null
643
643
  sourceColumnDataTypes: null
644
644
  - identifier:
645
- id: date
645
+ id: products
646
646
  type: dataset
647
647
  multivalue: false
648
648
  sources:
649
- - column: date
650
- dataType: DATE
649
+ - column: product_id
650
+ dataType: INT
651
651
  target:
652
- id: date
653
- type: date
652
+ id: product_id
653
+ type: attribute
654
654
  isNullable: null
655
655
  nullValue: null
656
656
  sourceColumns: null
@@ -660,10 +660,10 @@ interactions:
660
660
  - demo
661
661
  - order_lines
662
662
  workspaceDataFilterColumns:
663
- - name: wdf__region
664
- dataType: STRING
665
663
  - name: wdf__state
666
664
  dataType: STRING
665
+ - name: wdf__region
666
+ dataType: STRING
667
667
  workspaceDataFilterReferences:
668
668
  - filterId:
669
669
  id: wdf__state
@@ -1276,43 +1276,43 @@ interactions:
1276
1276
  sourceColumns: null
1277
1277
  sourceColumnDataTypes: null
1278
1278
  - identifier:
1279
- id: products
1279
+ id: customers
1280
1280
  type: dataset
1281
1281
  multivalue: false
1282
1282
  sources:
1283
- - column: product_id
1283
+ - column: customer_id
1284
1284
  dataType: INT
1285
1285
  target:
1286
- id: product_id
1286
+ id: customer_id
1287
1287
  type: attribute
1288
1288
  isNullable: null
1289
1289
  nullValue: null
1290
1290
  sourceColumns: null
1291
1291
  sourceColumnDataTypes: null
1292
1292
  - identifier:
1293
- id: customers
1293
+ id: date
1294
1294
  type: dataset
1295
1295
  multivalue: false
1296
1296
  sources:
1297
- - column: customer_id
1298
- dataType: INT
1297
+ - column: date
1298
+ dataType: DATE
1299
1299
  target:
1300
- id: customer_id
1301
- type: attribute
1300
+ id: date
1301
+ type: date
1302
1302
  isNullable: null
1303
1303
  nullValue: null
1304
1304
  sourceColumns: null
1305
1305
  sourceColumnDataTypes: null
1306
1306
  - identifier:
1307
- id: date
1307
+ id: products
1308
1308
  type: dataset
1309
1309
  multivalue: false
1310
1310
  sources:
1311
- - column: date
1312
- dataType: DATE
1311
+ - column: product_id
1312
+ dataType: INT
1313
1313
  target:
1314
- id: date
1315
- type: date
1314
+ id: product_id
1315
+ type: attribute
1316
1316
  isNullable: null
1317
1317
  nullValue: null
1318
1318
  sourceColumns: null
@@ -1323,10 +1323,10 @@ interactions:
1323
1323
  - order_lines
1324
1324
  areRelationsValid: true
1325
1325
  workspaceDataFilterColumns:
1326
- - name: wdf__region
1327
- dataType: STRING
1328
1326
  - name: wdf__state
1329
1327
  dataType: STRING
1328
+ - name: wdf__region
1329
+ dataType: STRING
1330
1330
  workspaceDataFilterReferences:
1331
1331
  - filterId:
1332
1332
  id: wdf__state
@@ -530,10 +530,10 @@ interactions:
530
530
  type: dataset
531
531
  labels:
532
532
  data:
533
- - id: state
534
- type: label
535
533
  - id: geo__state__location
536
534
  type: label
535
+ - id: state
536
+ type: label
537
537
  type: attribute
538
538
  - attributes:
539
539
  title: Type
@@ -614,43 +614,43 @@ interactions:
614
614
  sourceColumns: null
615
615
  sourceColumnDataTypes: null
616
616
  - identifier:
617
- id: products
617
+ id: customers
618
618
  type: dataset
619
619
  multivalue: false
620
620
  sources:
621
- - column: product_id
621
+ - column: customer_id
622
622
  dataType: INT
623
623
  target:
624
- id: product_id
624
+ id: customer_id
625
625
  type: attribute
626
626
  isNullable: null
627
627
  nullValue: null
628
628
  sourceColumns: null
629
629
  sourceColumnDataTypes: null
630
630
  - identifier:
631
- id: customers
631
+ id: date
632
632
  type: dataset
633
633
  multivalue: false
634
634
  sources:
635
- - column: customer_id
636
- dataType: INT
635
+ - column: date
636
+ dataType: DATE
637
637
  target:
638
- id: customer_id
639
- type: attribute
638
+ id: date
639
+ type: date
640
640
  isNullable: null
641
641
  nullValue: null
642
642
  sourceColumns: null
643
643
  sourceColumnDataTypes: null
644
644
  - identifier:
645
- id: date
645
+ id: products
646
646
  type: dataset
647
647
  multivalue: false
648
648
  sources:
649
- - column: date
650
- dataType: DATE
649
+ - column: product_id
650
+ dataType: INT
651
651
  target:
652
- id: date
653
- type: date
652
+ id: product_id
653
+ type: attribute
654
654
  isNullable: null
655
655
  nullValue: null
656
656
  sourceColumns: null
@@ -660,10 +660,10 @@ interactions:
660
660
  - demo
661
661
  - order_lines
662
662
  workspaceDataFilterColumns:
663
- - name: wdf__region
664
- dataType: STRING
665
663
  - name: wdf__state
666
664
  dataType: STRING
665
+ - name: wdf__region
666
+ dataType: STRING
667
667
  workspaceDataFilterReferences:
668
668
  - filterId:
669
669
  id: wdf__state
@@ -1276,43 +1276,43 @@ interactions:
1276
1276
  sourceColumns: null
1277
1277
  sourceColumnDataTypes: null
1278
1278
  - identifier:
1279
- id: products
1279
+ id: customers
1280
1280
  type: dataset
1281
1281
  multivalue: false
1282
1282
  sources:
1283
- - column: product_id
1283
+ - column: customer_id
1284
1284
  dataType: INT
1285
1285
  target:
1286
- id: product_id
1286
+ id: customer_id
1287
1287
  type: attribute
1288
1288
  isNullable: null
1289
1289
  nullValue: null
1290
1290
  sourceColumns: null
1291
1291
  sourceColumnDataTypes: null
1292
1292
  - identifier:
1293
- id: customers
1293
+ id: date
1294
1294
  type: dataset
1295
1295
  multivalue: false
1296
1296
  sources:
1297
- - column: customer_id
1298
- dataType: INT
1297
+ - column: date
1298
+ dataType: DATE
1299
1299
  target:
1300
- id: customer_id
1301
- type: attribute
1300
+ id: date
1301
+ type: date
1302
1302
  isNullable: null
1303
1303
  nullValue: null
1304
1304
  sourceColumns: null
1305
1305
  sourceColumnDataTypes: null
1306
1306
  - identifier:
1307
- id: date
1307
+ id: products
1308
1308
  type: dataset
1309
1309
  multivalue: false
1310
1310
  sources:
1311
- - column: date
1312
- dataType: DATE
1311
+ - column: product_id
1312
+ dataType: INT
1313
1313
  target:
1314
- id: date
1315
- type: date
1314
+ id: product_id
1315
+ type: attribute
1316
1316
  isNullable: null
1317
1317
  nullValue: null
1318
1318
  sourceColumns: null
@@ -1323,10 +1323,10 @@ interactions:
1323
1323
  - order_lines
1324
1324
  areRelationsValid: true
1325
1325
  workspaceDataFilterColumns:
1326
- - name: wdf__region
1327
- dataType: STRING
1328
1326
  - name: wdf__state
1329
1327
  dataType: STRING
1328
+ - name: wdf__region
1329
+ dataType: STRING
1330
1330
  workspaceDataFilterReferences:
1331
1331
  - filterId:
1332
1332
  id: wdf__state