Skip to content

Commit db8c1ee

Browse files
committed
fix: Start adding stuff for nulls
risk: low
1 parent af7d275 commit db8c1ee

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

packages/gooddata-sdk/tests/catalog/expected/declarative_ldm_with_sql_dataset.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"description": "Campaign channel id",
4141
"tags": [
4242
"Campaign channels"
43-
]
43+
],
44+
"isNullable": false
4445
},
4546
{
4647
"id": "campaign_channels.category",

packages/gooddata-sdk/tests/catalog/expected/declarative_pdm_ldm_request.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
{
1111
"data_type": "STRING",
1212
"isPrimaryKey": true,
13-
"name": "campaign_channel_id"
13+
"name": "campaign_channel_id",
14+
"isNullable": false
1415
},
1516
{
1617
"data_type": "INT",

packages/gooddata-sdk/tests/catalog/load/gooddata_layouts/default/workspaces/demo/ldm/datasets/customers.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ attributes:
3232
id: geo__state__location
3333
sourceColumn: geo__state__location
3434
sourceColumnDataType: STRING
35-
locale: en-US
36-
translations:
37-
- locale: cs-CZ
38-
sourceColumn: geo__state__location_cz
3935
tags:
4036
- Customers
4137
title: Location

packages/tests-support/fixtures/demo_declarative_hierarchy.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2519,6 +2519,7 @@
25192519
"labels": [],
25202520
"sourceColumn": "campaign_channel_id",
25212521
"sourceColumnDataType": "STRING",
2522+
"isNullable": false,
25222523
"tags": [
25232524
"Campaign channels"
25242525
],

0 commit comments

Comments
 (0)