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.
Files changed (58) hide show
  1. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/PKG-INFO +3 -3
  2. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/pyproject.toml +3 -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
  4. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/fixtures/execute_compute_table_metrics_only.yaml +3 -3
  5. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/fixtures/execute_compute_table_with_reduced_granularity.yaml +3 -3
  6. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/fixtures/execute_insight_all_columns.yaml +3 -3
  7. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/fixtures/execute_insight_some_columns.yaml +3 -3
  8. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/.gitignore +0 -0
  9. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/.readthedocs.yaml +0 -0
  10. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/Dockerfile +0 -0
  11. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/LICENSE.txt +0 -0
  12. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/MANIFEST.in +0 -0
  13. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/Makefile +0 -0
  14. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/README.md +0 -0
  15. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/_static/empty_file +0 -0
  16. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/_templates/class-template.rst +0 -0
  17. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/_templates/module-template.rst +0 -0
  18. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/api.rst +0 -0
  19. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/conf.py +0 -0
  20. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/connecting_to_postgresql.rst +0 -0
  21. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/foreign_tables.rst +0 -0
  22. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/index.rst +0 -0
  23. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/installation.rst +0 -0
  24. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/docs/requirements.txt +0 -0
  25. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/rebuild.sh +0 -0
  26. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/sql/create_extensions.sql +0 -0
  27. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/sql/import_gooddata.sql +0 -0
  28. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/__init__.py +0 -0
  29. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/_version.py +0 -0
  30. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/column_utils.py +0 -0
  31. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/column_validation.py +0 -0
  32. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/environment.py +0 -0
  33. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/executor.py +0 -0
  34. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/fdw.py +0 -0
  35. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/filter.py +0 -0
  36. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/import_workspace.py +0 -0
  37. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/naming.py +0 -0
  38. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/options.py +0 -0
  39. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/pg_logging.py +0 -0
  40. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/src/gooddata_fdw/result_reader.py +0 -0
  41. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/__init__.py +0 -0
  42. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/conftest.py +0 -0
  43. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/__init__.py +0 -0
  44. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/test_execute_compute_table.py +0 -0
  45. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/execute/test_execute_insight.py +0 -0
  46. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/gd_test_config.yaml +0 -0
  47. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/import_foreign_schema/__init__.py +0 -0
  48. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/import_foreign_schema/fixtures/import_compute_without_restrictions.yaml +20 -20
  49. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/import_foreign_schema/fixtures/import_insights_without_restrictions.yaml +20 -20
  50. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/import_foreign_schema/test_import_compute.py +0 -0
  51. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/import_foreign_schema/test_import_insights.py +0 -0
  52. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/overview.md +0 -0
  53. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/unit_test/test_column_validation.py +0 -0
  54. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/unit_test/test_executor.py +0 -0
  55. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/unit_test/test_filter.py +0 -0
  56. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/unit_test/test_options.py +0 -0
  57. {gooddata_fdw-1.59.1.dev2 → gooddata_fdw-1.59.1.dev4}/tests/unit_test/test_result_reader.py +0 -0
  58. {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.dev2
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.dev2
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.dev2
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.dev2"
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.dev2",
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.dev2"
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
- - e94c85cc-f3c0-4b13-8890-3916ccfbaff0
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: 6678561023e898a367d079c560d70f7b3b1977db:eb5fed46796cdc406fe89424ee0394fcd186319dec19d03b77e600c54c74cc1c
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/6678561023e898a367d079c560d70f7b3b1977db%3Aeb5fed46796cdc406fe89424ee0394fcd186319dec19d03b77e600c54c74cc1c?offset=0%2C0&limit=512%2C256
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
- - 36a5735c-e370-4e28-9d78-67fe54e53e4d
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: 41a0dedc9b9f9257482acb4999545834286b5647:3b8fccdd5b2dac4bc2a93aaaf259a07f68e1812a35ce71506ac25b2843fb1940
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/41a0dedc9b9f9257482acb4999545834286b5647%3A3b8fccdd5b2dac4bc2a93aaaf259a07f68e1812a35ce71506ac25b2843fb1940?offset=0&limit=256
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
- - 1edc3d40-ba99-4c3e-850a-d6d463d232a7
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: 6f3024438f88669accfa2666f5d243c56ac0fe4b:b3ce756577102dbef4066446e39df3af632ab83d992f44bd86034a8f9969e85a
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/6f3024438f88669accfa2666f5d243c56ac0fe4b%3Ab3ce756577102dbef4066446e39df3af632ab83d992f44bd86034a8f9969e85a?offset=0%2C0&limit=512%2C256
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
- - 03445ee5-644b-48d0-a76b-09811ec05683
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: e6c5bf0a99c49ac05d090c9fb04fb66009a5bd83:43149b1578aab25668c16258063788f171220dd76396949a584fa58ef38ff7a7
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/e6c5bf0a99c49ac05d090c9fb04fb66009a5bd83%3A43149b1578aab25668c16258063788f171220dd76396949a584fa58ef38ff7a7?offset=0%2C0&limit=512%2C256
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
- - 9915f71a-7fc5-416c-9bd5-4beb538b0afe
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: e6c5bf0a99c49ac05d090c9fb04fb66009a5bd83:43149b1578aab25668c16258063788f171220dd76396949a584fa58ef38ff7a7
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/e6c5bf0a99c49ac05d090c9fb04fb66009a5bd83%3A43149b1578aab25668c16258063788f171220dd76396949a584fa58ef38ff7a7?offset=0%2C0&limit=512%2C256
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:
@@ -597,29 +597,29 @@ interactions:
597
597
  sourceColumns: null
598
598
  sourceColumnDataTypes: null
599
599
  - identifier:
600
- id: date
600
+ id: campaigns
601
601
  type: dataset
602
602
  multivalue: false
603
603
  sources:
604
- - column: date
605
- dataType: DATE
604
+ - column: campaign_id
605
+ dataType: INT
606
606
  target:
607
- id: date
608
- type: date
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: campaigns
614
+ id: date
615
615
  type: dataset
616
616
  multivalue: false
617
617
  sources:
618
- - column: campaign_id
619
- dataType: INT
618
+ - column: date
619
+ dataType: DATE
620
620
  target:
621
- id: campaign_id
622
- type: attribute
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: date
1248
+ id: campaigns
1249
1249
  type: dataset
1250
1250
  multivalue: false
1251
1251
  sources:
1252
- - column: date
1253
- dataType: DATE
1252
+ - column: campaign_id
1253
+ dataType: INT
1254
1254
  target:
1255
- id: date
1256
- type: date
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: campaigns
1262
+ id: date
1263
1263
  type: dataset
1264
1264
  multivalue: false
1265
1265
  sources:
1266
- - column: campaign_id
1267
- dataType: INT
1266
+ - column: date
1267
+ dataType: DATE
1268
1268
  target:
1269
- id: campaign_id
1270
- type: attribute
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: date
600
+ id: campaigns
601
601
  type: dataset
602
602
  multivalue: false
603
603
  sources:
604
- - column: date
605
- dataType: DATE
604
+ - column: campaign_id
605
+ dataType: INT
606
606
  target:
607
- id: date
608
- type: date
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: campaigns
614
+ id: date
615
615
  type: dataset
616
616
  multivalue: false
617
617
  sources:
618
- - column: campaign_id
619
- dataType: INT
618
+ - column: date
619
+ dataType: DATE
620
620
  target:
621
- id: campaign_id
622
- type: attribute
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: date
1248
+ id: campaigns
1249
1249
  type: dataset
1250
1250
  multivalue: false
1251
1251
  sources:
1252
- - column: date
1253
- dataType: DATE
1252
+ - column: campaign_id
1253
+ dataType: INT
1254
1254
  target:
1255
- id: date
1256
- type: date
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: campaigns
1262
+ id: date
1263
1263
  type: dataset
1264
1264
  multivalue: false
1265
1265
  sources:
1266
- - column: campaign_id
1267
- dataType: INT
1266
+ - column: date
1267
+ dataType: DATE
1268
1268
  target:
1269
- id: campaign_id
1270
- type: attribute
1269
+ id: date
1270
+ type: date
1271
1271
  isNullable: null
1272
1272
  nullValue: null
1273
1273
  sourceColumns: null