Skip to content

Commit

Permalink
Updating database: Sales
Browse files Browse the repository at this point in the history
Updating table: CATALOG_RETURNS
Adding sqlscript: SQL script 4
  • Loading branch information
manjunath15 committed May 31, 2023
1 parent c6e49d5 commit f0ca057
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 12 deletions.
24 changes: 12 additions & 12 deletions database/Sales/table/CATALOG_RETURNS.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,71 +16,71 @@
{
"Name": "CR_RETURNED_DATE_SK",
"OriginDataTypeName": {
"TypeName": "long",
"TypeName": "double",
"IsComplexType": false,
"IsNullable": true,
"Properties": {
"HIVE_TYPE_STRING": "long"
"HIVE_TYPE_STRING": "double"
}
},
"DeltaFormatInvalidMessages": []
},
{
"Name": "CR_RETURNED_TIME_SK",
"OriginDataTypeName": {
"TypeName": "long",
"TypeName": "double",
"IsComplexType": false,
"IsNullable": true,
"Properties": {
"HIVE_TYPE_STRING": "long"
"HIVE_TYPE_STRING": "double"
}
},
"DeltaFormatInvalidMessages": []
},
{
"Name": "CR_ITEM_SK",
"OriginDataTypeName": {
"TypeName": "long",
"TypeName": "double",
"IsComplexType": false,
"IsNullable": true,
"Properties": {
"HIVE_TYPE_STRING": "long"
"HIVE_TYPE_STRING": "double"
}
},
"DeltaFormatInvalidMessages": []
},
{
"Name": "CR_REFUNDED_CUSTOMER_SK",
"OriginDataTypeName": {
"TypeName": "long",
"TypeName": "double",
"IsComplexType": false,
"IsNullable": true,
"Properties": {
"HIVE_TYPE_STRING": "long"
"HIVE_TYPE_STRING": "double"
}
},
"DeltaFormatInvalidMessages": []
},
{
"Name": "CR_REFUNDED_CDEMO_SK",
"OriginDataTypeName": {
"TypeName": "long",
"TypeName": "double",
"IsComplexType": false,
"IsNullable": true,
"Properties": {
"HIVE_TYPE_STRING": "long"
"HIVE_TYPE_STRING": "double"
}
},
"DeltaFormatInvalidMessages": []
},
{
"Name": "CR_REFUNDED_HDEMO_SK",
"OriginDataTypeName": {
"TypeName": "long",
"TypeName": "double",
"IsComplexType": false,
"IsNullable": true,
"Properties": {
"HIVE_TYPE_STRING": "long"
"HIVE_TYPE_STRING": "double"
}
},
"DeltaFormatInvalidMessages": []
Expand Down
17 changes: 17 additions & 0 deletions sqlscript/SQL script 4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "SQL script 4",
"properties": {
"content": {
"query": "SELECT COUNT(CR_ITEM_SK) FROM [Sales].[dbo].[CATALOG_RETURNS]",
"metadata": {
"language": "sql"
},
"currentConnection": {
"databaseName": "Sales",
"poolName": "Built-in"
},
"resultLimit": -1
},
"type": "SqlQuery"
}
}

0 comments on commit f0ca057

Please sign in to comment.